soap
Php soap client multiple node
It\'s the first time I use a web service with SOAP in a php application. Actually I do something like this :[详细]
2023-04-12 23:38 分类:问答PHP SoapClient on tcp port 808
No开发者_如何学编程rmally using SOAP over port 80 is simple: $client = new SoapClient(\'http://domain.com/webservice?wsdl\');[详细]
2023-04-12 21:21 分类:问答Zend_Soap "Could not connect to host" Https
I have a problem using a webservice via HTTPS using Zend_Soap. // create webservice $client = new Zend_Soap_Client(WsdlFile);[详细]
2023-04-12 20:51 分类:问答PHP Webservice using NUSoap Client not working
We need to communicate with the .NET webservice url and get the date from the method by passing respective arguments. When trying to use with the NUSOAP library in the reponse i got the error as resul[详细]
2023-04-12 18:32 分类:问答Jira SOAP API get all users with Python
I am trying to get all users in relation to the existing groups in JIRA without getting the group names directly out of the DB. Since there is no \"ge开发者_开发问答tAllUsers\" I don\'t know if it is[详细]
2023-04-12 16:24 分类:问答Using PHP soap service with Delphi without WSDL?
I\'m quite familiar with using web services in Delphi when I have a WSDL. I simply use the wizard and in a few secs I\'m up and running.[详细]
2023-04-12 14:22 分类:问答Obscure SOAP Bug (?) in PHP: Timeout generates an internal Error (500)
I\'m accessing a remote SOAP Service that tends to be reacting very slow from time to time (we\'re talking about more than 10 seconds here).[详细]
2023-04-12 13:58 分类:问答How to get response from WS SOAP service in Java?
I need to create an app for getting xml response from this service http://www.mcds.co.il/YouTube/ChanelApi.a开发者_运维百科smx without additional libraries, but I don\'t know how can I do it. Please h[详细]
2023-04-12 12:30 分类:问答Dealing with SOAP Request with No SoapAction in Header
I have a heck of a problem. I have a .NET SOAP web service that is being called by an Axis client. The problem is there is not SOAP Action in the header information, and IIS is just throwing a 500 er[详细]
2023-04-12 10:18 分类:问答Suds Error: BadStatusLine in httplib
I am using suds 0.3.6.When creating a suds client, I randomly get an error: httplib.py, _read_status(), line 355, class httplib.BadStatusLine\'[详细]
2023-04-12 09:57 分类:问答