Hi, We are using Axis1.2 as a webservice client, our server is a gSOAP server. We have come across a situation where we are not able to handle multiple response at the client end. To elaborate, we send a request to the server and the server sends multiple responses (for a single request), which is multiple soap envelopes on the same connection. So axis tries to receive both of them and try to parse but this will be unsuccessful and gives a sax exception. But for our requirement, what we want is the axis should parse the first envelope as soon as it comes on the socket and then get the next envelope and parse and so on until the connection is closed. Please let us know if this is possible using Axis
We want to use Axis1.2 itself and not Axis2 as we want to support DIME attachment and this is not supported in Axis2. Thanks, Tejaswi Thanks, Tejaswi
