It\'s the first time I use a web service with SOAP in a php application. Actually I do something like this :
No开发者_如何学编程rmally using SOAP over port 80 is simple: $client = new SoapClient(\'http://domain.com/webservice?wsdl\');
I have a problem using a webservice via HTTPS using Zend_Soap. // create webservice $client = new Zend_Soap_Client(WsdlFile);
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
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
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.
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).
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
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
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\'