iOS 真机调试不能连接网络的排错过程
开发环境:
返回值错误代码表(ERROR CODE)
|
SOAP_EOF |
-1 |
Unexpected end of file, no input, or timeout while |
|
SOAP_ERR |
-1 |
|
|
SOAP_OK |
0 |
No error |
|
SOAP_CLI_FAULT |
1 |
The service returned a client fault (SOAP 1.2 Sender |
|
SOAP_SVR_FAULT |
2 |
The service returned a server fault (SOAP 1.2 Receiver |
|
SOAP_TAG_MISMATCH |
3 |
An XML element didn't correspond to anything expected |
|
SOAP_TYPE |
4 |
An XML Schema type mismatch |
|
SOAP_SYNTAX_ERROR |
5 |
An XML syntax error occurred on the input |
|
SOAP_NO_TAG |
6 |
Begin of an element expected, but not found |
|
SOAP_IOB |
7 |
Array index out of bounds |
|
SOAP_MUSTUNDERSTAND |
8 |
An element needs to be ignored that need to be |
|
SOAP_NAMESPACE |
9 |
Namespace name mismatch (validation error) |
|
SOAP_USER_ERROR |
10 |
|
|
SOAP_FATAL_ERROR |
11 |
Internal error |
|
SOAP_FAULT |
12 |
An exception raised by the service |
|
SOAP_NO_METHOD |
13 |
The dispatcher did not find a matching operation for |
|
SOAP_GET_METHOD |
14 |
HTTP GET operation not handled |
|
SOAP_EOM |
15 |
Out of memory |
|
SOAP_NULL |
16 |
An element was null, while it is not supposed to be |
|
SOAP_DUPLICATE_ID |
17 |
Multiple occurrences of the same element ID on the |
|
SOAP_MISSING_ID |
18 |
Element ID missing for an HREF on the input |
|
SOAP_HREF |
19 |
Reference to object is incompatible with the object |
|
SOAP_UDP_ERROR |
20 |
Message too large to store in UDP packet |
|
SOAP_TCP_ERROR |
21 |
A connection error occured |
|
SOAP_HTTP_ERROR |
22 |
An HTTP error occured |
|
SOAP_SSL_ERROR |
23 |
An SSL error occured |
|
SOAP_ZLIB_ERROR |
24 |
A Zlib error occured |
|
SOAP_DIME_ERROR |
25 |
DIME parsing error |
|
SOAP_DIME_HREF |
26 |
DIME attachment has no href from SOAP body |
|
SOAP_DIME_MISMATCH |
27 |
DIME version/transmission error |
|
SOAP_DIME_END |
28 |
End of DIME error |
|
SOAP_MIME_ERROR |
29 |
MIME parsing error |
|
SOAP_MIME_HREF |
30 |
|
|
SOAP_MIME_END |
31 |
|
|
SOAP_VERSIONMISMATCH |
32 |
SOAP version mismatch or no SOAP message |
|
SOAP_PLUGIN_ERROR |
33 |
Failed to register plugin |
|
SOAP_DATAENCODINGUNKNOWN |
34 |
SOAP 1.2 DataEncodingUnknown fault |
|
SOAP_REQUIRED |
35 |
Attributed required validation error |
|
SOAP_PROHIBITED |
36 |
Attributed prohibited validation error |
|
SOAP_OCCURS |
37 |
Element minOccurs/maxOccurs validation error |
|
SOAP_LENGTH |
38 |
Element length validation error |
|
SOAP_FD_EXCEEDED |
39 |
|
iOS 真机调试不能连接网络的排错过程的更多相关文章
- ios真机调试教程(不上架App Store安装到手机)
原文 不上架App Store安装到手机调试测试,需要用到ios真机调试证书打包的ipa才能安装到非越狱的手机使用. 2017年最新整理的ios真机调试的详细图文步骤流程,轻松的把你开发的ios ap ...
- React-Native iOS真机调试(新版)
2019独角兽企业重金招聘Python工程师标准>>> React-Native iOS真机调试 看到网上很多以前的文章 找到两种方法 一 修改AppDelegate 把URL的替换 ...
- iOS真机调试之我见
入职20多天,以前一直以为iOS真机调试是多么复杂的事情,但在公司大牛的帮助下:终于理清头绪,由于公司证书已申请,文章中免不了旁征博引. 1.首先,得有苹果开发者账号,如果在公司,公司会提供:不在公 ...
- react native iOS真机调试-联网问题与js严格模式
rn:strict mode does not allow function declarations in a lexically nested statement https://blog.csd ...
- 微信小程序IOS真机调试发生了SSL 错误,无法建立与该服务器的安全连接
小程序 真机调试 IOS request:fail 发生了SSL 错误,无法建立与该服务器的安全连接,解决方法服务器中打开Powerhell,执行以下代码,然后重启服务器 # Enables TLS ...
- iOS开发之—— XCODE真机调试设备连接一直忙碌如何处理!(真机调试各种错误提示解决)
真机调试,想连接真机调试代码可是连上设备后就一直转圈, 在Divice里面一直提示“iphone名称” is busy: Processing symbol files Xcode will cont ...
- iOS真机调试步骤(Xcode8.0以上版本)(2015年)
方法/步骤(转载:http://jingyan.baidu.com/article/22fe7ced20cc073002617f97.html) 获取真机调试的证书,先在本地生成获取证书的文件,找不到 ...
- iOS真机调试 for Xcode 5
由于Xcode5的到来,关于iOS软件进行真机调试方面,有了一些变化,苹果在Xcode 5中修改了一些规则,一方面是阻止以往破解的方式进行调试(免证书).另一方面是添加了自动生成证书的功能特性,来加快 ...
- 安卓,IOS真机调试
移动端前端开发真机调试攻略 有线调试: 一.IOS 移动端 (Safari开发者工具) 手机端:设置 → Safari → 高级 → Web 检查器 → 开. mac端:Safari → 偏好设置 → ...
随机推荐
- volatile不能保证原子性
1.看图自己体会 2.体会不了就给你个小程序 package cs.util; public class VolatileDemo { private volatile int count =0; p ...
- Leetcode Kth Smallest Element in a BST
Given a binary search tree, write a function kthSmallest to find the kth smallest element in it. Not ...
- 面试题:给定数组a,找到最大的j-i, 使a[j]>a[i]
第一种方法: 用两重循环对每对点都试一下,然后取最大值即可,时间复杂度为O(n2) #include <iostream> #include <algorithm> using ...
- CEF中select选项错位的解决方法
使用cef加载页面,移动窗口后选项的位置并不会变化,仍保持上次打开的位置. 经过google查找到这是一个已经解决了的问题:https://bitbucket.org/chromiumembedded ...
- 获取文件Md5值
private static string GetFileMD5(string filePath) { string _md5Value = string.Empty; try { if (Syste ...
- (转)小小科学家的归来 by 王珢
小小科学家的归来 by 王垠很多人来信关心我的现状,所以在写别的技术性文章之前,先说说我现在的情况吧.虽然自己追求的东西和经历都比较不同寻常,但是也许可以给奋斗中的人们一些慰藉和鼓励. 首先是超级好消 ...
- 工作总结_sql
今天客户叫导入数据,因为存在特殊字符,快把我给玩死了,,所以请教...总结 sql 数据导入excel 存在特殊字符引起的数据缺失 利用字符方式 : select a.OpenID+', ...
- gem安装报错解决方法
gem install rdiscount -- --use-system-libraries
- 在 IIS 7.5 中,应用程序池有两种运行模式:集成模式和经典模式。
应用程序池模式会影响服务器处理托管代码请求的方式. 如果托管应用程序在采用集成模式的应用程序池中运行,服务器将使用 IIS 和 ASP.NET 的集成请求处理管道来处理请求. 如果托管应用程序在采用经 ...
- (一)Linux相关内容的简介
1.Linux内核官网:www.kernel.org 2.Linux主要发行版本: (1)redhat 服务器中常见(部分功能收费); (2)Ubuntu 图形界面较好,但是服务器中很少用: (3 ...