RE: Handling multiple response in Axis1.2

2012-07-24 Thread CV, Tejaswi (SPD)
Thank you so much -Original Message- From: Andreas Veithen [mailto:andreas.veit...@gmail.com] Sent: Wednesday, July 25, 2012 1:29 AM To: java-dev@axis.apache.org Subject: Re: Handling multiple response in Axis1.2 What you describe is not compliant to SOAP. Therefore it is not supported

Re: Handling multiple response in Axis1.2

2012-07-24 Thread Andreas Veithen
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) wrote: > Hi, > > > > We are using Axis1.2 as a webservice client, our server is a gSOAP ser

Handling multiple response in Axis1.2

2012-07-17 Thread CV, Tejaswi (SPD)
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