SOAP example (getting stock price) - verifying endpoint url

Fredrik Lundh fredrik at pythonware.com
Mon Nov 20 14:29:43 EST 2006


mirandacascade at yahoo.com wrote:

> Is it possible that the endpoint url of:
> 
> "http://66.28.98.121:9090/soap"
> 
> that is provided for the SOAP example of calling GetQuote has changed
> or is no longer in use?  If it has changed, what is the new endpoint
> url?

the script describes the service as "delayed stock quote demo" from 
"www.xmethods.net", which shouldn't be too hard to locate on the net.

...

their site now lists the endpoint as:

     http://64.124.140.30:9090/soap

why they insist on using numerical host addresses is more than I can tell...

</F>




More information about the Python-list mailing list