soap-client
how to use return value of soap web service in soap client
I have an soap web service that has a method like public WsResult doMyJob(String s, Information info);[详细]
2023-01-29 07:49 分类:问答Initialize a ComplexType variable inside a Class (SoapClient)
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.[详细]
2023-01-28 03:27 分类:问答A simple java SOAP client
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.[详细]
2023-01-27 02:07 分类:问答Why does the order of SOAP parameters matter in PHP SOAP, and how to fix it?
A comment on the PHP manual states: If you are using this method, remember that the array of arguments need to be[详细]
2023-01-25 17:11 分类:问答SSL: Broken pipe accesing SOAP service with PHP's SoapClient
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).[详细]
2023-01-24 04:32 分类:问答PHP: Array acting strangely in foreach
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[详细]
2023-01-21 15:36 分类:问答consume a php soap service from C#
I have made a simple web service wsdl: <wsdl:definitions name=\'mysum\' > <wsdl:types> <xsd:schema[详细]
2023-01-21 03:08 分类:问答Visual Studio 2010 SOAP service reference returns only null values
A client generated using Visual Studio 2010\'s \'Add Service Reference\' tool returns a null value for calls to any remote function.[详细]
2023-01-18 21:46 分类:问答Bind SoapClient request to a specific IP
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[详细]
2023-01-17 12:46 分类:问答PHP SoapClient unable to work with https WS
i have a problem working with PHP SoapClient with a WS (WSDL) that contains https. my PHP version is 5.2.5.[详细]
2023-01-16 22:08 分类:问答