openesb-components/driver-tests/bpelse/assign/AssignBpel/build/Assign/divBytesOp.bpel

57 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<process name="divBytesOp"
targetNamespace="http://www.seebeyond.com/eInsight/OperationTest"
sbynpxp:end_YLoc="341.0"
sbynpxp:start_YLoc="156.0"
sbynpxp:linkStyle="angular"
sbynpxp:start_XLoc="113.0"
sbynpxp:end_XLoc="840.0"
xmlns:tns="http://www.seebeyond.com/eInsight/divBytesOp"
xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
xmlns:sbynruntime="http://bpel.seebeyond.com/hawaii/5.0/privateExtension/runtime/"
xmlns:ns0="http://stc.com/Operation"
xmlns:sbynpxp="http://bpel.seebeyond.com/hawaii/5.0/privateExtension/presentation/"
xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
xmlns:sbyntracing="http://bpel.seebeyond.com/hawaii/5.0/privateExtension/tracing/"
xmlns:sbyninc="http://bpel.seebeyond.com/hawaii/5.0/privateExtension/incompleteModel">
<import namespace="http://stc.com/Operation"
location="operation.wsdl"
importType="http://schemas.xmlsoap.org/wsdl/"></import>
<partnerLinks>
<partnerLink name="OperationLink"
partnerLinkType="ns0:SLT"
myRole="server"/>
</partnerLinks>
<variables>
<variable name="DivBytesOp_Output"
messageType="ns0:Operation"></variable>
<variable name="DivBytesOp_Input"
messageType="ns0:Operation"></variable>
</variables>
<sequence>
<receive name="DivBytesOp"
partnerLink="OperationLink"
portType="ns0:Operation"
operation="DivBytesOp"
variable="DivBytesOp_Output"
createInstance="yes"
sbynpxp:XLoc="261.0"
sbynpxp:YLoc="100.0"></receive>
<assign name="Assign"
sbynpxp:XLoc="398.0"
sbynpxp:YLoc="100.0">
<copy>
<from>$DivBytesOp_Output.part/byte0 div $DivBytesOp_Output.part/byte1</from>
<to>$DivBytesOp_Input.part/retByte</to>
</copy>
</assign>
<reply name="DivBytesOp.Reply"
partnerLink="OperationLink"
portType="ns0:Operation"
operation="DivBytesOp"
variable="DivBytesOp_Input"
sbynpxp:XLoc="413.0"
sbynpxp:YLoc="179.0"></reply>
</sequence>
</process>