The only way that you could possibly do it is to use SwA and to send each envelope in a separate MIME part. But Axis will still not process the second message. You would have to write your own message handler to process the second envelope.
As I've told you before, this is not legal use of SOAP. Anne On 2/19/07, Pratima Shet <[EMAIL PROTECTED]> wrote:
can anybody give me some suggestion on how to *call multiple operations over a same request object* ( guess should be done with single invoke() method call ) . All I want to do is , call function1() as well as someOtherFunction() of a AXIS service with only one request to server from client ( with a single call to call.invoke() guess that gives me a single request object with request to invoke both the functions ) where finction1() and someOtherFunction() are deployed operations within the Axis service Looks like on axis page : And now... Some Services - service *(wsdl)*<http://localhost:8080/axis/services/service?wsdl> - function1 - someOtherFunction() - function3 -Pratima [image: Upgrade Your Email - Click here!]<http://promos.hotbar.com/promos/promodll.dll?RunPromo&El=&SG=sg915&RAND=18696&partner=hbtools>
