Here is the example:

<bpelApplication name="ExampleWorkFlow" xmlns="http://jbpm.org/bpel";
  |     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  |      xsi:schemaLocation="http://jbpm.org/bpel
  |             http://jbpm.org/bpel/bpel_application_1_0.xsd";>
  |     <partnerLinks>
  |             <partnerLink name="WorkFlowCaller">
  |                     <myRole destination="jms/WorkFlowCallerQueue" />
  |             </partnerLink>
  |             <partnerLink name="NicksTestServiceCaller">
  |                     <partnerRole>
  |                             <wsa:EndpointReference 
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing";>
  |                                     <wsa:Address>
  |                                     USE_ACTUAL_URI_FROM_CATALOG
  |                                     </wsa:Address>
  |                                     <wsa:ServiceName 
xmlns:ses="http://test";>
  |                                             ses:NicksTestService_wsdl
  |                                     </wsa:ServiceName>
  |                             </wsa:EndpointReference>
  |                     </partnerRole>
  |             </partnerLink>
  |     </partnerLinks>
  |     <serviceCatalogs>
  |             <definitionCatalog>
  |                     <definition  
location="http://127.0.0.1:8080/NicksWSJar/NicksTestService?wsdl"/>
  |             </definitionCatalog>
  |     </serviceCatalogs>
  | </bpelApplication>
  | 


The above is a bpel-application.xml using service catalogs. 



Let me know if you have any questions.  

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956299#3956299

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956299

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to