We have a soap interface using Easysoap library in our server. Our SOAP client
uses JAxis 1.1 to send requests to server (client classes have been generated
using wsdl).
The first issue that we faced while using the two together was, JAxis sends the
character set enclosed in double quotes which is not recognised properly by
easySOAP. E.g., Jaxis sends the character set as "UTF-8", then easySOAP takes
reads it as ""UTF-8"", because of which the parsing of request fails.
Once this problem was resolved, the request is parsed properly and the response
sent (this was verified using tcmon utiltity). However at the client end,
I keep getting a "Read timed out" error.
1. Any idea why the error is occuring?
2. Are easySOAP and JAxis compatible with each other? Are there any known
issues
that must be taken care of?
We need answers to the questions urgently.
Thanks in advance
Ramya