<?xml version="1.0" encoding="UTF-8"?>
<con:soapui-project name="Drools-Pipelines-VSM" resourceRoot="" soapui-version="3.0.1" xmlns:con="http://eviware.com/soapui/config"><con:settings/><con:interface xsi:type="con:WsdlInterface" wsaVersion="NONE" name="DroolsPipelineWSBinding" type="wsdl" bindingName="{http://examples.plugtree.org/}DroolsPipelineWSBinding" soapVersion="1_1" anonymous="optional" definition="http://localhost:8080/PlayingWithDroolsPipelinesWS/?WSDL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache type="TEXT" rootPart="http://localhost:8080/PlayingWithDroolsPipelinesWS/?WSDL"><con:part><con:url>http://localhost:8080/PlayingWithDroolsPipelinesWS/?WSDL</con:url><con:content><![CDATA[<definitions name="DroolsPipelineWSService" targetNamespace="http://examples.plugtree.org/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://examples.plugtree.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <types>
    <xs:schema targetNamespace="http://examples.plugtree.org/" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:element name="execute" type="tns:execute"/>
      <xs:element name="executeResponse" type="tns:executeResponse"/>
      <xs:complexType name="execute">
        <xs:sequence>
          <xs:element minOccurs="0" name="arg0" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
      <xs:complexType name="executeResponse">
        <xs:sequence>
          <xs:element minOccurs="0" name="return" type="xs:string"/>
        </xs:sequence>
      </xs:complexType>
    </xs:schema>
  </types>
  <message name="DroolsPipelineWS_execute">
    <part element="tns:execute" name="execute"/>
  </message>
  <message name="DroolsPipelineWS_executeResponse">
    <part element="tns:executeResponse" name="executeResponse"/>
  </message>
  <portType name="DroolsPipelineWS">
    <operation name="execute" parameterOrder="execute">
      <input message="tns:DroolsPipelineWS_execute"/>
      <output message="tns:DroolsPipelineWS_executeResponse"/>
    </operation>
  </portType>
  <binding name="DroolsPipelineWSBinding" type="tns:DroolsPipelineWS">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="execute">
      <soap:operation soapAction=""/>
      <input>
        <soap:body use="literal"/>
      </input>
      <output>
        <soap:body use="literal"/>
      </output>
    </operation>
  </binding>
  <service name="DroolsPipelineWSService">
    <port binding="tns:DroolsPipelineWSBinding" name="DroolsPipelineWSPort">
      <soap:address location="http://127.0.0.1:8080/PlayingWithDroolsPipelinesWS"/>
    </port>
  </service>
</definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://127.0.0.1:8080/PlayingWithDroolsPipelinesWS</con:endpoint></con:endpoints><con:operation isOneWay="false" action="" name="execute" bindingOperationName="execute" type="Request-Response" inputName="" receivesAttachments="false" sendsAttachments="false" anonymous="optional"><con:settings/><con:call name="01 - Insert And FireAllRules"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://127.0.0.1:8080/PlayingWithDroolsPipelinesWS</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:exam="http://examples.plugtree.org/">
   <soapenv:Header/>
   <soapenv:Body>
      <exam:execute>
        
         <arg0><![CDATA[
            <batch-execution lookup="ksession1">
               <insert out-identifier="salaboy">
                  <org.plugtree.examples.model.Person>
                     <name>salaboy</name>
		     <age>21</age>	
                  </org.plugtree.examples.model.Person>
               </insert>
               <fire-all-rules/>
            </batch-execution>]]]]>><![CDATA[</arg0>
      </exam:execute>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://examples.plugtree.org/DroolsPipelineWS/executeRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="04 - Retract"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://127.0.0.1:8080/PlayingWithDroolsPipelinesWS</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:exam="http://examples.plugtree.org/">
   <soapenv:Header/>
   <soapenv:Body>
      <exam:execute>
        
         <arg0>
		<![CDATA[
            <batch-execution lookup="ksession1">
               <retract factHandle="0:19:984867:984867:33"/>
         
            </batch-execution>
		]]]]>><![CDATA[
	</arg0>
      </exam:execute>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://examples.plugtree.org/DroolsPipelineWS/executeRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="02 - Modify And FireAllRules"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://127.0.0.1:8080/PlayingWithDroolsPipelinesWS</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:exam="http://examples.plugtree.org/">
   <soapenv:Header/>
   <soapenv:Body>
      <exam:execute>
        
         <arg0><![CDATA[
            <batch-execution lookup="ksession1">
               <modify factHandle="0:19:984867:984867:33">
                 	
		     <set accessor="age" value="41" />	
                     <set accessor="ranking" value="0" />
               </modify>
               <fire-all-rules/>
            </batch-execution>]]]]>><![CDATA[</arg0>
      </exam:execute>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://examples.plugtree.org/DroolsPipelineWS/executeRequest"/><con:wsrmConfig version="1.2"/></con:call><con:call name="03 - GetObject"><con:settings><con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting></con:settings><con:encoding>UTF-8</con:encoding><con:endpoint>http://127.0.0.1:8080/PlayingWithDroolsPipelinesWS</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:exam="http://examples.plugtree.org/">
   <soapenv:Header/>
   <soapenv:Body>
      <exam:execute>
        
         <arg0><![CDATA[
            <batch-execution lookup="ksession1">
               <get-object out-identifier="salaboy" factHandle="0:19:984867:984867:33"/>
                 	
		   
            </batch-execution>]]]]>><![CDATA[</arg0>
      </exam:execute>
   </soapenv:Body>
</soapenv:Envelope>]]></con:request><con:wsaConfig mustUnderstand="NONE" version="200508" action="http://examples.plugtree.org/DroolsPipelineWS/executeRequest"/><con:wsrmConfig version="1.2"/></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project>
