[jboss-user] [JBoss jBPM] - Re: Is it possible to set a new URI for a partnerLink during

alex.guizar@jboss.com do-not-reply at jboss.com
Mon Oct 29 20:27:19 EDT 2007


Per the BPEL specification, only the partner role of a partner link can be assigned a new address dynamically. Try the following:
<assign>
  |  <copy>
  |   <from variable="msg" part="reference">
  |   <to partnerLink="pl">
  |  </copy>
  | </assign>
The information item returned by from must have a supported service reference type. Currently, the product supports wsa:EndpointReferenceType and wsdl:tService. If you have a BPEL 2 process, the type can also be bpel:ServiceRefType. The namespace URIs for these prefixes are:
wsa http://schemas.xmlsoap.org/ws/2004/08/addressing
wsdl http://schemas.xmlsoap.org/wsdl/
bpel http://schemas.xmlsoap.org/ws/2004/03/business-process/

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

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



More information about the jboss-user mailing list