Thank you so much -----Original Message----- From: Andreas Veithen [mailto:[email protected]] Sent: Wednesday, July 25, 2012 1:29 AM To: [email protected] Subject: Re: Handling multiple response in Axis1.2
What you describe is not compliant to SOAP. Therefore it is not supported by Axis, and I doubt that this is supported by any Web services stack. Andreas On Tue, Jul 17, 2012 at 12:11 PM, CV, Tejaswi (SPD) <[email protected]> wrote: > 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 > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
