[PHP] SOAP problem

2012-09-25 Thread George Pitcher
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(

[PHP] SOAP problem, (related to gethostbyname?)

2005-10-06 Thread -k.
I'm using the PEAR Soap package and having problem accessing another sites's webservices. When i do something like this: ?PHP $wsdl_url = 'some_wsdl.xml'; $WSDL = new SOAP_WSDL($wsdl_url); $client = $WSDL-getProxy(); $web_service_result = $client -