Hi,
I am trying to send a SOAP request over HTTP for a web service through the following channels:
- Telnet (HP-UX)
- C client that opens a socket, writes XML and reads reasponse(HP-UX)
- Perl client that does the same thing as the C client above(HP-UX)
- Through SOAP UI application (http://www.soapui.org/)(Windows Machine)
While SOAP UI gets a response in about 100ms seconds or so; the rest of the channels get the same response but very slow.
I am wondering what might be the problem. If anybody has any idea about this please let me know.