Re: Unable to run sample program

2001-10-31 Thread William Brogden
> Rishi Khanna wrote: > > Hi, > > Can someone please help me in trying to figure out my problem. I am > using Apach-Soap with Resin. I am trying to run the addressbook > example, I have succesfully deployed it on the server but when I run > GetAddress.java I am getting the following error. >

RE: Unable to run sample program

2001-10-31 Thread Rishi Khanna
Thanks William, thats what I think too. I even tried setting it in my server classpath(in my resin.conf) but am still getting the same error. -Rishi -Original Message- From: William Brogden [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 5:47 PM To: [EMAIL PROTECTED] Subjec

Re: Connection: Keep-Alive

2001-10-31 Thread Scott Nichol
I do not know of anyone who implemented Keep-Alive. You should be able to do it without adding too much code, but you will have some performance hit. Basically, you must read the header information to get the Content-length, then you can read the body by reading that many bytes. Scott - Ori

Socket Client For a WebService waits

2001-10-31 Thread Naggi Rao
Hi all, I am using a Socket Client to POST a request to a WebService which uses Apache's SOAP Engine.. The Socket makes a request and get Results back.. but at the end (after getting Data from the Socket) it waits indefinetly before it relinquishes.. The snippet of what I use is : InputS

Re: Socket Client For a WebService waits

2001-10-31 Thread Scott Nichol
I'm not sure off hand why you see the behavior you do, but it is not a bug in Apache SOAP. The Apache SOAP client does something similar to what you do. Just check the source for org.apache.soap.util.net.HttpUtils#post. Something important you should see in that code is that it uses a stream to

Help on Getting "environmental" information for RPC style services

2001-10-31 Thread Thomas Pang
Hi all, I'm currently using Apache SOAP for a project and have hit the following problem: I want to access environmental information from within my soap method, so following the User Guide I have a method with the following signature: public synchronized String createSecurity( SOAPContext