473,387 Members | 1,541 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

SOAP example (getting stock price) - verifying endpoint url

Operating system: Win XP

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 reasons I ask are that I observed 3 different timeout symptoms:

1) When running the testquote application from ElementSOAP (which uses
that endpoint url), received the following:

Traceback (most recent call last):
File "<interactive input>", line 1, in ?
File "C:\Python24\Lib\site-packages\elementsoap\testquote.py", line
16, in ?
print "MSFT", q.getQuote("MSFT")
File "C:\Python24\Lib\site-packages\elementsoap\testquote.py", line
12, in getQuote
response = self.call(action, request)
File "C:\Python24\lib\site-packages\elementsoap\ElementSOAP.py", line
213, in call
parser=namespace_parse
File "C:\Python24\lib\site-packages\elementsoap\HTTPClient.py", line
164, in do_request
h.endheaders()
File "C:\Python24\lib\httplib.py", line 794, in endheaders
self._send_output()
File "C:\Python24\lib\httplib.py", line 675, in _send_output
self.send(msg)
File "C:\Python24\lib\httplib.py", line 642, in send
self.connect()
File "C:\Python24\lib\httplib.py", line 626, in connect
raise socket.error, msg
error: (10060, 'Operation timed out')

2) When I copy/paste the endpoint url into a browser (Firefox), I
receive a "the connection has timed out" message in the browser.

3) Attempted a ping from the command prompt:

C:\>ping 66.28.98.121

Pinging 66.28.98.121 with 32 bytes of data:

Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 66.28.98.121:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

Thank you.

Nov 20 '06 #1
1 3065
mi************@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>

Nov 20 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

16
by: Robbie | last post by:
Hi All This is a belter that my little brain can't handle. Basically I have 1 SQL table that contains the following fields: Stock Code Stock Desc Reference Transaction Date
3
by: Robbie | last post by:
Hi All This is a belter that my little brain can't handle. Basically I have 1 SQL table that contains the following fields: Stock Code Stock Desc Reference Transaction Date
2
by: Simon Kennedy | last post by:
Hi All, Is it possible to support SOAP methods determined at runtime? I thought that by implementing a class derived from 'SoapReceiver' and registering the class within the web.config file of...
1
by: Clara Yeung | last post by:
I have captured some SOAP messages (using org.wsi.test.monitor.Monitor of the WSI test tool). When I try to analyze the messages with WSI test tool analyzer, the "message" artifact of the report...
0
by: bryce_li | last post by:
Hello I am looking for the best architectural pattern in using the SOAP:address location: Hardcode the real endpoint or use localhost (in our company on an Intranet site) >From what I can see...
0
by: KIM | last post by:
Hi! We are trying to realize message-based security with WCF June CTP. We get the messages encrypted but not signed (see SOAP-message below)! We also tried the "Message Security Sample" from the...
0
by: andy | last post by:
Hi, I'm trying to call a SQL 2005 Soap endpoint from PHP, i'm getting an 'Unauthorized' exception. I've tried using Integrated and Basic Authentication on the endpoint but cannot get it working....
2
by: Ronald S. Cook | last post by:
Hi, Some users on our domain can run our WCF application no problem. Some get an unhandled exception error re: SOAP security negotiation. I'm wanting the service to not be secure.. I just want...
3
by: Lance Wynn | last post by:
Hello, I am receiving this error when trying to instantiate a webservice component. I have 2 development machines, both are XP sp2 with VS 2008 installed. On one machine, the code works fine. On...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.