You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by sdan <sd...@yahoo.com> on 2007/04/23 18:02:29 UTC

How to make loan-broker-bpel application a distributed one?

I'm trying to make the loan-broker-bpel application a distributed one. Right
now all the SU's are running on one machine. Lets say, I want to move the SU
that has credit agency and bank component to another machine? How should I
do that? 
My understanding is that, if I deploy that SU to another machine, I need to
write a consumer http-bc SU
and deploy it to the other machine and that was I can expose that SU through
webservice. In fact I wrote a http-bc whose xbean.xml looks like

<beans xmlns:http="http://servicemix.apache.org/http/1.0"
       xmlns:ca="urn:logicblaze:soa:creditagency">

  <http:endpoint service="ca:CreditAgency"
  				
wsdlResource="file:/C:\servicemix\apache-servicemix-3.2-incubating-SNAPSHOT\examples\loan-broker-bpel\loan-broker-bpe-su\src\main\resources\creditagency.wsdl"
                 endpoint="soap"
                 role="consumer" 
                 locationURI="http://remotehost:8192/example/"
                 defaultMep="http://www.w3.org/2004/08/wsdl/in-out"
                 soap="true" />             

</beans>

But it doesn't work. Please if anyone has any idea how to deploy this SU to
another machine and expose it through a webservice, please let me know.
Thanks in advance.
-Dan
-- 
View this message in context: http://www.nabble.com/How-to-make-loan-broker-bpel-application-a-distributed-one--tf3632615s12049.html#a10143324
Sent from the ServiceMix - User mailing list archive at Nabble.com.