[Users] Use the enpoints in BPEL Orchestra

Jérémie Doucy petals-components at ebmwebsourcing.com
Wed Mar 16 10:32:10 CET 2011


I think that the good solution is to use the assign operation on the partnerLink, try something like this before the invoke operation : 

Code:

<assign name="AssignCleaner">
            <copy>
                <from><literal><service-ref
			xmlns="http://docs.oasis-open.org/wsbpel/2.0/serviceref">
			<EndpointReference
				xmlns="http://www.w3.org/2005/08/addressing">
				<ServiceName
					xmlns:analyser="http://weblab-project.org/services/analyser">analyser:AnalyserService</ServiceName>
			</EndpointReference>
		</service-ref></literal></from>
                <to partnerLink="Analyser"/>
            </copy>
        </assign>



Notes that the only things you have to change are the partnerLink name and the ServiceName value.

------------------------
Information Processing Competence Center (IPCC)
EADS Defence and Security Systems
http://weblab-project.org




-------------------- m2f --------------------

Read this forum topic online here:
http://petals.ebmwebsourcing.com/forum/viewtopic.php?p=740#740

-------------------- m2f --------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110316/04b39e32/attachment.htm>


More information about the Users mailing list