I have an soap web service that has a method like public WsResult doMyJob(String s, Information info);
Hey everyone, I am trying to consume a WebService using PHP SoapClient. Now, everything is working fine until I try to use a ComplexType variable.
I\'m new to web services and I\'ve been breaking my head trying to find a simple java SOAP client program on the Internet.
A comment on the PHP manual states: If you are using this method, remember that the array of arguments need to be
I have a SOAP WS which I access through PHP\'s SoapClient (wrapped with Zend Framework\'s Soap Client). The webservice runs through https, and the calls take quite some time (a few minutes each).
I have a class that is query data via a SOAP client. the results of the query are returned as an array of objects. Something strange is happening. I\'m not sure if it only occurs when there is one ele
I have made a simple web service wsdl: <wsdl:definitions name=\'mysum\' > <wsdl:types> <xsd:schema
A client generated using Visual Studio 2010\'s \'Add Service Reference\' tool returns a null value for calls to any remote function.
I need to implement a webservice where the SoapServer requires me to send data using a specific IP at the SoapClient machine which have a bunch of different IPs. Problem is, how to force PHP to send t
i have a problem working with PHP SoapClient with a WS (WSDL) that contains https. my PHP version is 5.2.5.