You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Alessio D'Innocenti <ka...@katamail.com> on 2006/07/12 18:28:09 UTC

ServiceMix as gateway

Hi All!
I'm new in service mix and i speak english only a few. I hope I'm clear.
I need to expose running webservice on other servers in a servicemix server.
For example I hava a sayHello service on
http://pc-home:8080/SimpleWS/services/SayHello?wsdl
and a sayGoodMorning service on
http://pc-work:8080/SimpleWS/services/SayGoogMorning?wsdl.
I would configure service mix to have
http://pc-servicemix:8080/services/SayGoodMorning?wsdl and
http://pc-servicemix:8080/services/SayHello?wsdl.

Is possible configure servicemix in this way?