<process xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:print="http://www.eclipse.org/tptp/choreography/2004/engine/Print">
<import importType="http://schemas.xmlsoap.org/wsdl/" location="../../test_bucket/service_libraries/tptp_EnginePrinterPort.wsdl"
namespace="http://www.eclipse.org/tptp/choreography/2004/engine/Print" />
<partnerLinks>
<partnerLink name="printService" partnerLinkType="print:printLink" partnerRole="printService"/>
</partnerLinks>
<variables>
<variable name="saludo" messageType="print:PrintMessage" />
</variables>
<assign>
<copy>
<from><literal>Kiubole Ke</literal></from>
<to>$saludo.value</to>
</copy>
</assign>
<invoke partnerLink="printService" operation="print" inputVariable="saludo" />
</process>