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: [email protected] [mailto:[email protected]] Sent: Saturday, March 27, 2010 8:19 AM To: [email protected] 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 <[email protected]> Date: Sat, 27 Mar 2010 14:27:17 +0530 To: <[email protected]> Subject: Re: Is possible to invoke multiple webservices in same http request? No. On Sat, Mar 27, 2010 at 1:37 AM, Bruno Simioni <[email protected]<mailto:[email protected]>> 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: [email protected]<mailto:[email protected]> For additional commands, e-mail: [email protected]<mailto:[email protected]> -- 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 [email protected], and destroy all copies of this message and any attachments.
