webservice-client
JSON array type resolution in ASP.Net webservices
So I have worked out how to pass my custom objects into ASP.Net json webservices. Works a charm. Problem I am having is passing in straight arrays of my custom objects or alternatively passing in ar[详细]
2023-02-02 12:44 分类:问答Salesforce upsert failing on an INVALID_FIELD error
I\'m using the standard Case object from Salesforce (we have some custom fields but that doesn\'t appear to be the problem). The Case has a linked subquery to its Comments, replicated in the SOAP API[详细]
2023-02-02 12:22 分类:问答Can I set the SoapHttpClientProtocol Timeout property via a config file?
When I create the web reference for a web service, Visual Studio magically creates a Se开发者_JAVA技巧ttings class which allows me to change the referenced web service URL via the application config.V[详细]
2023-02-02 12:18 分类:问答implement a callback between two sites - communicating between two sites
I have a web app in http://domain1/app1/called.html, and I want to embed that application inside http://domain2/app2/caller.html with an iframe (or a popup, it\'s the same)[详细]
2023-02-02 12:02 分类:问答Content is not allowed in Prolog SAXParserException
I am trying to call a web service but facing a strange behavior. we have a web-service running on my server but the code is not open to us so can not see what going on behind the wall[详细]
2023-02-02 10:23 分类:问答How to pass array of string as parameter to function in WSDL webservice from Android?
I am using WSDL web service which has a method accepting a string array as an argument. I have tried ksoap2 library but unable to find out how to pass array as an argument to that method. There are op[详细]
2023-02-02 03:07 分类:问答Prevent use of default constructor on generated web service proxy
I\'ve got a situation where I have several web services that I need to consume. I need the ability to perform custom actions in the constructor of the proxy before any calls are made (assigning the co[详细]
2023-02-02 00:56 分类:问答Thread Aborted?
Hi, I have a ASP.NET application where I have added a Webservice that contains a \"fire and forget\" method. When this method is executed it will start a loop (0-99999) and for every loop it will rea[详细]
2023-02-01 21:36 分类:问答How does a webservice work
I am new to webservices and i want to implement webservices by using java in my eclipse project. So can anyone tel me how to im开发者_开发百科plement and creating a project please[详细]
2023-02-01 16:42 分类:问答Why does a SOAP message have to be sent over HTTP?
Below is a demo SOAP request message: HTTP/1.1 200 OK Content-Type: text/xml; charset=\"utf-8\" Content-Length: nnnn[详细]
2023-02-01 14:46 分类:问答