On Jan 12, 2007, at 6:34 PM, Knut Urdalen wrote:
Some references that you may find useful:
The good old soap extension tutorial: http://devzone.zend.com/node/
view/id/689
thanks. I tried the example 'A First SOAP Client' , but it does not
appear to be working. The error generated was:
Fatal error: Uncaught SoapFault exception: [HTTP] Could not connect
to host in /Users/Eric/Sites/soaptest/client.php:27 Stack trace: #0
[internal function]: SoapClient->__doRequest('<?xml version="...',
'http://64.124.1...', 'urn:xmethods-de...', 1, 0) #1 /Users/Eric/
Sites/soaptest/client.php(27): SoapClient->__call('getQuote', Array,
Array) #2 {main} thrown in /Users/Eric/Sites/soaptest/client.php on
line 27
I attempted to visit the Endpoint URL (http://64.124.140.30:9090/
soap) directly, but got an 'Unable to connect' error message. Should
this client be working?
Adam Trachtenberg's presentation on the soap extension: http://
www.trachtenberg.com/talks/dirtysecretssoap.pdf
George Schlossnagle's WSDL_Gen: http://www.schlossnagle.org/~george/
blog/index.php?/archives/234-WSDL-Generation.html
I will take a look at these sites as well.
You may also have a look at my tool (wsdl2php) for generating the
soap client from a WSDL-file: http://sourceforge.net/projects/
wsdl2php (just released version 0.2.1)
thanks. I will take a look at this.
--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php