Re: [Fwd: error while running SOAP example]

2002-12-24 Thread Satish K Terala
looks like a problem in the URL, ur client is unable to connect to the socket..check up the port of the server and port in the url u have mentioned in the client.

Re: [Fwd: error while running SOAP example]

2002-12-24 Thread Martin Gainty
MSN 8 with e-mail virus protection service: 3 months FREE*. -- To unsubscribe, e-mail: For additional commands, e-mail:

[Fwd: error while running SOAP example]

2002-12-24 Thread Vijay Shinde
I am getting following stack trace while running apache stockquote example. I am able to run other examples successfully. any ideas Vijay Running the stockquote test Generated fault: [Attributes={}] [faultCode=SOAP-ENV:Server] [faultString=Except ion from service object: Operation timed out: c

File upload using TOMCAT and SOAP

2002-12-24 Thread David Zonsheine
Hello All,   I am using TOMCAT and SOAP heavily in my system.   I need to transfer the data remote machines.   The data size is 2GB and more.   I tried to send it as soap attachment. It took a lot of time and consumes all the machine RAM.   It seems that no buffering is made.