Eric Gorr skrev:
No. I get:
Unable to connect
Firefox can't establish a connection to the server at
64.124.140.30:9090.
* The site could be temporarily unavailable or too busy. Try
again in a few
moments.
* If you are unable to load any pages, check your computer's
network
connection.
* If your computer or network is protected by a firewall or
proxy, make sure
that Firefox is permitted to access the Web.
I assume this is working for you...
It seems like your webserver is down. Anyhow, please verify that you are
using the correct WSDL-file and that the location attribute in the
address tag is pointing to the server1.php script. Like this:
<service name='StockQuoteService'>
<port name='StockQuotePort' binding='tns:StockQuoteBinding'>
<soap:address location='http://[insert real path here]/server1.php'/>
</port>
</service>
Regards,
Knut Urdalen
--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php