You could create one web service operation that represents multiple operations. 
 A simple example of this is amazon.com.  Search the WSDL 
(http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl) 
for "MultiOperation".

This is not exactly what you want, but it accomplishes something similar.  If 
you really want multiple services, you would probably need to use an enterprise 
service bus to split a single multi-operation call into calls for individual 
services, make the call to each service, and aggregate the results.
________________________________
From: brunosimi...@gmail.com [mailto:brunosimi...@gmail.com]
Sent: Saturday, March 27, 2010 8:19 AM
To: java-user@axis.apache.org
Subject: Res: Re: Is possible to invoke multiple webservices in same http 
request?

Amila, there is no another way os invoking multiple webservices in the same 
http request?

Enviado pelo meu aparelho BlackBerry da Claro

________________________________
From: Amila Suriarachchi <amilasuriarach...@gmail.com>
Date: Sat, 27 Mar 2010 14:27:17 +0530
To: <java-user@axis.apache.org>
Subject: Re: Is possible to invoke multiple webservices in same http request?

No.
On Sat, Mar 27, 2010 at 1:37 AM, Bruno Simioni 
<brunosimi...@gmail.com<mailto:brunosimi...@gmail.com>> wrote:
Hi all,

Is there any possibility of request multiple webservices in the same
SOAP Request, like:

SOAP:Body
   Service1
   /Service1
   Service2
   /Service2
/SOAP:Body

Thanks,

Bruno.

---------------------------------------------------------------------
To unsubscribe, e-mail: 
java-user-unsubscr...@axis.apache.org<mailto:java-user-unsubscr...@axis.apache.org>
For additional commands, e-mail: 
java-user-h...@axis.apache.org<mailto:java-user-h...@axis.apache.org>



--
Amila Suriarachchi
WSO2 Inc.
blog: http://amilachinthaka.blogspot.com/

________________________________
STATEMENT OF CONFIDENTIALITY:



The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain confidential or privileged information. If you are not the intended
recipient, please notify WHI Solutions immediately at g...@whisolutions.com,
and destroy all copies of this message and any attachments.

Reply via email to