Hi,
My first post for several years. Using PHP 5.2.6 on Debian.
I'm trying to connect to an external SOAP server where no WSDL file exists.
I've been unsuccessful in getting a response which I've put down to the message
being sent.
My code is:
$params = array(
I'm using the PEAR Soap package and having problem accessing another sites's
webservices. When i
do something like this:
getProxy();
$web_service_result = $client ->
some_web_service($param1,$param2,$param3,$param4);
?>
$web_service_result returns the soap_fault Object. The message portion c
2 matches
Mail list logo