[ptt-users] Protocol.connect() method;
sending multiple SOAP requests over single session
ndinesh at ellacoya.com
ndinesh at ellacoya.com
Tue Apr 1 10:23:19 PST 2008
Hello everyone,
I need help to send multiple SOAP requests over a single TCP session.
I currently use Protocol.connect() method shown in the SOAP example.
This however creates a TCP connection for each request. I tried
Protocol.send() method but that doesn’t send any requests at all. Is
there a way I can do it?
Here is what I am looking to do:
- Open a TCP session to server
- Send multiple SOAP requests (can be asynchronous; but it will be
helpful to get responses)
- Close the TCP session to server
Thanks for your help in advance
Best,
Nirmit
More information about the Users
mailing list