Quantcast
Channel: Questions in topic: "ios"
Viewing all articles
Browse latest Browse all 4709

iOS SOAP null returned problem from unity 4.6.9p4

$
0
0
MyExampleFunc() is works well from unity editor. but returned null from iOS Device. What should I do? If you help me thank you. my code>> [System.Web.Services.WebServiceBinding(Name="MyExampleSoap", Namespace="http://~~~/")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class MyExampleClass : System.Web.Services.Protocols.SoapHttpClientProtocol { public MyExampleClass() { this.Url = "http://~~~/~~~/~~~.asmx"; } [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://~~~/MyExampleFunc", RequestNamespace="http://~~~/", ResponseNamespace="http:/~~~/", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, Use=System.Web.Services.Description.SoapBindingUse.Literal)] [return: System.Xml.Serialization.XmlElementAttribute("EventResult")] public EventResult MyExampleFunc(int param1, string param2) { object[] results = this.Invoke("MyExampleFunc", new object[] { param1, param2}); return ((EventResult)(results[0])); // results[0] == null } } my dll >> System.Data.dll (version 3.0.40818.0) System.Web.Services.dll (version 3.0.40818.0) my player settings>> ![alt text][1] [1]: /storage/temp/65865-prjstt.png

Viewing all articles
Browse latest Browse all 4709

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>