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

57 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<process name="GreaterEqualBytesOp"
targetNamespace="http://www.seebeyond.com/eInsight/OperationTest"
sbynpxp:end_YLoc="341.0"
sbynpxp:start_YLoc="120.0"
sbynpxp:linkStyle="angular"
sbynpxp:start_XLoc="50.0"
sbynpxp:end_XLoc="840.0"
xmlns:tns="http://www.seebeyond.com/eInsight/GreaterEqualBytesOp"
xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
xmlns:ns0="http://stc.com/Operation"
xmlns:sbynruntime="http://bpel.seebeyond.com/hawaii/5.0/privateExtension/runtime/"
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="GreaterEqualBytesOp_Output"
messageType="ns0:Operation"></variable>
<variable name="GreaterEqualBytesOp_Input"
messageType="ns0:Operation"></variable>
</variables>
<sequence>
<receive name="GreaterEqualBytesOp"
partnerLink="OperationLink"
portType="ns0:Operation"
operation="GreaterEqualBytesOp"
variable="GreaterEqualBytesOp_Output"
createInstance="yes"
sbynpxp:XLoc="357.0"
sbynpxp:YLoc="166.0"></receive>
<assign name="Assign"
sbynpxp:XLoc="397.0"
sbynpxp:YLoc="86.0">
<copy>
<from>$GreaterEqualBytesOp_Output.part/byte0 &gt;= $GreaterEqualBytesOp_Output.part/byte1</from>
<to>$GreaterEqualBytesOp_Input.part/retBoolean</to>
</copy>
</assign>
<reply name="GreaterEqualBytesOp.Reply"
partnerLink="OperationLink"
portType="ns0:Operation"
operation="GreaterEqualBytesOp"
variable="GreaterEqualBytesOp_Input"
sbynpxp:XLoc="457.0"
sbynpxp:YLoc="166.0"></reply>
</sequence>
</process>