openesb-components/driver-tests/bpelse/assign/VariablePropertyTest/conditionProj/build/intPropertyValues.bpel

62 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<process
name="intPropertyValues"
targetNamespace="http://enterprise.netbeans.org/bpel/conditionProj/intPropertyValues"
xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:sxt="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Trace"
xmlns:sxed="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Editor"
xmlns:tns="http://enterprise.netbeans.org/bpel/conditionProj/intPropertyValues"
xmlns:ns0="http://j2ee.netbeans.org/wsdl/conditions"
xmlns:ns2="http://docs.oasis-open.org/wsbpel/2.0/process/executable">
<import namespace="http://j2ee.netbeans.org/wsdl/conditions"
location="conditions.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
<partnerLinks>
<partnerLink name="intPropValTestPL"
xmlns:tns="http://j2ee.netbeans.org/wsdl/conditions"
partnerLinkType="tns:intPropValPLT" myRole="intPropValPTRole"/>
</partnerLinks>
<variables>
<variable name="IntegerVar" type="xsd:int"/>
<variable name="IntPropValOperationOut"
xmlns:tns="http://j2ee.netbeans.org/wsdl/conditions" messageType="tns:message"/>
<variable name="IntPropValOperationIn"
xmlns:tns="http://j2ee.netbeans.org/wsdl/conditions" messageType="tns:message"/>
</variables>
<correlationSets>
<correlationSet name="CorrelationSet1" properties="ns0:intProp"/>
</correlationSets>
<sequence>
<receive name="Receive1" createInstance="yes"
partnerLink="intPropValTestPL" operation="intPropValOperation"
xmlns:tns="http://j2ee.netbeans.org/wsdl/conditions"
portType="tns:intPropValPT" variable="IntPropValOperationIn">
<correlations>
<correlation set="CorrelationSet1" initiate="yes"/>
</correlations>
</receive>
<assign name="Assign1">
<copy>
<from>101</from>
<to variable="IntegerVar"/>
</copy>
<copy>
<from>$IntPropValOperationIn.mesgPart/strElem</from>
<to>$IntPropValOperationOut.mesgPart/strElem</to>
</copy>
<copy>
<from>$IntPropValOperationIn.mesgPart/boolElem</from>
<to>$IntPropValOperationOut.mesgPart/boolElem</to>
</copy>
<copy>
<from>ns2:getVariableProperty('IntPropValOperationIn', 'ns0:intProp') + ns2:getVariableProperty('IntegerVar', 'ns0:intProp')</from>
<to>$IntPropValOperationOut.mesgPart/intElem</to>
</copy>
</assign>
<reply name="Reply1" partnerLink="intPropValTestPL"
operation="intPropValOperation"
xmlns:tns="http://j2ee.netbeans.org/wsdl/conditions"
portType="tns:intPropValPT" variable="IntPropValOperationOut"/>
</sequence>
</process>