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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
