You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by "srinivasarao.vanka" <sr...@ibs.ness.com> on 2006/09/29 13:15:23 UTC

How to invoke external webservice through Bpel of ServiceMix

 One webservice has been deployed on Weblogic application server. I
downloaded service Mix 3.0 and trying to run the Bpel Example.Bpel example
given in the site has internal web services to be invoked through Bpel
procees. I am unable to call external webservice using this BPE example.
Anybody can help me in this regard.
-- 
View this message in context: http://www.nabble.com/How-to-invoke-external-webservice-through-Bpel-of-ServiceMix-tf2356301.html#a6563139
Sent from the ServiceMix - User mailing list archive at Nabble.com.


Re: How to invoke external webservice through Bpel of ServiceMix

Posted by Guillaume Nodet <gn...@gmail.com>.
A BPEL engine deployed in ServiceMix will only be able to
invoke JBI services.  If you want to invoke an external web
service, you need to deploy a proxy endpoint on servicemix-http,
so that the BPEL engine will request the proxy endpoint,
which in turns invoke the web service through HTTP.
See servicemix-http documentation [1]

[1] http://servicemix.goopen.org/site/servicemix-http.html

On 9/29/06, srinivasarao.vanka <sr...@ibs.ness.com> wrote:
>
>  One webservice has been deployed on Weblogic application server. I
> downloaded service Mix 3.0 and trying to run the Bpel Example.Bpel example
> given in the site has internal web services to be invoked through Bpel
> procees. I am unable to call external webservice using this BPE example.
> Anybody can help me in this regard.
> --
> View this message in context: http://www.nabble.com/How-to-invoke-external-webservice-through-Bpel-of-ServiceMix-tf2356301.html#a6563139
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet