<?xml version="1.0" encoding="UTF-8"?>
<sup:process monitor-access="false" transaction-timeout="-1" transaction-propagation="REQUIRES NEW" type="transient" pof-object-type="" name="TestProcess" id="P1186979749242" xmlns:jav="http://www.adobe.com/2006/JavaTypes" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sup="http://adobe.com/workflow/template/support"><sup:description/><sup:variables><sup:variable visibleInUI="true" searchable="true" description="" title="" pof-attribute="create_time" type="xs:dateTime" required="true" in="false" out="false" name="create_time" id="V1186979749517"><sup:value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></sup:variable><sup:variable visibleInUI="true" searchable="true" description="" title="" pof-attribute="creator_id" type="xs:string" required="true" in="false" out="false" name="creator_id" id="V1186979749518"><sup:value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></sup:variable><sup:variable visibleInUI="true" searchable="true" description="" title="" pof-attribute="id" type="xs:long" required="true" in="false" out="false" name="id" id="V1186979749519"><sup:value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></sup:variable><sup:variable visibleInUI="false" searchable="false" description="" title="" pof-attribute="" type="jav:string" required="false" in="true" out="false" name="input_string" id="V1186979749522"><sup:property readonly="false" dependent-property="" editor="" description="" name="length" id="VP1186979749453"/><sup:value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></sup:variable><sup:variable visibleInUI="false" searchable="false" description="" title="" pof-attribute="" type="jav:xml" required="false" in="false" out="false" name="response" id="V1186979749523"><sup:property readonly="false" dependent-property="" editor="" description="" name="xsd reference" id="VP1186979749454"/><sup:value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></sup:variable><sup:variable visibleInUI="true" searchable="true" description="" title="" pof-attribute="status" type="xs:string" required="true" in="false" out="false" name="status" id="V1186979749520"><sup:value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></sup:variable><sup:variable visibleInUI="true" searchable="true" description="" title="" pof-attribute="update_time" type="xs:dateTime" required="true" in="false" out="false" name="update_time" id="V1186979749521"><sup:value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></sup:variable></sup:variables><sup:branch start-action="invoke0" type="transactional" y-position="0" x-position="0" name="main-branch" id="B1186979749273"><sup:description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><sup:pools><sup:pool start-action="invoke0" y-position="0" x-position="2" type="horizontal" name="POOL" id="PL1186979749289"><sup:description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><sup:swimlanes><sup:swimlane type="horizontal" color="RGB{192, 192, 192}" width="2000" height="237" y-position="0" x-position="34" name="SWIMLANE0" id="S1186979749305"><sup:description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><sup:actions><sup:invoke operation-name="invoke" service-name="WebService" isFireAndForget="false" isLongLived="false" color="" y-position="37" x-position="103" name="invoke0" id="A1186979749322"><sup:description/><sup:routes><sup:route destination="extractSoapBody1" to-port="LEFT_CENTER" from-port="RIGHT_CENTER" segment-distance="50" segment="3" y-offset="0" x-offset="0" link-type="normal" connective="" name="route0" id="R1186979929460"><sup:description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></sup:route></sup:routes><sup:event-catchs><sup:default-exception-catch position="bottom-right" event-category="Exception" event-type-name="DEFAULT EXCEPTION" operation-name="invoke" name="DEFAULT EXCEPTION" id="EC1186979749336"/></sup:event-catchs><sup:input type="IMPLICIT" name="patExecutionCtx"><sup:value xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></sup:input><sup:input type="LITERAL" name="webServiceOptions"><sup:value><![CDATA[<com.adobe.idp.dsc.webservice.bean.WebServiceSettingBean>
  <m__wsdl>http://localhost:8080/soap/services/TestWebService?wsdl</m__wsdl>
  <m__username>administrator</m__username>
  <m__password>password</m__password>
  <m__port>TestWebService</m__port>
  <m__targetUrl>http://localhost:8080/soap/services/TestWebService</m__targetUrl>
  <m__operationName>invoke</m__operationName>
  <m__timeOut></m__timeOut>
  <m__inputRequest>&lt;soapenv:Envelope xmlns:soapenv=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:ser=&quot;http://adobe.com/idp/services&quot;&gt;&#x0D;
   &lt;soapenv:Header/&gt;&#x0D;
   &lt;soapenv:Body&gt;&#x0D;
      &lt;ser:invoke&gt;&#x0D;
         &lt;!--Optional:--&gt;&#x0D;
         &lt;ser:string_var&gt;{$ /process_data/@input_string $}&lt;/ser:string_var&gt;&#x0D;
      &lt;/ser:invoke&gt;&#x0D;
   &lt;/soapenv:Body&gt;&#x0D;
&lt;/soapenv:Envelope&gt;</m__inputRequest>
  <m__inputRequestTest>&lt;soapenv:Envelope xmlns:soapenv=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:ser=&quot;http://adobe.com/idp/services&quot;&gt;&#x0D;
   &lt;soapenv:Header/&gt;&#x0D;
   &lt;soapenv:Body&gt;&#x0D;
      &lt;ser:invoke&gt;&#x0D;
         &lt;!--Optional:--&gt;&#x0D;
         &lt;ser:input_string&gt;hello&lt;/ser:input_string&gt;&#x0D;
      &lt;/ser:invoke&gt;&#x0D;
   &lt;/soapenv:Body&gt;&#x0D;
&lt;/soapenv:Envelope&gt;</m__inputRequestTest>
</com.adobe.idp.dsc.webservice.bean.WebServiceSettingBean>]]></sup:value></sup:input><sup:output type="VARIABLE" name="response"><sup:value>response</sup:value></sup:output><sup:output type="XPATH" name="attachments"><sup:value/></sup:output></sup:invoke><sup:invoke operation-name="extractSoapBody" service-name="XmlUtil" isFireAndForget="false" isLongLived="false" color="" y-position="38" x-position="263" name="extractSoapBody1" id="A1186979749331"><sup:description/><sup:routes><sup:route destination="removeNamespace2" to-port="LEFT_CENTER" from-port="RIGHT_CENTER" segment-distance="50" segment="3" y-offset="0" x-offset="0" link-type="normal" connective="" name="route0" id="R1186979929461"><sup:description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></sup:route></sup:routes><sup:input type="VARIABLE" name="xml"><sup:value>response</sup:value></sup:input><sup:output type="VARIABLE" name="result"><sup:value>response</sup:value></sup:output></sup:invoke><sup:invoke operation-name="removeNamespace" service-name="XmlUtil" isFireAndForget="false" isLongLived="false" color="" y-position="37" x-position="414" name="removeNamespace2" id="A1186979749332"><sup:description/><sup:routes><sup:route destination="Activity A" to-port="LEFT_CENTER" from-port="RIGHT_CENTER" segment-distance="74" segment="3" y-offset="0" x-offset="-213" link-type="normal" connective="" name="/process_data/response/invokeResponse/nextAction = 'doA'" id="R1186979929462"><sup:description/><sup:conditions><sup:condition expr2="'doA'" operator="=" expr1="/process_data/response/nextAction" id="C1186989584593"/></sup:conditions></sup:route><sup:route destination="Activity B" to-port="LEFT_CENTER" from-port="RIGHT_CENTER" segment-distance="91" segment="3" y-offset="0" x-offset="-203" link-type="normal" connective="" name="/process_data/response/invokeResponse/nextAction = 'doB'" id="R1186979929463"><sup:description/><sup:conditions><sup:condition expr2="'doB'" operator="=" expr1="/process_data/response/nextAction" id="C1186989584594"/></sup:conditions></sup:route></sup:routes><sup:event-catchs><sup:default-exception-catch position="bottom-right" event-category="Exception" event-type-name="DEFAULT EXCEPTION" operation-name="removeNamespace" name="DEFAULT EXCEPTION" id="EC1186979749340"/></sup:event-catchs><sup:input type="VARIABLE" name="xml"><sup:value>response</sup:value></sup:input><sup:output type="VARIABLE" name="result"><sup:value>response</sup:value></sup:output></sup:invoke></sup:actions></sup:swimlane><sup:swimlane type="horizontal" color="RGB{192, 192, 192}" width="2000" height="207" y-position="237" x-position="34" name="SWIMLANE1" id="S1186979749307"><sup:description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><sup:actions><sup:execute component-id="" color="" y-position="283" x-position="638" name="Activity A" id="A1186979749333"><sup:description/><sup:input xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></sup:execute></sup:actions></sup:swimlane><sup:swimlane type="horizontal" color="RGB{192, 192, 192}" width="2000" height="229" y-position="444" x-position="34" name="SWIMLANE2" id="S1186979749308"><sup:description xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/><sup:actions><sup:execute component-id="" color="" y-position="473" x-position="617" name="Activity B" id="A1186979749334"><sup:description/><sup:input xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/></sup:execute></sup:actions></sup:swimlane></sup:swimlanes></sup:pool></sup:pools></sup:branch></sup:process>