Index: /trunk/autoquest-plugin-uml-test/src/test/java/de/ugoe/cs/autoquest/plugin/uml/UMLUtilsTest.java
===================================================================
--- /trunk/autoquest-plugin-uml-test/src/test/java/de/ugoe/cs/autoquest/plugin/uml/UMLUtilsTest.java	(revision 1907)
+++ /trunk/autoquest-plugin-uml-test/src/test/java/de/ugoe/cs/autoquest/plugin/uml/UMLUtilsTest.java	(revision 1908)
@@ -205,37 +205,4 @@
     
     @Test
-    public void testHL7v2_1() throws Exception {
-        // parse log file
-        HTTPLogParser parser =
-            new HTTPLogParser(new File(ClassLoader
-                .getSystemResource("hl7_servicenamemap.txt")
-                .getFile()));
-        parser
-            .parseFile(new File(ClassLoader
-                .getSystemResource("testCreateInteractionFromEventSequence_1_usagedata.log")
-                .getFile()));
-        Collection<List<Event>> httpSequences = parser.getSequences();
-
-        
-        Model model =
-            ModelUtils.loadModel(ClassLoader
-                .getSystemResourceAsStream("hl7model_v2.uml"));
-
-        for (List<Event> httpSequence : httpSequences) {
-            for (Iterator<Event> eventIter = httpSequence.iterator(); eventIter.hasNext();) {
-                Event event = eventIter.next();
-                if (!(event.getType() instanceof SOAPEventType)) {
-                    eventIter.remove();
-                }
-            }
-
-            UMLUtils.createInteractionFromEventSequence(httpSequence, model, "testSequence", "RLUSTestSuite_1");
-        }
-
-        ModelUtils.writeModelToFile(model, OUTPUT_DIR + "testCreateInteractionFromEventSequence_2_result.uml");
-        
-    }
-
-    @Test
     public void testCalculateUsageScore_1() throws Exception {
         // parse log file
@@ -372,4 +339,49 @@
         }
     }
+    
+    @Test
+    public void testValidateModelWithLog_ITA_v2() throws Exception {
+        HTTPLogParser parser =
+                new HTTPLogParser(new File(ClassLoader
+                    .getSystemResource("ita_v2_servicenamemap.txt")
+                    .getFile()));
+        parser
+            .parseFile(new File(ClassLoader
+                .getSystemResource("ita_usagejournal_v2_2.log")
+                .getFile()));
+        Collection<List<Event>> httpSequences = parser.getSequences();
+
+        
+        Model model =
+            ModelUtils.loadModel(ClassLoader
+                .getSystemResourceAsStream("ita_model_v2.uml"));
+        
+        int violations = UMLUtils.validateModelWithLog(httpSequences, model, null);
+        if( violations==0 ) {
+            System.out.println("No problems found.");
+        } else {
+            System.out.println(violations + " violations found.");
+        }
+        
+        // remove everything but transport from sequences
+        for (List<Event> httpSequence : httpSequences) {
+            for (Iterator<Event> eventIter = httpSequence.iterator(); eventIter.hasNext();) {
+                Event event = eventIter.next();
+                if (!(event.getType() instanceof SOAPEventType)) {
+                    eventIter.remove();
+                } else {
+                    SOAPEventType eventType = (SOAPEventType) event.getType();
+                    if( !"TransportService".equals(eventType.getServiceName()) )  {
+                        eventIter.remove();
+                    }
+                }
+            }
+            
+            UMLUtils.createInteractionFromEventSequence(httpSequence, model, "foo", "LogisticsTestSuite");
+        }
+        
+        ModelUtils.writeModelToFile(model, OUTPUT_DIR + "ita_v2_result.uml");
+        
+    }
 
     private void deleteFiles(File file) {
Index: /trunk/autoquest-plugin-uml-test/src/test/resources/ita_model_v2.uml
===================================================================
--- /trunk/autoquest-plugin-uml-test/src/test/resources/ita_model_v2.uml	(revision 1908)
+++ /trunk/autoquest-plugin-uml-test/src/test/resources/ita_model_v2.uml	(revision 1908)
@@ -0,0 +1,539 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xmi:XMI xmi:version="20110701" xmlns:xmi="http://www.omg.org/spec/XMI/20110701" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:uml="http://www.eclipse.org/uml2/4.0.0/UML" xmlns:utp="http://www.fokus.fraunhofer.de/testing/fokusmbt/profile/utp.ecore">
+  <uml:Model xmi:id="_qaVr1LEJEeSnYZTmeJXZKg" name="Model">
+    <ownedComment xmi:type="uml:Comment" xmi:id="_Bcn1gMGfEeSgpOzAzVFJPA">
+      <body>Buyer will stimuli (TestComponent)&#xD;
+</body>
+    </ownedComment>
+    <packageImport xmi:type="uml:PackageImport" xmi:id="_qaVr1bEJEeSnYZTmeJXZKg">
+      <importedPackage xmi:type="uml:Model" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#_0"/>
+    </packageImport>
+    <packagedElement xmi:type="uml:Interface" xmi:id="__m-9kLELEeSnYZTmeJXZKg" name="PointOfSaleInterface">
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_NrKC8LEMEeSnYZTmeJXZKg" name="purchaseOrderConfirmation">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_ov6xYMZjEeSM37Q-L6-vug" name="purchaseOrderConfirmationXML" type="_zUagUMZiEeSM37Q-L6-vug"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_vgWjYMZjEeSM37Q-L6-vug" name="FinalPurchaseOrderNotification">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_yh9TMMZjEeSM37Q-L6-vug" name="finalPurchaseOrderNotificationXML" type="_zUagUMZiEeSM37Q-L6-vug"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_0vorsMZjEeSM37Q-L6-vug" name="InstrutionToReceive">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_26sOAMZjEeSM37Q-L6-vug" name="warehousingInboundInstructionXML" type="_BKBlQMZjEeSM37Q-L6-vug"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_5DzPkMZjEeSM37Q-L6-vug" name="DropOffRequest">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_7KdaEMZjEeSM37Q-L6-vug" name="transportPickUpDropOffRequestXML" type="_J2tokMZjEeSM37Q-L6-vug"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_8tvxwMZjEeSM37Q-L6-vug" name="DepatchNotificationInbound">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="__QcYAMZjEeSM37Q-L6-vug" name="despatchAdviceXML" type="_52mp4MGfEeSgpOzAzVFJPA"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_BAs0sMZkEeSM37Q-L6-vug" name="InboudDeliveryStatus">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_DKsnEMZkEeSM37Q-L6-vug" name="receivingAdviceXML" type="_byn0gMZjEeSM37Q-L6-vug"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_E_lsIMZkEeSM37Q-L6-vug" name="ProductSold">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_HQvPYMZkEeSM37Q-L6-vug" name="idProduct">
+          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+        </ownedParameter>
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_JHGUEMZkEeSM37Q-L6-vug" name="quantity">
+          <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
+        </ownedParameter>
+      </ownedOperation>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Interface" xmi:id="_v3NckLEMEeSnYZTmeJXZKg" name="WarehouseInterface">
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_MJZf0LENEeSnYZTmeJXZKg" name="InstrutionToReceive">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_1yASMMZkEeSM37Q-L6-vug" name="warehousingInboundInstructionXML" type="_BKBlQMZjEeSM37Q-L6-vug"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_59PjkMZkEeSM37Q-L6-vug" name="DepatchNotificationInbound">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_8A3BIMZkEeSM37Q-L6-vug" name="despatchAdviceXML" type="_52mp4MGfEeSgpOzAzVFJPA"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_9owMAMZkEeSM37Q-L6-vug" name="InboudDeliveryStatus">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="__8kowMZkEeSM37Q-L6-vug" name="receivingAdviceXML" type="_byn0gMZjEeSM37Q-L6-vug"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_Bcs-wMZlEeSM37Q-L6-vug" name="OutboundDeliveryStatus">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_DqPNUMZlEeSM37Q-L6-vug" name="warehousingOutboundNotificationXML" type="_S6YMAMZkEeSM37Q-L6-vug"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_Fpvm8MZlEeSM37Q-L6-vug" name="InventoryStatusInstrution">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_H0BtMMZlEeSM37Q-L6-vug" name="inventoryReportStatusXML" type="_a0lCcMZkEeSM37Q-L6-vug"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_JqanEMZlEeSM37Q-L6-vug" name="ReceiptNotificationOutBound">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_L4tDkMZlEeSM37Q-L6-vug" name="receivingAdviceXML" type="_VuelIMGfEeSgpOzAzVFJPA"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_NFql8MZlEeSM37Q-L6-vug" name="InstructionToDespatch">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_PDEt0MZlEeSM37Q-L6-vug" name="warehousingOutboundInstructionXML" type="_gxWi4MZkEeSM37Q-L6-vug"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_QhrZ0MZlEeSM37Q-L6-vug" name="PickUpRequest">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_TIxX4MZlEeSM37Q-L6-vug" name="transportPickUpDropOffRequestXML" type="_J2tokMZjEeSM37Q-L6-vug"/>
+      </ownedOperation>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Interface" xmi:id="_wimi8LEMEeSnYZTmeJXZKg" name="TransportInterface">
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_CMyFsLENEeSnYZTmeJXZKg" name="DropOffConfirmationRequest">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_G9ATcLENEeSnYZTmeJXZKg" name="TransportPickUpDropOffConfirmationXML" type="_udxaIMZlEeSM37Q-L6-vug"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_OQV-MLENEeSnYZTmeJXZKg" name="PickUpConfirmationRequest">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_OQV-MbENEeSnYZTmeJXZKg" name="transportPickUpDropOffConfirmationXML" type="_udxaIMZlEeSM37Q-L6-vug"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_YGXBELENEeSnYZTmeJXZKg" name="transportInstructionRequest">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_bH9J0LENEeSnYZTmeJXZKg" name="transportInstructionXML" type="_lF2ogMZlEeSM37Q-L6-vug"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_7U8ykMcCEeSZe4KIZH8Y5w" name="TransportStatusRequest">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_-h5PsMcCEeSZe4KIZH8Y5w" name="transportStatusRequestXML" type="_2q8P4MZlEeSM37Q-L6-vug"/>
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_BaVccMcDEeSZe4KIZH8Y5w" name="TransportStatusResponse" type="_mYGNUMGgEeSgpOzAzVFJPA" direction="out"/>
+      </ownedOperation>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Interface" xmi:id="_xI2DkLEMEeSnYZTmeJXZKg" name="MaterialSupplierInterface">
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_zLZgsMGgEeSgpOzAzVFJPA" name="ReceiptNotificationInbound">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_8bhBMMGgEeSgpOzAzVFJPA" name="receivingAdviceXML" type="_VuelIMGfEeSgpOzAzVFJPA"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_AgddUMGhEeSgpOzAzVFJPA" name="InventoryReport">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_Dzy2UMGhEeSgpOzAzVFJPA" name="inventoryActivityXML" type="_w4wlIMGfEeSgpOzAzVFJPA"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_FHJUkMGhEeSgpOzAzVFJPA" name="DespatchNotificationOutbound">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_IEQl8MGhEeSgpOzAzVFJPA" name="DespatchAdviceXML" type="_52mp4MGfEeSgpOzAzVFJPA"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_JZ_p0MGhEeSgpOzAzVFJPA" name="PurchaseOrder">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_MQ0F8MGhEeSgpOzAzVFJPA" name="purchaseOrderXML" type="_YsJasMGgEeSgpOzAzVFJPA"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_Nt_OkMGhEeSgpOzAzVFJPA" name="TransportInstructionConfirmation">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_QGq9MMGhEeSgpOzAzVFJPA" name="transportInstructionResponseXML" type="_ePz3kMGgEeSgpOzAzVFJPA"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_RnLtsMGhEeSgpOzAzVFJPA" name="TransporStatusNotification">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_UFNPUMGhEeSgpOzAzVFJPA" name="transportStatusNotificationXML" type="_mYGNUMGgEeSgpOzAzVFJPA"/>
+      </ownedOperation>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_Wr1TUMGhEeSgpOzAzVFJPA" name="FinalTransportStatusNotification">
+        <ownedParameter xmi:type="uml:Parameter" xmi:id="_ZCawMMGhEeSgpOzAzVFJPA" name="transportStatusNotificationXML" type="_mYGNUMGgEeSgpOzAzVFJPA"/>
+      </ownedOperation>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Component" xmi:id="_DF68obEOEeSnYZTmeJXZKg" name="PointOfSaleService">
+      <ownedAttribute xmi:type="uml:Port" xmi:id="_UXyBELEOEeSnYZTmeJXZKg" name="pointOfSalePort" visibility="public" type="_tXV18LEOEeSnYZTmeJXZKg" aggregation="composite">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_oTgvsLEOEeSnYZTmeJXZKg" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_oTgvsbEOEeSnYZTmeJXZKg" value="1"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_oTgvsrEOEeSnYZTmeJXZKg">
+          <value xsi:nil="true"/>
+        </defaultValue>
+      </ownedAttribute>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Component" xmi:id="_tXV18LEOEeSnYZTmeJXZKg" clientDependency="_2NfKoMfgEeSpzN7smHOlWA" name="PointOfSalePortType"/>
+    <packagedElement xmi:type="uml:Component" xmi:id="_eKs3MLEPEeSnYZTmeJXZKg" name="TransportService">
+      <ownedAttribute xmi:type="uml:Port" xmi:id="_944gMLEPEeSnYZTmeJXZKg" name="transportPort" type="_o9UFMLEPEeSnYZTmeJXZKg" aggregation="composite"/>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Component" xmi:id="_o9UFMLEPEeSnYZTmeJXZKg" clientDependency="_2kn4QMfgEeSpzN7smHOlWA" name="TransportPortType"/>
+    <packagedElement xmi:type="uml:Component" xmi:id="_rU8q8LEPEeSnYZTmeJXZKg" clientDependency="_29TeAMfgEeSpzN7smHOlWA" name="WarehousePortType"/>
+    <packagedElement xmi:type="uml:Component" xmi:id="_tDepULEPEeSnYZTmeJXZKg" clientDependency="_3fMDEMfgEeSpzN7smHOlWA" name="MaterialSupplierPortType"/>
+    <packagedElement xmi:type="uml:Component" xmi:id="_4T50sLEPEeSnYZTmeJXZKg" name="WarehouseService">
+      <ownedAttribute xmi:type="uml:Port" xmi:id="_QSCo0LEQEeSnYZTmeJXZKg" name="warehousePort" type="_rU8q8LEPEeSnYZTmeJXZKg" aggregation="composite"/>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Component" xmi:id="_6IibELEPEeSnYZTmeJXZKg" name="MaterialSupplierService">
+      <ownedAttribute xmi:type="uml:Port" xmi:id="_LGETMLEQEeSnYZTmeJXZKg" name="materialSupplierPort" type="_tDepULEPEeSnYZTmeJXZKg" aggregation="composite"/>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Component" xmi:id="_dmDckLEQEeSnYZTmeJXZKg" name="LogisticsTestSuite">
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_wQshULEREeSnYZTmeJXZKg" name="pointOfSaleService" type="_DF68obEOEeSnYZTmeJXZKg"/>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_zsboYLEREeSnYZTmeJXZKg" name="pointOfSaleService" visibility="public" type="_DF68obEOEeSnYZTmeJXZKg">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_1LbV8LEREeSnYZTmeJXZKg" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_1LhckLEREeSnYZTmeJXZKg" value="1"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_1LhckbEREeSnYZTmeJXZKg">
+          <value xsi:nil="true"/>
+        </defaultValue>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_zlHC8LESEeSnYZTmeJXZKg" name="TransportService" visibility="public" type="_eKs3MLEPEeSnYZTmeJXZKg">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_z2RrcLESEeSnYZTmeJXZKg" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_z2XyELESEeSnYZTmeJXZKg" value="1"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_z2XyEbESEeSnYZTmeJXZKg">
+          <value xsi:nil="true"/>
+        </defaultValue>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_BK0qsLETEeSnYZTmeJXZKg" name="warehouseService" visibility="public" type="_4T50sLEPEeSnYZTmeJXZKg">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_Bcd0ULETEeSnYZTmeJXZKg" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_Bcd0UbETEeSnYZTmeJXZKg" value="1"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_Bcd0UrETEeSnYZTmeJXZKg">
+          <value xsi:nil="true"/>
+        </defaultValue>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_HczmILETEeSnYZTmeJXZKg" name="materialSupplierService" visibility="public" type="_6IibELEPEeSnYZTmeJXZKg">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_Hr-DgLETEeSnYZTmeJXZKg" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_Hr-DgbETEeSnYZTmeJXZKg" value="1"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_HsEKILETEeSnYZTmeJXZKg">
+          <value xsi:nil="true"/>
+        </defaultValue>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_ElTioLEVEeSnYZTmeJXZKg" name="logisticsEnvironment" visibility="public" type="_hwwbELETEeSnYZTmeJXZKg">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_EwLV4LEVEeSnYZTmeJXZKg" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_EwLV4bEVEeSnYZTmeJXZKg" value="1"/>
+        <defaultValue xmi:type="uml:LiteralString" xmi:id="_EwLV4rEVEeSnYZTmeJXZKg">
+          <value xsi:nil="true"/>
+        </defaultValue>
+      </ownedAttribute>
+      <ownedConnector xmi:type="uml:Connector" xmi:id="_ZMBvALEVEeSnYZTmeJXZKg" name="Connector1">
+        <end xmi:type="uml:ConnectorEnd" xmi:id="_ZMBvAbEVEeSnYZTmeJXZKg" partWithPort="_ElTioLEVEeSnYZTmeJXZKg" role="_oFVXgLETEeSnYZTmeJXZKg">
+          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ZMBvArEVEeSnYZTmeJXZKg" value="1"/>
+          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ZMBvA7EVEeSnYZTmeJXZKg" value="1"/>
+        </end>
+        <end xmi:type="uml:ConnectorEnd" xmi:id="_ZMBvBLEVEeSnYZTmeJXZKg" partWithPort="_HczmILETEeSnYZTmeJXZKg" role="_LGETMLEQEeSnYZTmeJXZKg">
+          <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ZMBvBbEVEeSnYZTmeJXZKg" value="1"/>
+          <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ZMBvBrEVEeSnYZTmeJXZKg" value="1"/>
+        </end>
+      </ownedConnector>
+      <ownedOperation xmi:type="uml:Operation" xmi:id="_k-fb8LHPEeS0dumc9hw2vw" name="functional_TestCase1"/>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Component" xmi:id="_hwwbELETEeSnYZTmeJXZKg" name="Logistics_Environment">
+      <ownedAttribute xmi:type="uml:Port" xmi:id="_oFVXgLETEeSnYZTmeJXZKg" name="logisticsPortType" type="_tDepULEPEeSnYZTmeJXZKg" aggregation="composite" isConjugated="true"/>
+    </packagedElement>
+    <packagedElement xmi:type="uml:StateMachine" xmi:id="_KMwTgLE6EeSnYZTmeJXZKg" name="StateMachineTransportService">
+      <region xmi:type="uml:Region" xmi:id="_Mti1QLE6EeSnYZTmeJXZKg" name="Region1">
+        <transition xmi:type="uml:Transition" xmi:id="_KzeWEMcDEeSZe4KIZH8Y5w" name="TransitionTransportStatusRequest" source="_N6PR4LE6EeSnYZTmeJXZKg" target="_Ogq_wLE6EeSnYZTmeJXZKg">
+          <trigger xmi:type="uml:Trigger" xmi:id="_O0UVUMcDEeSZe4KIZH8Y5w" name="TransportStatusRequest" event="_klms0McCEeSZe4KIZH8Y5w"/>
+        </transition>
+        <transition xmi:type="uml:Transition" xmi:id="_U2It0McDEeSZe4KIZH8Y5w" name="TransportStatusResponse" source="_Ogq_wLE6EeSnYZTmeJXZKg" target="_gvCNoLE6EeSnYZTmeJXZKg"/>
+        <transition xmi:type="uml:Transition" xmi:id="_kGQo8McDEeSZe4KIZH8Y5w" name="TransitionTransportInstruction" source="_N6PR4LE6EeSnYZTmeJXZKg" target="_dmYbcMcDEeSZe4KIZH8Y5w">
+          <trigger xmi:type="uml:Trigger" xmi:id="_mVmOUMcDEeSZe4KIZH8Y5w" name="TransportInstruction" event="_hig50McDEeSZe4KIZH8Y5w"/>
+        </transition>
+        <transition xmi:type="uml:Transition" xmi:id="_u5Y0UMcDEeSZe4KIZH8Y5w" name="TransitionTransportInstructionConfirmation" source="_dmYbcMcDEeSZe4KIZH8Y5w" target="_gvCNoLE6EeSnYZTmeJXZKg">
+          <trigger xmi:type="uml:Trigger" xmi:id="_waFyEMcDEeSZe4KIZH8Y5w" name="TransportInstructionConfirmation" event="_sSHQEMcDEeSZe4KIZH8Y5w"/>
+        </transition>
+        <transition xmi:type="uml:Transition" xmi:id="_cITecMcEEeSZe4KIZH8Y5w" name="TransitionTransportInstructionConfirmationPickUpDropOffRequested" source="_dmYbcMcDEeSZe4KIZH8Y5w" target="_7enPcMcDEeSZe4KIZH8Y5w">
+          <trigger xmi:type="uml:Trigger" xmi:id="_hmZe0McEEeSZe4KIZH8Y5w" name="TransportInstructionConfirmation" event="_sSHQEMcDEeSZe4KIZH8Y5w"/>
+          <trigger xmi:type="uml:Trigger" xmi:id="_jikQkMcEEeSZe4KIZH8Y5w" name="PickUpRequest" event="_D3HLcMcEEeSZe4KIZH8Y5w"/>
+          <trigger xmi:type="uml:Trigger" xmi:id="_k6NY8McEEeSZe4KIZH8Y5w" name="DropOffRequest" event="_JkhaMMcEEeSZe4KIZH8Y5w"/>
+        </transition>
+        <transition xmi:type="uml:Transition" xmi:id="_qsKJcMcEEeSZe4KIZH8Y5w" name="TransitionPickUpConfirmationRejected" source="_7enPcMcDEeSZe4KIZH8Y5w" target="_nh-scMcEEeSZe4KIZH8Y5w">
+          <trigger xmi:type="uml:Trigger" xmi:id="_uUYNUMcEEeSZe4KIZH8Y5w" name="PickUpConfirmation" event="_NaYRcMcEEeSZe4KIZH8Y5w"/>
+        </transition>
+        <transition xmi:type="uml:Transition" xmi:id="_v2zCUMcEEeSZe4KIZH8Y5w" name="TransitionPickUpRequestResent" source="_nh-scMcEEeSZe4KIZH8Y5w" target="_7enPcMcDEeSZe4KIZH8Y5w">
+          <trigger xmi:type="uml:Trigger" xmi:id="_y6ljcMcEEeSZe4KIZH8Y5w" name="PickUpRequest" event="_D3HLcMcEEeSZe4KIZH8Y5w"/>
+        </transition>
+        <transition xmi:type="uml:Transition" xmi:id="_42uKsMcEEeSZe4KIZH8Y5w" name="TransitionDropOffConfirmationRejected" source="_7enPcMcDEeSZe4KIZH8Y5w" target="_2qh_8McEEeSZe4KIZH8Y5w">
+          <trigger xmi:type="uml:Trigger" xmi:id="_7xWv0McEEeSZe4KIZH8Y5w" name="DropOffConfirmation" event="_Q2B48McEEeSZe4KIZH8Y5w"/>
+        </transition>
+        <transition xmi:type="uml:Transition" xmi:id="_8g8ZsMcEEeSZe4KIZH8Y5w" name="TransitionDropOffRequestResent" source="_2qh_8McEEeSZe4KIZH8Y5w" target="_7enPcMcDEeSZe4KIZH8Y5w">
+          <trigger xmi:type="uml:Trigger" xmi:id="__FQwkMcEEeSZe4KIZH8Y5w" name="DropOffRequest" event="_JkhaMMcEEeSZe4KIZH8Y5w"/>
+        </transition>
+        <transition xmi:type="uml:Transition" xmi:id="_H-y9EMcFEeSZe4KIZH8Y5w" name="TransitionPickUpDropOffConfirmed" source="_7enPcMcDEeSZe4KIZH8Y5w" target="_FwmnMMcFEeSZe4KIZH8Y5w">
+          <trigger xmi:type="uml:Trigger" xmi:id="_KwLfkMcFEeSZe4KIZH8Y5w" name="PickUpConfirmation" event="_NaYRcMcEEeSZe4KIZH8Y5w"/>
+          <trigger xmi:type="uml:Trigger" xmi:id="_MMtH8McFEeSZe4KIZH8Y5w" name="DropOffConfirmation" event="_Q2B48McEEeSZe4KIZH8Y5w"/>
+        </transition>
+        <transition xmi:type="uml:Transition" xmi:id="_N9besMcFEeSZe4KIZH8Y5w" name="TransitionFinalTransportStatusNotification" source="_FwmnMMcFEeSZe4KIZH8Y5w" target="_gvCNoLE6EeSnYZTmeJXZKg">
+          <trigger xmi:type="uml:Trigger" xmi:id="_VMyBUMcFEeSZe4KIZH8Y5w" name="FinalTransportStatusNotification" event="_RAaukMcFEeSZe4KIZH8Y5w"/>
+        </transition>
+        <subvertex xmi:type="uml:Pseudostate" xmi:id="_N6PR4LE6EeSnYZTmeJXZKg" name="Initial"/>
+        <subvertex xmi:type="uml:State" xmi:id="_Ogq_wLE6EeSnYZTmeJXZKg" name="StateProcessTransportStatus"/>
+        <subvertex xmi:type="uml:FinalState" xmi:id="_gvCNoLE6EeSnYZTmeJXZKg" name="FinalState"/>
+        <subvertex xmi:type="uml:State" xmi:id="_dmYbcMcDEeSZe4KIZH8Y5w" name="StateProcessTransportInstruction"/>
+        <subvertex xmi:type="uml:State" xmi:id="_7enPcMcDEeSZe4KIZH8Y5w" name="StateWaitPickUpDropOffConfirmations"/>
+        <subvertex xmi:type="uml:State" xmi:id="_nh-scMcEEeSZe4KIZH8Y5w" name="StateNegotiatePickUp"/>
+        <subvertex xmi:type="uml:State" xmi:id="_2qh_8McEEeSZe4KIZH8Y5w" name="StateNegotiateDropOff"/>
+        <subvertex xmi:type="uml:State" xmi:id="_FwmnMMcFEeSZe4KIZH8Y5w" name="StatePickUpDropOffConfirmed"/>
+      </region>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Interaction" xmi:id="_-N0LILHPEeS0dumc9hw2vw" name="Transport">
+      <fragment xmi:type="uml:MessageOccurrenceSpecification" xmi:id="_mr5HEMcGEeSZe4KIZH8Y5w" name="MessageSendTransportInstruction" message="_mrUfUMcGEeSZe4KIZH8Y5w"/>
+      <fragment xmi:type="uml:MessageOccurrenceSpecification" xmi:id="_mr5HEccGEeSZe4KIZH8Y5w" name="MessageRecvTransportInstruction" message="_mrUfUMcGEeSZe4KIZH8Y5w"/>
+      <fragment xmi:type="uml:CombinedFragment" xmi:id="_7POBMMcGEeSZe4KIZH8Y5w" name="isAccepted" covered="_Fd7iwLHQEeS0dumc9hw2vw _M52hwLHQEeS0dumc9hw2vw" interactionOperator="alt">
+        <operand xmi:type="uml:InteractionOperand" xmi:id="_7Pyo8McGEeSZe4KIZH8Y5w" name="InteractionOperand" covered="_Fd7iwLHQEeS0dumc9hw2vw _M52hwLHQEeS0dumc9hw2vw">
+          <guard xmi:type="uml:InteractionConstraint" xmi:id="_7P-2MMcGEeSZe4KIZH8Y5w" name="">
+            <specification xmi:type="uml:LiteralString" xmi:id="_7P-2MccGEeSZe4KIZH8Y5w" value="undefined"/>
+            <maxint xmi:type="uml:LiteralInteger" xmi:id="_7P-2M8cGEeSZe4KIZH8Y5w" value="1"/>
+            <minint xmi:type="uml:LiteralInteger" xmi:id="_7P-2MscGEeSZe4KIZH8Y5w"/>
+          </guard>
+        </operand>
+      </fragment>
+      <lifeline xmi:type="uml:Lifeline" xmi:id="_Fd7iwLHQEeS0dumc9hw2vw" name="LifelineMaterialSupplier" represents="_LGETMLEQEeSnYZTmeJXZKg" coveredBy="_7POBMMcGEeSZe4KIZH8Y5w _7Pyo8McGEeSZe4KIZH8Y5w"/>
+      <lifeline xmi:type="uml:Lifeline" xmi:id="_M52hwLHQEeS0dumc9hw2vw" name="LifelineTransport" represents="_944gMLEPEeSnYZTmeJXZKg" coveredBy="_7POBMMcGEeSZe4KIZH8Y5w _7Pyo8McGEeSZe4KIZH8Y5w"/>
+      <message xmi:type="uml:Message" xmi:id="_mrUfUMcGEeSZe4KIZH8Y5w" name="TransportInstruction" connector="_ZMBvALEVEeSnYZTmeJXZKg" messageSort="asynchCall" receiveEvent="_mr5HEccGEeSZe4KIZH8Y5w" sendEvent="_mr5HEMcGEeSZe4KIZH8Y5w" signature="_YGXBELENEeSnYZTmeJXZKg"/>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Actor" xmi:id="_jPjZ8MGeEeSgpOzAzVFJPA" name="MaterialSupplier"/>
+    <packagedElement xmi:type="uml:Actor" xmi:id="_lf0MYMGeEeSgpOzAzVFJPA" name="PointOfSale"/>
+    <packagedElement xmi:type="uml:Actor" xmi:id="_mMfsMMGeEeSgpOzAzVFJPA" name="Transport"/>
+    <packagedElement xmi:type="uml:Actor" xmi:id="_nETd8MGeEeSgpOzAzVFJPA" name="Warehouse"/>
+    <packagedElement xmi:type="uml:Actor" xmi:id="_nnr30MGeEeSgpOzAzVFJPA" name="Buyer"/>
+    <packagedElement xmi:type="uml:UseCase" xmi:id="_qUvT8MGeEeSgpOzAzVFJPA" clientDependency="_vJ8IUMGeEeSgpOzAzVFJPA _yrx3YMGeEeSgpOzAzVFJPA" name="Order and Delivery"/>
+    <packagedElement xmi:type="uml:UseCase" xmi:id="_rdsgEMGeEeSgpOzAzVFJPA" name="Transport and Delivery"/>
+    <packagedElement xmi:type="uml:UseCase" xmi:id="_skYbUMGeEeSgpOzAzVFJPA" name="Fill in warehouse"/>
+    <packagedElement xmi:type="uml:Usage" xmi:id="_vJ8IUMGeEeSgpOzAzVFJPA" name="" client="_qUvT8MGeEeSgpOzAzVFJPA" supplier="_rdsgEMGeEeSgpOzAzVFJPA"/>
+    <packagedElement xmi:type="uml:Usage" xmi:id="_yrx3YMGeEeSgpOzAzVFJPA" name="" client="_qUvT8MGeEeSgpOzAzVFJPA" supplier="_skYbUMGeEeSgpOzAzVFJPA"/>
+    <packagedElement xmi:type="uml:UseCase" xmi:id="_1Nci4MGeEeSgpOzAzVFJPA" name="Purchase Product"/>
+    <packagedElement xmi:type="uml:Association" xmi:id="_4JQzwMGeEeSgpOzAzVFJPA" name="A_pointofsale_purchase product" memberEnd="_4JQzwcGeEeSgpOzAzVFJPA _4JQzxMGeEeSgpOzAzVFJPA">
+      <ownedEnd xmi:type="uml:Property" xmi:id="_4JQzwcGeEeSgpOzAzVFJPA" name="pointofsale" type="_lf0MYMGeEeSgpOzAzVFJPA" association="_4JQzwMGeEeSgpOzAzVFJPA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_4JQzwsGeEeSgpOzAzVFJPA" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_4JQzw8GeEeSgpOzAzVFJPA" value="1"/>
+      </ownedEnd>
+      <ownedEnd xmi:type="uml:Property" xmi:id="_4JQzxMGeEeSgpOzAzVFJPA" name="purchase product" type="_1Nci4MGeEeSgpOzAzVFJPA" association="_4JQzwMGeEeSgpOzAzVFJPA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_4JQzxcGeEeSgpOzAzVFJPA" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_4JQzxsGeEeSgpOzAzVFJPA" value="1"/>
+      </ownedEnd>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Association" xmi:id="_4e0NAMGeEeSgpOzAzVFJPA" name="A_purchase product_buyer" memberEnd="_4e0NAcGeEeSgpOzAzVFJPA _4e0NBMGeEeSgpOzAzVFJPA">
+      <ownedEnd xmi:type="uml:Property" xmi:id="_4e0NAcGeEeSgpOzAzVFJPA" name="purchase product" type="_1Nci4MGeEeSgpOzAzVFJPA" association="_4e0NAMGeEeSgpOzAzVFJPA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_4e0NAsGeEeSgpOzAzVFJPA" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_4e0NA8GeEeSgpOzAzVFJPA" value="1"/>
+      </ownedEnd>
+      <ownedEnd xmi:type="uml:Property" xmi:id="_4e0NBMGeEeSgpOzAzVFJPA" name="buyer" type="_nnr30MGeEeSgpOzAzVFJPA" association="_4e0NAMGeEeSgpOzAzVFJPA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_4e0NBcGeEeSgpOzAzVFJPA" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_4e0NBsGeEeSgpOzAzVFJPA" value="1"/>
+      </ownedEnd>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Association" xmi:id="_5r_KwMGeEeSgpOzAzVFJPA" name="A_pointofsale_order and delivery" memberEnd="_5r_KwcGeEeSgpOzAzVFJPA _5r_KxMGeEeSgpOzAzVFJPA">
+      <ownedEnd xmi:type="uml:Property" xmi:id="_5r_KwcGeEeSgpOzAzVFJPA" name="pointofsale" type="_lf0MYMGeEeSgpOzAzVFJPA" association="_5r_KwMGeEeSgpOzAzVFJPA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_5r_KwsGeEeSgpOzAzVFJPA" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_5r_Kw8GeEeSgpOzAzVFJPA" value="1"/>
+      </ownedEnd>
+      <ownedEnd xmi:type="uml:Property" xmi:id="_5r_KxMGeEeSgpOzAzVFJPA" name="order and delivery" type="_qUvT8MGeEeSgpOzAzVFJPA" association="_5r_KwMGeEeSgpOzAzVFJPA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_5r_KxcGeEeSgpOzAzVFJPA" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_5r_KxsGeEeSgpOzAzVFJPA" value="1"/>
+      </ownedEnd>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Association" xmi:id="_6ImOQMGeEeSgpOzAzVFJPA" name="A_materialsupplier_order and delivery" memberEnd="_6ImOQcGeEeSgpOzAzVFJPA _6ImORMGeEeSgpOzAzVFJPA">
+      <ownedEnd xmi:type="uml:Property" xmi:id="_6ImOQcGeEeSgpOzAzVFJPA" name="materialsupplier" type="_jPjZ8MGeEeSgpOzAzVFJPA" association="_6ImOQMGeEeSgpOzAzVFJPA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_6ImOQsGeEeSgpOzAzVFJPA" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_6ImOQ8GeEeSgpOzAzVFJPA" value="1"/>
+      </ownedEnd>
+      <ownedEnd xmi:type="uml:Property" xmi:id="_6ImORMGeEeSgpOzAzVFJPA" name="order and delivery" type="_qUvT8MGeEeSgpOzAzVFJPA" association="_6ImOQMGeEeSgpOzAzVFJPA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_6ImORcGeEeSgpOzAzVFJPA" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_6ImORsGeEeSgpOzAzVFJPA" value="1"/>
+      </ownedEnd>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Association" xmi:id="_8jYOoMGeEeSgpOzAzVFJPA" name="A_transport and delivery_transport" memberEnd="_8jYOocGeEeSgpOzAzVFJPA _8jYOpMGeEeSgpOzAzVFJPA">
+      <ownedEnd xmi:type="uml:Property" xmi:id="_8jYOocGeEeSgpOzAzVFJPA" name="transport and delivery" type="_rdsgEMGeEeSgpOzAzVFJPA" association="_8jYOoMGeEeSgpOzAzVFJPA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_8jYOosGeEeSgpOzAzVFJPA" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_8jYOo8GeEeSgpOzAzVFJPA" value="1"/>
+      </ownedEnd>
+      <ownedEnd xmi:type="uml:Property" xmi:id="_8jYOpMGeEeSgpOzAzVFJPA" name="transport" type="_mMfsMMGeEeSgpOzAzVFJPA" association="_8jYOoMGeEeSgpOzAzVFJPA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_8jYOpcGeEeSgpOzAzVFJPA" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_8jYOpsGeEeSgpOzAzVFJPA" value="1"/>
+      </ownedEnd>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Association" xmi:id="_9rqsYMGeEeSgpOzAzVFJPA" name="A_fill in warehouse_warehouse" memberEnd="_9rqsYcGeEeSgpOzAzVFJPA _9rqsZMGeEeSgpOzAzVFJPA">
+      <ownedEnd xmi:type="uml:Property" xmi:id="_9rqsYcGeEeSgpOzAzVFJPA" name="fill in warehouse" type="_skYbUMGeEeSgpOzAzVFJPA" association="_9rqsYMGeEeSgpOzAzVFJPA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_9rqsYsGeEeSgpOzAzVFJPA" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_9rqsY8GeEeSgpOzAzVFJPA" value="1"/>
+      </ownedEnd>
+      <ownedEnd xmi:type="uml:Property" xmi:id="_9rqsZMGeEeSgpOzAzVFJPA" name="warehouse" type="_nETd8MGeEeSgpOzAzVFJPA" association="_9rqsYMGeEeSgpOzAzVFJPA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_9rqsZcGeEeSgpOzAzVFJPA" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_9rqsZsGeEeSgpOzAzVFJPA" value="1"/>
+      </ownedEnd>
+    </packagedElement>
+    <packagedElement xmi:type="uml:Association" xmi:id="_-HOnAMGeEeSgpOzAzVFJPA" name="A_transport and delivery_warehouse" memberEnd="_-HOnAcGeEeSgpOzAzVFJPA _-HOnBMGeEeSgpOzAzVFJPA">
+      <ownedEnd xmi:type="uml:Property" xmi:id="_-HOnAcGeEeSgpOzAzVFJPA" name="transport and delivery" type="_rdsgEMGeEeSgpOzAzVFJPA" association="_-HOnAMGeEeSgpOzAzVFJPA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_-HOnAsGeEeSgpOzAzVFJPA" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_-HOnA8GeEeSgpOzAzVFJPA" value="1"/>
+      </ownedEnd>
+      <ownedEnd xmi:type="uml:Property" xmi:id="_-HOnBMGeEeSgpOzAzVFJPA" name="warehouse" type="_nETd8MGeEeSgpOzAzVFJPA" association="_-HOnAMGeEeSgpOzAzVFJPA">
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_-HOnBcGeEeSgpOzAzVFJPA" value="1"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_-HOnBsGeEeSgpOzAzVFJPA" value="1"/>
+      </ownedEnd>
+    </packagedElement>
+    <packagedElement xmi:type="uml:DataType" xmi:id="_VuelIMGfEeSgpOzAzVFJPA" name="ReceivingAdviceMessageType">
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_amSooMGfEeSgpOzAzVFJPA" name="idInboundInstruction">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_j_LqoMGfEeSgpOzAzVFJPA" name="idDespatch">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_l-sEQMGfEeSgpOzAzVFJPA" name="idProduct">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_oiJfgMGfEeSgpOzAzVFJPA" name="quantity">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
+      </ownedAttribute>
+    </packagedElement>
+    <packagedElement xmi:type="uml:DataType" xmi:id="_w4wlIMGfEeSgpOzAzVFJPA" name="LogisticsInventoryReportMessageType">
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_yctEIMGfEeSgpOzAzVFJPA" name="idProduct">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_yctEIcGfEeSgpOzAzVFJPA" name="quantity">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
+      </ownedAttribute>
+    </packagedElement>
+    <packagedElement xmi:type="uml:DataType" xmi:id="_52mp4MGfEeSgpOzAzVFJPA" name="DespatchAdviceMessageType">
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_64aFIMGfEeSgpOzAzVFJPA" name="quantity">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_64gLwMGfEeSgpOzAzVFJPA" name="idProduct">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_87unwMGfEeSgpOzAzVFJPA" name="idDespatch">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_-o2Q4MGfEeSgpOzAzVFJPA" name="idInboundInstruction">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+    </packagedElement>
+    <packagedElement xmi:type="uml:DataType" xmi:id="_YsJasMGgEeSgpOzAzVFJPA" name="OrderMessageType">
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_aEdRcMGgEeSgpOzAzVFJPA" name="quantity">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_aEdRccGgEeSgpOzAzVFJPA" name="idProduct">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_aEdRcsGgEeSgpOzAzVFJPA" name="idOrder">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+    </packagedElement>
+    <packagedElement xmi:type="uml:DataType" xmi:id="_ePz3kMGgEeSgpOzAzVFJPA" name="TransportInstructionResponseMessageType">
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_fTzrMMGgEeSgpOzAzVFJPA" name="idTransport">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_gI7VUMGgEeSgpOzAzVFJPA" name="comments">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_g9eXsMGgEeSgpOzAzVFJPA" name="accepted">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolean"/>
+      </ownedAttribute>
+    </packagedElement>
+    <packagedElement xmi:type="uml:DataType" xmi:id="_mYGNUMGgEeSgpOzAzVFJPA" name="TransportStatusNotificationMessageType">
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_nGEGkMGgEeSgpOzAzVFJPA" name="idTransport">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_nGKNMMGgEeSgpOzAzVFJPA" name="comments">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+    </packagedElement>
+    <packagedElement xmi:type="uml:DataType" xmi:id="_zUagUMZiEeSM37Q-L6-vug" name="OrderResponseMessageType">
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_2fZOkMZiEeSM37Q-L6-vug" name="idOrder">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_5df-cMZiEeSM37Q-L6-vug" name="accepted">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolean"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_5df-ccZiEeSM37Q-L6-vug" name="comments">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+    </packagedElement>
+    <packagedElement xmi:type="uml:DataType" xmi:id="_BKBlQMZjEeSM37Q-L6-vug" name="WarehousingInboundInstructionMessageType">
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_Cyf-8MZjEeSM37Q-L6-vug" name="idProduct">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_D5jtoMZjEeSM37Q-L6-vug" name="idInstruction">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_FaxBsMZjEeSM37Q-L6-vug" name="quantity">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
+      </ownedAttribute>
+    </packagedElement>
+    <packagedElement xmi:type="uml:DataType" xmi:id="_J2tokMZjEeSM37Q-L6-vug" name="TransportPickUpDropOffRequestMessageType">
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_MqKAkMZjEeSM37Q-L6-vug" name="idTransport">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_NQBGsMZjEeSM37Q-L6-vug" name="idPickUpDropOff">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_O5saQMZjEeSM37Q-L6-vug" name="idProduct">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_QLuC0MZjEeSM37Q-L6-vug" name="quantity">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_R1pOAMZjEeSM37Q-L6-vug" name="dayOfWeek">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
+      </ownedAttribute>
+    </packagedElement>
+    <packagedElement xmi:type="uml:DataType" xmi:id="_byn0gMZjEeSM37Q-L6-vug" name="WarehousingInboundNotificationMessageType">
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_dGAH8MZjEeSM37Q-L6-vug" name="idInstruction">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_dGGOkMZjEeSM37Q-L6-vug" name="idProduct">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_dGGOkcZjEeSM37Q-L6-vug" name="quantity">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
+      </ownedAttribute>
+    </packagedElement>
+    <packagedElement xmi:type="uml:DataType" xmi:id="_S6YMAMZkEeSM37Q-L6-vug" name="WarehousingOutboundNotificationMessageType">
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_UI4mgMZkEeSM37Q-L6-vug" name="quantity">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_UI4mgcZkEeSM37Q-L6-vug" name="idInstruction">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_UI4mgsZkEeSM37Q-L6-vug" name="idProduct">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+    </packagedElement>
+    <packagedElement xmi:type="uml:DataType" xmi:id="_a0lCcMZkEeSM37Q-L6-vug" name="LogisticsInventoryReportRequestMessageType">
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_bsFSMMZkEeSM37Q-L6-vug" name="idProduct">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+    </packagedElement>
+    <packagedElement xmi:type="uml:DataType" xmi:id="_gxWi4MZkEeSM37Q-L6-vug" name="WarehousingOutboundInstructionMessageType">
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_h-sfwMZkEeSM37Q-L6-vug" name="idProduct">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_h-sfwcZkEeSM37Q-L6-vug" name="quantity">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_h-sfwsZkEeSM37Q-L6-vug" name="idInstruction">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+    </packagedElement>
+    <packagedElement xmi:type="uml:DataType" xmi:id="_lF2ogMZlEeSM37Q-L6-vug" name="TransportInstructionMessageType">
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_mZ_J4MZlEeSM37Q-L6-vug" name="idTransport">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_mZ_J4cZlEeSM37Q-L6-vug" name="origin">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_mZ_J4sZlEeSM37Q-L6-vug" name="idProduct">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_mZ_J48ZlEeSM37Q-L6-vug" name="quantity">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_maFQgMZlEeSM37Q-L6-vug" name="numberOfTrips">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Integer"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_qmGlAMZlEeSM37Q-L6-vug" name="destination">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+    </packagedElement>
+    <packagedElement xmi:type="uml:DataType" xmi:id="_udxaIMZlEeSM37Q-L6-vug" name="TransportPickUpDropOffConfirmationMessageType">
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_wgbOYMZlEeSM37Q-L6-vug" name="comments">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_cmyB8Mf7EeSpzN7smHOlWA"/>
+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_cmypAMf7EeSpzN7smHOlWA" value="*"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_wgbOYcZlEeSM37Q-L6-vug" name="accepted">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolean"/>
+      </ownedAttribute>
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_wgbOYsZlEeSM37Q-L6-vug" name="idPickUpDropOff">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+    </packagedElement>
+    <packagedElement xmi:type="uml:DataType" xmi:id="_2q8P4MZlEeSM37Q-L6-vug" name="TransportStatusRequestMessageType">
+      <ownedAttribute xmi:type="uml:Property" xmi:id="_3-Y0wMZlEeSM37Q-L6-vug" name="idTransport">
+        <type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#String"/>
+      </ownedAttribute>
+    </packagedElement>
+    <packagedElement xmi:type="uml:CallEvent" xmi:id="_klms0McCEeSZe4KIZH8Y5w" name="CallEventTransportStatusRequest" operation="_7U8ykMcCEeSZe4KIZH8Y5w"/>
+    <packagedElement xmi:type="uml:CallEvent" xmi:id="_hig50McDEeSZe4KIZH8Y5w" name="CallEventTransportInstruction" operation="_YGXBELENEeSnYZTmeJXZKg"/>
+    <packagedElement xmi:type="uml:CallEvent" xmi:id="_sSHQEMcDEeSZe4KIZH8Y5w" name="CallEventTransportInstructionConfirmation" operation="_Nt_OkMGhEeSgpOzAzVFJPA"/>
+    <packagedElement xmi:type="uml:CallEvent" xmi:id="_D3HLcMcEEeSZe4KIZH8Y5w" name="CallEventPickUpRequest" operation="_QhrZ0MZlEeSM37Q-L6-vug"/>
+    <packagedElement xmi:type="uml:CallEvent" xmi:id="_JkhaMMcEEeSZe4KIZH8Y5w" name="CallEventDropOffRequest" operation="_5DzPkMZjEeSM37Q-L6-vug"/>
+    <packagedElement xmi:type="uml:CallEvent" xmi:id="_NaYRcMcEEeSZe4KIZH8Y5w" name="CallEventPickUpConfirmation" operation="_OQV-MLENEeSnYZTmeJXZKg"/>
+    <packagedElement xmi:type="uml:CallEvent" xmi:id="_Q2B48McEEeSZe4KIZH8Y5w" name="CallEventDropOffConfirmation" operation="_CMyFsLENEeSnYZTmeJXZKg"/>
+    <packagedElement xmi:type="uml:CallEvent" xmi:id="_RAaukMcFEeSZe4KIZH8Y5w" name="CallEventFinalTransportStatusNotification" operation="_Wr1TUMGhEeSgpOzAzVFJPA"/>
+    <packagedElement xmi:type="uml:InterfaceRealization" xmi:id="_2NfKoMfgEeSpzN7smHOlWA" name="Realization0" client="_tXV18LEOEeSnYZTmeJXZKg" supplier="__m-9kLELEeSnYZTmeJXZKg" contract="__m-9kLELEeSnYZTmeJXZKg"/>
+    <packagedElement xmi:type="uml:InterfaceRealization" xmi:id="_2kn4QMfgEeSpzN7smHOlWA" name="Realization1" client="_o9UFMLEPEeSnYZTmeJXZKg" supplier="_wimi8LEMEeSnYZTmeJXZKg" contract="_wimi8LEMEeSnYZTmeJXZKg"/>
+    <packagedElement xmi:type="uml:InterfaceRealization" xmi:id="_29TeAMfgEeSpzN7smHOlWA" name="Realization2" client="_rU8q8LEPEeSnYZTmeJXZKg" supplier="_v3NckLEMEeSnYZTmeJXZKg" contract="_v3NckLEMEeSnYZTmeJXZKg"/>
+    <packagedElement xmi:type="uml:InterfaceRealization" xmi:id="_3fMDEMfgEeSpzN7smHOlWA" name="Realization3" client="_tDepULEPEeSnYZTmeJXZKg" supplier="_xI2DkLEMEeSnYZTmeJXZKg" contract="_xI2DkLEMEeSnYZTmeJXZKg"/>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="_Ca5hkLEKEeSnYZTmeJXZKg">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_CbqWkLEKEeSnYZTmeJXZKg" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.fokus.fraunhofer.de/testing/fokusmbt/profile/testingmm.ecore#/"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://TMM/testingmm.profile.uml#_ERbCUT8sEeCgiekj3MNgIQ"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="_CbwdMLEKEeSnYZTmeJXZKg">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_Cb2j0LEKEeSnYZTmeJXZKg" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.fokus.fraunhofer.de/testing/fokusmbt/profile/utp.ecore#/"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://UTP/utp.profile.uml#_kmCGQG1DEd-4M6ftd2CvdA"/>
+    </profileApplication>
+    <profileApplication xmi:type="uml:ProfileApplication" xmi:id="_Cb8qcLEKEeSnYZTmeJXZKg">
+      <eAnnotations xmi:type="ecore:EAnnotation" xmi:id="_CcCxELEKEeSnYZTmeJXZKg" source="http://www.eclipse.org/uml2/2.0.0/UML">
+        <references xmi:type="ecore:EPackage" href="http://www.fokus.fraunhofer.de/testing/fokusmbt/profile/dataFuzzingStrategies.ecore#/"/>
+      </eAnnotations>
+      <appliedProfile xmi:type="uml:Profile" href="pathmap://df/datafuzzing.profile.uml#_MSb6sCE8EeSPl672Ddioog"/>
+    </profileApplication>
+  </uml:Model>
+  <utp:TestContext xmi:id="_joGekLEQEeSnYZTmeJXZKg" base_BehavioredClassifier="_dmDckLEQEeSnYZTmeJXZKg" base_StructuredClassifier="_dmDckLEQEeSnYZTmeJXZKg"/>
+  <utp:SUT xmi:id="_ZB3NwLESEeSnYZTmeJXZKg" base_Property="_zsboYLEREeSnYZTmeJXZKg"/>
+  <utp:SUT xmi:id="_6sHh4LESEeSnYZTmeJXZKg" base_Property="_zlHC8LESEeSnYZTmeJXZKg"/>
+  <utp:SUT xmi:id="_CmwdMLETEeSnYZTmeJXZKg" base_Property="_BK0qsLETEeSnYZTmeJXZKg"/>
+  <utp:SUT xmi:id="_LBHaYLETEeSnYZTmeJXZKg" base_Property="_HczmILETEeSnYZTmeJXZKg"/>
+  <utp:TestComponent xmi:id="_-93ZALEUEeSnYZTmeJXZKg" base_StructuredClassifier="_hwwbELETEeSnYZTmeJXZKg"/>
+  <utp:TestCase xmi:id="_qXb2kLHPEeS0dumc9hw2vw" base_Operation="_k-fb8LHPEeS0dumc9hw2vw"/>
+</xmi:XMI>
Index: /trunk/autoquest-plugin-uml-test/src/test/resources/ita_usagejournal_v2.log
===================================================================
--- /trunk/autoquest-plugin-uml-test/src/test/resources/ita_usagejournal_v2.log	(revision 1908)
+++ /trunk/autoquest-plugin-uml-test/src/test/resources/ita_usagejournal_v2.log	(revision 1908)
@@ -0,0 +1,2427 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<session xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange" >
+<httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:58:51 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="4509"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/business" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/business" name="BusinessUnitBusinessService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="BusinessUnitBusinessServicePortBinding" type="ns1:IBusinessUnit"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"&gt;&lt;/soap:binding&gt;
+&lt;operation name="invoice"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="locationMasterData"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrder"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="itemMasterData"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportRoutingData"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="logisticServicesConditions"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="LSCStatementOfCharges"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="LSPStatementOfCharges"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="selfbilledInvoice"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="remittanceNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="BusinessUnitBusinessService"&gt;
+&lt;port name="BusinessUnitBusinessServicePort" binding="tns:BusinessUnitBusinessServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:58:52 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="10273"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:shared:shared_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ext:xmldsig:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService?xsd=6"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:settlement:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService?xsd=7"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:request_for_payment:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService?xsd=8"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:purchase_conditions:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService?xsd=9"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:order:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService?xsd=10"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:item_data_notification:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService?xsd=11"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:invoice:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService?xsd=12"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:ecom_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService?xsd=13"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:despatch_advice:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService?xsd=2"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService?xsd=3"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService?xsd=4"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService?xsd=5"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="invoice"&gt;
+&lt;part xmlns:ns1="urn:gs1:ecom:invoice:xsd:3" name="invoiceXML" type="ns1:InvoiceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="invoiceResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="locationMasterData"&gt;
+&lt;part xmlns:ns2="urn:gs1:ecom:item_data_notification:xsd:3" name="itemDataNotificationXML" type="ns2:ItemDataNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="locationMasterDataResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrder"&gt;
+&lt;part xmlns:ns3="urn:gs1:ecom:order:xsd:3" name="purchaseOrderXML" type="ns3:OrderMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="itemMasterData"&gt;
+&lt;part xmlns:ns4="urn:gs1:ecom:item_data_notification:xsd:3" name="itemDataNotificationXML" type="ns4:ItemDataNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="itemMasterDataResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportRoutingData"&gt;
+&lt;part xmlns:ns5="urn:gs1:ecom:item_data_notification:xsd:3" name="itemDataNotificationXML" type="ns5:ItemDataNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportRoutingDataResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="logisticServicesConditions"&gt;
+&lt;part xmlns:ns6="urn:gs1:ecom:purchase_conditions:xsd:3" name="purchaseConditionsXML" type="ns6:PurchaseConditionsMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="logisticServicesConditionsResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="LSCStatementOfCharges"&gt;
+&lt;part xmlns:ns7="urn:gs1:ecom:request_for_payment:xsd:3" name="requestForPaymentXML" type="ns7:RequestForPaymentMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="LSCStatementOfChargesResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="LSPStatementOfCharges"&gt;
+&lt;part xmlns:ns8="urn:gs1:ecom:request_for_payment:xsd:3" name="requestForPaymentXML" type="ns8:RequestForPaymentMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="LSPStatementOfChargesResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="selfbilledInvoice"&gt;
+&lt;part xmlns:ns9="urn:gs1:ecom:invoice:xsd:3" name="invoiceXML" type="ns9:InvoiceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="selfbilledInvoiceResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="remittanceNotification"&gt;
+&lt;part xmlns:ns10="urn:gs1:ecom:settlement:xsd:3" name="settlementXML" type="ns10:SettlementMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="remittanceNotificationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IBusinessUnit"&gt;
+&lt;operation name="invoice"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/invoiceRequest" message="tns:invoice"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/invoiceResponse" message="tns:invoiceResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="locationMasterData"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/locationMasterDataRequest" message="tns:locationMasterData"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/locationMasterDataResponse" message="tns:locationMasterDataResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrder"&gt;
+&lt;input xmlns:ns15="http://www.w3.org/2007/05/addressing/metadata" ns15:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/purchaseOrderRequest" message="tns:purchaseOrder"&gt;&lt;/input&gt;
+&lt;output xmlns:ns16="http://www.w3.org/2007/05/addressing/metadata" ns16:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/purchaseOrderResponse" message="tns:purchaseOrderResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="itemMasterData"&gt;
+&lt;input xmlns:ns17="http://www.w3.org/2007/05/addressing/metadata" ns17:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/itemMasterDataRequest" message="tns:itemMasterData"&gt;&lt;/input&gt;
+&lt;output xmlns:ns18="http://www.w3.org/2007/05/addressing/metadata" ns18:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/itemMasterDataResponse" message="tns:itemMasterDataResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportRoutingData"&gt;
+&lt;input xmlns:ns19="http://www.w3.org/2007/05/addressing/metadata" ns19:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/transportRoutingDataRequest" message="tns:transportRoutingData"&gt;&lt;/input&gt;
+&lt;output xmlns:ns20="http://www.w3.org/2007/05/addressing/metadata" ns20:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/transportRoutingDataResponse" message="tns:transportRoutingDataResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="logisticServicesConditions"&gt;
+&lt;input xmlns:ns21="http://www.w3.org/2007/05/addressing/metadata" ns21:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/logisticServicesConditionsRequest" message="tns:logisticServicesConditions"&gt;&lt;/input&gt;
+&lt;output xmlns:ns22="http://www.w3.org/2007/05/addressing/metadata" ns22:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/logisticServicesConditionsResponse" message="tns:logisticServicesConditionsResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="LSCStatementOfCharges"&gt;
+&lt;input xmlns:ns23="http://www.w3.org/2007/05/addressing/metadata" ns23:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/LSCStatementOfChargesRequest" message="tns:LSCStatementOfCharges"&gt;&lt;/input&gt;
+&lt;output xmlns:ns24="http://www.w3.org/2007/05/addressing/metadata" ns24:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/LSCStatementOfChargesResponse" message="tns:LSCStatementOfChargesResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="LSPStatementOfCharges"&gt;
+&lt;input xmlns:ns25="http://www.w3.org/2007/05/addressing/metadata" ns25:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/LSPStatementOfChargesRequest" message="tns:LSPStatementOfCharges"&gt;&lt;/input&gt;
+&lt;output xmlns:ns26="http://www.w3.org/2007/05/addressing/metadata" ns26:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/LSPStatementOfChargesResponse" message="tns:LSPStatementOfChargesResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="selfbilledInvoice"&gt;
+&lt;input xmlns:ns27="http://www.w3.org/2007/05/addressing/metadata" ns27:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/selfbilledInvoiceRequest" message="tns:selfbilledInvoice"&gt;&lt;/input&gt;
+&lt;output xmlns:ns28="http://www.w3.org/2007/05/addressing/metadata" ns28:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/selfbilledInvoiceResponse" message="tns:selfbilledInvoiceResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="remittanceNotification"&gt;
+&lt;input xmlns:ns29="http://www.w3.org/2007/05/addressing/metadata" ns29:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/remittanceNotificationRequest" message="tns:remittanceNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns30="http://www.w3.org/2007/05/addressing/metadata" ns30:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/remittanceNotificationResponse" message="tns:remittanceNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/purchaseOrderRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4808"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4808"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:purchaseOrder xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Manufacturer Business Unit&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Material Supplier Business Unit&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100000&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Order Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:58:56.317+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;order&gt;&lt;creationDateTime&gt;2014-07-17T12:58:56.348+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;orderIdentification&gt;&lt;entityIdentification&gt;OR00001&lt;/entityIdentification&gt;&lt;/orderIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8404318472740&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8407646393589&lt;/gln&gt;&lt;/seller&gt;&lt;orderLogisticalInformation&gt;&lt;shipFrom&gt;&lt;gln&gt;8405741334261&lt;/gln&gt;&lt;/shipFrom&gt;&lt;shipTo&gt;&lt;gln&gt;8407670063908&lt;/gln&gt;&lt;/shipTo&gt;&lt;orderLogisticalDateInformation&gt;&lt;requestedDeliveryDateRange&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRange&gt;&lt;requestedShipDateRange&gt;&lt;beginDate&gt;2014-03-16+00:01&lt;/beginDate&gt;&lt;beginTime&gt;13:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-16+00:01&lt;/endDate&gt;&lt;endTime&gt;20:00:00+00:01&lt;/endTime&gt;&lt;/requestedShipDateRange&gt;&lt;requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;requestedPickUpDateTime&gt;&lt;date&gt;2014-03-16+00:01&lt;/date&gt;&lt;/requestedPickUpDateTime&gt;&lt;/orderLogisticalDateInformation&gt;&lt;/orderLogisticalInformation&gt;&lt;promotionalDeal&gt;&lt;entityIdentification&gt;AGREEMENT001&lt;/entityIdentification&gt;&lt;/promotionalDeal&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;20&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000000996&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000011527&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000006004&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;/order&gt;&lt;order&gt;&lt;creationDateTime&gt;2014-07-17T12:58:56.348+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;orderIdentification&gt;&lt;entityIdentification&gt;ORDER002&lt;/entityIdentification&gt;&lt;/orderIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8404318472740&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8407646393589&lt;/gln&gt;&lt;/seller&gt;&lt;orderLogisticalInformation&gt;&lt;shipFrom&gt;&lt;gln&gt;8405741334261&lt;/gln&gt;&lt;/shipFrom&gt;&lt;shipTo&gt;&lt;gln&gt;8407670063908&lt;/gln&gt;&lt;/shipTo&gt;&lt;orderLogisticalDateInformation&gt;&lt;requestedDeliveryDateRange&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRange&gt;&lt;requestedShipDateRange&gt;&lt;beginDate&gt;2014-03-16+00:01&lt;/beginDate&gt;&lt;beginTime&gt;13:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-16+00:01&lt;/endDate&gt;&lt;endTime&gt;20:00:00+00:01&lt;/endTime&gt;&lt;/requestedShipDateRange&gt;&lt;requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;requestedPickUpDateTime&gt;&lt;date&gt;2014-03-16+00:01&lt;/date&gt;&lt;/requestedPickUpDateTime&gt;&lt;/orderLogisticalDateInformation&gt;&lt;/orderLogisticalInformation&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;20&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000000996&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000011527&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000006004&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;/order&gt;&lt;/purchaseOrderXML&gt;&lt;/ns5:purchaseOrder&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:58:56 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="416"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:purchaseOrderResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns5:purchaseOrderResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/locationMasterDataRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1935"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1935"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:locationMasterData xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;itemDataNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:58:56.754+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;itemDataNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:58:56.770+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;itemDataNotificationIdentification&gt;&lt;entityIdentification&gt;WOI000001&lt;/entityIdentification&gt;&lt;/itemDataNotificationIdentification&gt;&lt;dataSource&gt;&lt;gln&gt;8404181220813&lt;/gln&gt;&lt;/dataSource&gt;&lt;dataRecipient&gt;&lt;gln&gt;8402644379832&lt;/gln&gt;&lt;/dataRecipient&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;11&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08406043399309&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;12&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08408906742871&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;/itemDataNotification&gt;&lt;/itemDataNotificationXML&gt;&lt;/ns5:locationMasterData&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:58:57 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="425"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:locationMasterDataResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:locationMasterDataResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/itemMasterDataRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1927"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1927"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:itemMasterData xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;itemDataNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:58:57.035+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;itemDataNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:58:57.035+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;itemDataNotificationIdentification&gt;&lt;entityIdentification&gt;WOI000002&lt;/entityIdentification&gt;&lt;/itemDataNotificationIdentification&gt;&lt;dataSource&gt;&lt;gln&gt;8408629824878&lt;/gln&gt;&lt;/dataSource&gt;&lt;dataRecipient&gt;&lt;gln&gt;8404206525060&lt;/gln&gt;&lt;/dataRecipient&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;11&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08401832040561&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;12&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08407003299929&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;/itemDataNotification&gt;&lt;/itemDataNotificationXML&gt;&lt;/ns5:itemMasterData&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:58:57 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="417"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:itemMasterDataResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:itemMasterDataResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/transportRoutingDataRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1939"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1939"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:transportRoutingData xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;itemDataNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:58:57.300+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;itemDataNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:58:57.300+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;itemDataNotificationIdentification&gt;&lt;entityIdentification&gt;WOI000003&lt;/entityIdentification&gt;&lt;/itemDataNotificationIdentification&gt;&lt;dataSource&gt;&lt;gln&gt;8404042352073&lt;/gln&gt;&lt;/dataSource&gt;&lt;dataRecipient&gt;&lt;gln&gt;8401634238340&lt;/gln&gt;&lt;/dataRecipient&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;11&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08406266291039&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;12&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08402523302203&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;/itemDataNotification&gt;&lt;/itemDataNotificationXML&gt;&lt;/ns5:transportRoutingData&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:58:57 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="429"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:transportRoutingDataResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:transportRoutingDataResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/logisticServicesConditionsRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3241"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3241"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:logisticServicesConditions xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseConditionsXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Purchase Conditions Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:58:57.550+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;purchaseConditions&gt;&lt;creationDateTime&gt;2014-07-17T12:58:57.565+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;purchaseConditionsIdentification&gt;&lt;entityIdentification&gt;PURCOND00001&lt;/entityIdentification&gt;&lt;/purchaseConditionsIdentification&gt;&lt;purchaseConditionsCurrencyCode&gt;EUR&lt;/purchaseConditionsCurrencyCode&gt;&lt;buyer&gt;&lt;gln&gt;8408054704868&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8401265839688&lt;/gln&gt;&lt;/seller&gt;&lt;accountingCurrencyInformation&gt;&lt;currencyConversionFromCode&gt;3.1&lt;/currencyConversionFromCode&gt;&lt;currencyConversionToCode&gt;4.2&lt;/currencyConversionToCode&gt;&lt;/accountingCurrencyInformation&gt;&lt;purchaseConditionsLocationInformation&gt;&lt;shipTo&gt;&lt;gln&gt;8404044083432&lt;/gln&gt;&lt;/shipTo&gt;&lt;shipFrom&gt;&lt;gln&gt;8401609972873&lt;/gln&gt;&lt;/shipFrom&gt;&lt;purchaseConditionsLineItem&gt;&lt;lineItemNumber&gt;12&lt;/lineItemNumber&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08404931366938&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;purchaseConditionsPriceInformation&gt;&lt;itemPriceExclusiveAllowancesCharges currencyCode="EUR"&gt;4.23&lt;/itemPriceExclusiveAllowancesCharges&gt;&lt;/purchaseConditionsPriceInformation&gt;&lt;/purchaseConditionsLineItem&gt;&lt;/purchaseConditionsLocationInformation&gt;&lt;/purchaseConditions&gt;&lt;purchaseConditions&gt;&lt;creationDateTime&gt;2014-07-17T12:58:57.565+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;purchaseConditionsIdentification&gt;&lt;entityIdentification&gt;PURCOND00001&lt;/entityIdentification&gt;&lt;/purchaseConditionsIdentification&gt;&lt;purchaseConditionsCurrencyCode&gt;EUR&lt;/purchaseConditionsCurrencyCode&gt;&lt;buyer&gt;&lt;gln&gt;8408054704868&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8401265839688&lt;/gln&gt;&lt;/seller&gt;&lt;purchaseConditionsLocationInformation&gt;&lt;shipTo&gt;&lt;gln&gt;8404044083432&lt;/gln&gt;&lt;/shipTo&gt;&lt;shipFrom&gt;&lt;gln&gt;8401609972873&lt;/gln&gt;&lt;/shipFrom&gt;&lt;purchaseConditionsLineItem&gt;&lt;lineItemNumber&gt;12&lt;/lineItemNumber&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08404931366938&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;purchaseConditionsPriceInformation&gt;&lt;itemPriceExclusiveAllowancesCharges currencyCode="EUR"&gt;4.23&lt;/itemPriceExclusiveAllowancesCharges&gt;&lt;/purchaseConditionsPriceInformation&gt;&lt;/purchaseConditionsLineItem&gt;&lt;/purchaseConditionsLocationInformation&gt;&lt;/purchaseConditions&gt;&lt;/purchaseConditionsXML&gt;&lt;/ns5:logisticServicesConditions&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:58:57 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="441"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:logisticServicesConditionsResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:logisticServicesConditionsResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/LSCStatementOfChargesRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1916"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1916"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:LSCStatementOfCharges xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;requestForPaymentXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA 1&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA 2&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100001&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Request For Payment Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:58:57.799+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;requestForPayment&gt;&lt;creationDateTime&gt;2014-07-17T12:58:57.799+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;requestForPaymentIdentification&gt;&lt;entityIdentification&gt;RFP00001&lt;/entityIdentification&gt;&lt;/requestForPaymentIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8409816333500&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8400912374961&lt;/gln&gt;&lt;/seller&gt;&lt;requestForPaymentLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;22&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08404173313370&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/requestForPaymentLineItem&gt;&lt;requestForPaymentLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;12&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08409345832222&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/requestForPaymentLineItem&gt;&lt;/requestForPayment&gt;&lt;/requestForPaymentXML&gt;&lt;/ns5:LSCStatementOfCharges&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:58:58 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="431"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:LSCStatementOfChargesResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:LSCStatementOfChargesResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/LSPStatementOfChargesRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1916"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1916"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:LSPStatementOfCharges xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;requestForPaymentXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA 1&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA 2&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100002&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Request For Payment Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:58:58.049+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;requestForPayment&gt;&lt;creationDateTime&gt;2014-07-17T12:58:58.049+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;requestForPaymentIdentification&gt;&lt;entityIdentification&gt;RFP00002&lt;/entityIdentification&gt;&lt;/requestForPaymentIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8400616582860&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8401225891763&lt;/gln&gt;&lt;/seller&gt;&lt;requestForPaymentLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;22&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08407582343112&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/requestForPaymentLineItem&gt;&lt;requestForPaymentLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;12&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08404774448563&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/requestForPaymentLineItem&gt;&lt;/requestForPayment&gt;&lt;/requestForPaymentXML&gt;&lt;/ns5:LSPStatementOfCharges&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:58:58 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="431"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:LSPStatementOfChargesResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:LSPStatementOfChargesResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/invoiceRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="2165"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="2165"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:invoice xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;invoiceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Manufacturer&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Material Supplier&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100003&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Invoice Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:58:58.283+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;invoice&gt;&lt;creationDateTime&gt;2014-07-17T12:58:58.283+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;invoiceIdentification&gt;&lt;entityIdentification&gt;INV00001&lt;/entityIdentification&gt;&lt;/invoiceIdentification&gt;&lt;invoiceType&gt;INVOICE&lt;/invoiceType&gt;&lt;invoiceCurrencyCode&gt;EUR&lt;/invoiceCurrencyCode&gt;&lt;buyer&gt;&lt;gln&gt;8408202309143&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8401618588683&lt;/gln&gt;&lt;/seller&gt;&lt;invoiceTotals&gt;&lt;totalInvoiceAmount currencyCode="EUR"&gt;12000.0&lt;/totalInvoiceAmount&gt;&lt;/invoiceTotals&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;22&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08408466932330&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;10&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08401666468739&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;12&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08408016398562&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;/invoice&gt;&lt;/invoiceXML&gt;&lt;/ns5:invoice&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:58:58 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="403"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:invoiceResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:invoiceResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/selfbilledInvoiceRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="2185"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="2185"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:selfbilledInvoice xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;invoiceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Manufacturer&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Material Supplier&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100004&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Invoice Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:58:58.548+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;invoice&gt;&lt;creationDateTime&gt;2014-07-17T12:58:58.548+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;invoiceIdentification&gt;&lt;entityIdentification&gt;INV00002&lt;/entityIdentification&gt;&lt;/invoiceIdentification&gt;&lt;invoiceType&gt;INVOICE&lt;/invoiceType&gt;&lt;invoiceCurrencyCode&gt;EUR&lt;/invoiceCurrencyCode&gt;&lt;buyer&gt;&lt;gln&gt;8402752843768&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8406287646054&lt;/gln&gt;&lt;/seller&gt;&lt;invoiceTotals&gt;&lt;totalInvoiceAmount currencyCode="EUR"&gt;12000.0&lt;/totalInvoiceAmount&gt;&lt;/invoiceTotals&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;22&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08407627280969&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;10&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08408971493128&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;12&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08405685558662&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;/invoice&gt;&lt;/invoiceXML&gt;&lt;/ns5:selfbilledInvoice&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:58:58 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="423"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:selfbilledInvoiceResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:selfbilledInvoiceResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/remittanceNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1717"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1717"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:remittanceNotification xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;settlementXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:58:58.829+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;settlement&gt;&lt;creationDateTime&gt;2014-07-17T12:58:58.829+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;settlementIdentification&gt;&lt;entityIdentification&gt;SET00001&lt;/entityIdentification&gt;&lt;/settlementIdentification&gt;&lt;settlementCurrency&gt;EUR&lt;/settlementCurrency&gt;&lt;settlementHandlingTypeCode&gt;REMITTANCE_ONLY&lt;/settlementHandlingTypeCode&gt;&lt;totalAmount currencyCode="EUR"&gt;10000.0&lt;/totalAmount&gt;&lt;payer&gt;&lt;gln&gt;8409569211520&lt;/gln&gt;&lt;/payer&gt;&lt;paymentMethod&gt;&lt;paymentMethodCode&gt;BBVA_Bank&lt;/paymentMethodCode&gt;&lt;/paymentMethod&gt;&lt;/settlement&gt;&lt;/settlementXML&gt;&lt;/ns5:remittanceNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:58:59 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="433"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:remittanceNotificationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:remittanceNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:58:59 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="4873"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/warehouse" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/warehouse" name="BusinessUnitWarehouseService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="BusinessUnitWarehouseServicePortBinding" type="ns1:IWarehouse"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"&gt;&lt;/soap:binding&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="warehouseServiceOrder"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstrution"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryReport"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="despatchNotificationOutbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="BusinessUnitWarehouseService"&gt;
+&lt;port name="BusinessUnitWarehouseServicePort" binding="tns:BusinessUnitWarehouseServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:58:59 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="11352"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:shared:shared_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:warehousing_outbound:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService?xsd=5"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:warehousing_inbound:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService?xsd=6"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:warehousing_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService?xsd=7"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:receiving_advice:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService?xsd=8"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:order:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService?xsd=9"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:logistics_inventory_report_request:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService?xsd=10"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:logistics_inventory_report:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService?xsd=11"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:ecom_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService?xsd=12"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:despatch_advice:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService?xsd=2"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService?xsd=3"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService?xsd=4"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="instrutionToReceive"&gt;
+&lt;part xmlns:ns1="urn:gs1:ecom:warehousing_inbound:xsd:3" name="warehousingInboundInstructionXML" type="ns1:WarehousingInboundInstructionMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceiveResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInbound"&gt;
+&lt;part xmlns:ns2="urn:gs1:ecom:despatch_advice:xsd:3" name="despatchAdviceXML" type="ns2:DespatchAdviceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInboundResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationInbound"&gt;
+&lt;part xmlns:ns3="urn:gs1:ecom:receiving_advice:xsd:3" name="receivingAdviceXML" type="ns3:ReceivingAdviceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationInboundResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatus"&gt;
+&lt;part xmlns:ns4="urn:gs1:ecom:warehousing_inbound:xsd:3" name="receivingAdviceXML" type="ns4:WarehousingInboundNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatusResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="warehouseServiceOrder"&gt;
+&lt;part xmlns:ns5="urn:gs1:ecom:order:xsd:3" name="configureToOrderXML" type="ns5:OrderMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="warehouseServiceOrderResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstrution"&gt;
+&lt;part xmlns:ns6="urn:gs1:ecom:logistics_inventory_report_request:xsd:3" name="inventoryReportStatusXML" type="ns6:LogisticsInventoryReportRequestMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstrutionResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryReport"&gt;
+&lt;part xmlns:ns7="urn:gs1:ecom:logistics_inventory_report:xsd:3" name="inventoryActivityXML" type="ns7:LogisticsInventoryReportMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryReportResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBound"&gt;
+&lt;part xmlns:ns8="urn:gs1:ecom:receiving_advice:xsd:3" name="receivingAdviceXML" type="ns8:ReceivingAdviceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBoundResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatus"&gt;
+&lt;part xmlns:ns9="urn:gs1:ecom:warehousing_outbound:xsd:3" name="warehousingOutboundNotificationXML" type="ns9:WarehousingOutboundNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatusResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatch"&gt;
+&lt;part xmlns:ns10="urn:gs1:ecom:warehousing_outbound:xsd:3" name="warehousingOutboundInstructionXML" type="ns10:WarehousingOutboundInstructionMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatchResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="despatchNotificationOutbound"&gt;
+&lt;part xmlns:ns11="urn:gs1:ecom:despatch_advice:xsd:3" name="despatchAdviceXML" type="ns11:DespatchAdviceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="despatchNotificationOutboundResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IWarehouse"&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;input xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IWarehouse/instrutionToReceiveRequest" message="tns:instrutionToReceive"&gt;&lt;/input&gt;
+&lt;output xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IWarehouse/instrutionToReceiveResponse" message="tns:instrutionToReceiveResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;input xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IWarehouse/depatchNotificationInboundRequest" message="tns:depatchNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns15="http://www.w3.org/2007/05/addressing/metadata" ns15:Action="http://org.ita.midas/logisticssaut/IWarehouse/depatchNotificationInboundResponse" message="tns:depatchNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationInbound"&gt;
+&lt;input xmlns:ns16="http://www.w3.org/2007/05/addressing/metadata" ns16:Action="http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationInboundRequest" message="tns:receiptNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns17="http://www.w3.org/2007/05/addressing/metadata" ns17:Action="http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationInboundResponse" message="tns:receiptNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;input xmlns:ns18="http://www.w3.org/2007/05/addressing/metadata" ns18:Action="http://org.ita.midas/logisticssaut/IWarehouse/inboudDeliveryStatusRequest" message="tns:inboudDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns19="http://www.w3.org/2007/05/addressing/metadata" ns19:Action="http://org.ita.midas/logisticssaut/IWarehouse/inboudDeliveryStatusResponse" message="tns:inboudDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="warehouseServiceOrder"&gt;
+&lt;input xmlns:ns20="http://www.w3.org/2007/05/addressing/metadata" ns20:Action="http://org.ita.midas/logisticssaut/IWarehouse/warehouseServiceOrderRequest" message="tns:warehouseServiceOrder"&gt;&lt;/input&gt;
+&lt;output xmlns:ns21="http://www.w3.org/2007/05/addressing/metadata" ns21:Action="http://org.ita.midas/logisticssaut/IWarehouse/warehouseServiceOrderResponse" message="tns:warehouseServiceOrderResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstrution"&gt;
+&lt;input xmlns:ns22="http://www.w3.org/2007/05/addressing/metadata" ns22:Action="http://org.ita.midas/logisticssaut/IWarehouse/inventoryStatusInstrutionRequest" message="tns:inventoryStatusInstrution"&gt;&lt;/input&gt;
+&lt;output xmlns:ns23="http://www.w3.org/2007/05/addressing/metadata" ns23:Action="http://org.ita.midas/logisticssaut/IWarehouse/inventoryStatusInstrutionResponse" message="tns:inventoryStatusInstrutionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryReport"&gt;
+&lt;input xmlns:ns24="http://www.w3.org/2007/05/addressing/metadata" ns24:Action="http://org.ita.midas/logisticssaut/IWarehouse/inventoryReportRequest" message="tns:inventoryReport"&gt;&lt;/input&gt;
+&lt;output xmlns:ns25="http://www.w3.org/2007/05/addressing/metadata" ns25:Action="http://org.ita.midas/logisticssaut/IWarehouse/inventoryReportResponse" message="tns:inventoryReportResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;input xmlns:ns26="http://www.w3.org/2007/05/addressing/metadata" ns26:Action="http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationOutBoundRequest" message="tns:receiptNotificationOutBound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns27="http://www.w3.org/2007/05/addressing/metadata" ns27:Action="http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationOutBoundResponse" message="tns:receiptNotificationOutBoundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;input xmlns:ns28="http://www.w3.org/2007/05/addressing/metadata" ns28:Action="http://org.ita.midas/logisticssaut/IWarehouse/outboundDeliveryStatusRequest" message="tns:outboundDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns29="http://www.w3.org/2007/05/addressing/metadata" ns29:Action="http://org.ita.midas/logisticssaut/IWarehouse/outboundDeliveryStatusResponse" message="tns:outboundDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;input xmlns:ns30="http://www.w3.org/2007/05/addressing/metadata" ns30:Action="http://org.ita.midas/logisticssaut/IWarehouse/instructionToDespatchRequest" message="tns:instructionToDespatch"&gt;&lt;/input&gt;
+&lt;output xmlns:ns31="http://www.w3.org/2007/05/addressing/metadata" ns31:Action="http://org.ita.midas/logisticssaut/IWarehouse/instructionToDespatchResponse" message="tns:instructionToDespatchResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="despatchNotificationOutbound"&gt;
+&lt;input xmlns:ns32="http://www.w3.org/2007/05/addressing/metadata" ns32:Action="http://org.ita.midas/logisticssaut/IWarehouse/despatchNotificationOutboundRequest" message="tns:despatchNotificationOutbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns33="http://www.w3.org/2007/05/addressing/metadata" ns33:Action="http://org.ita.midas/logisticssaut/IWarehouse/despatchNotificationOutboundResponse" message="tns:despatchNotificationOutboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="2019"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="2019"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:instrutionToReceive xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Inbound Instruction Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:01.091+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;warehousingInboundInstruction&gt;&lt;creationDateTime&gt;2014-07-17T12:59:01.106+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;warehousingInboundInstructionIdentification&gt;&lt;entityIdentification&gt;WII000001&lt;/entityIdentification&gt;&lt;/warehousingInboundInstructionIdentification&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8405921849059&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8400801801233&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;warehousingInboundInstructionShipment&gt;&lt;shipper&gt;&lt;gln&gt;8405503889046&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8409536676871&lt;/gln&gt;&lt;/receiver&gt;&lt;warehousingReceiptTypeCode&gt;codDeRecibo&lt;/warehousingReceiptTypeCode&gt;&lt;plannedReceipt&gt;&lt;logisticEventPeriod&gt;&lt;beginDate&gt;2014-03-10+00:01&lt;/beginDate&gt;&lt;endDate&gt;2014-09-09+00:01&lt;/endDate&gt;&lt;/logisticEventPeriod&gt;&lt;/plannedReceipt&gt;&lt;/warehousingInboundInstructionShipment&gt;&lt;/warehousingInboundInstruction&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns4:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:01 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="381"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:instrutionToReceiveResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3478"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3478"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:depatchNotificationInbound xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Despatch Advice Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:01.340+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;despatchAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:01.356+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;despatchAdviceIdentification&gt;&lt;entityIdentification&gt;Ident01&lt;/entityIdentification&gt;&lt;/despatchAdviceIdentification&gt;&lt;receiver&gt;&lt;gln&gt;8405492805898&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8409377506443&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;gln&gt;8403589547287&lt;/gln&gt;&lt;/shipTo&gt;&lt;carrier&gt;&lt;gln&gt;8400485364697&lt;/gln&gt;&lt;/carrier&gt;&lt;despatchInformation&gt;&lt;actualShipDateTime&gt;2014-02-18T16:25:00.000+00:01&lt;/actualShipDateTime&gt;&lt;/despatchInformation&gt;&lt;purchaseOrder&gt;&lt;entityIdentification&gt;ita&lt;/entityIdentification&gt;&lt;contentOwner&gt;&lt;gln&gt;8404563237088&lt;/gln&gt;&lt;/contentOwner&gt;&lt;creationDateTime&gt;2012-02-15T15:33:12.000-00:01&lt;/creationDateTime&gt;&lt;lineItemNumber&gt;16&lt;/lineItemNumber&gt;&lt;/purchaseOrder&gt;&lt;despatchAdviceLogisticUnit&gt;&lt;estimatedDeliveryDateTimeAtUltimateConsignee&gt;2014-07-17T12:59:01.356+02:00&lt;/estimatedDeliveryDateTimeAtUltimateConsignee&gt;&lt;ultimateConsignee&gt;&lt;gln&gt;8400265543960&lt;/gln&gt;&lt;/ultimateConsignee&gt;&lt;despatchAdviceLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;despatchedQuantity&gt;700&lt;/despatchedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08408776758361&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/despatchAdviceLineItem&gt;&lt;despatchAdviceLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;despatchedQuantity&gt;700&lt;/despatchedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08408530238597&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/despatchAdviceLineItem&gt;&lt;/despatchAdviceLogisticUnit&gt;&lt;/despatchAdvice&gt;&lt;despatchAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:01.356+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;despatchAdviceIdentification&gt;&lt;entityIdentification&gt;IdentificadorDespatchAdvice01&lt;/entityIdentification&gt;&lt;/despatchAdviceIdentification&gt;&lt;receiver&gt;&lt;gln&gt;8404462925161&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8409810761156&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;gln&gt;8400558036711&lt;/gln&gt;&lt;/shipTo&gt;&lt;carrier&gt;&lt;gln&gt;8406014061921&lt;/gln&gt;&lt;/carrier&gt;&lt;despatchInformation&gt;&lt;actualShipDateTime&gt;2014-02-18T16:25:00.000+00:01&lt;/actualShipDateTime&gt;&lt;/despatchInformation&gt;&lt;/despatchAdvice&gt;&lt;/despatchAdviceXML&gt;&lt;/ns4:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:01 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="395"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:depatchNotificationInboundResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3065"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3065"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:receiptNotificationInbound xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUpDropOff Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:01.606+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;receivingAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:01.621+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;receivingAdviceIdentification&gt;&lt;entityIdentification&gt;RCEIVINGAD001&lt;/entityIdentification&gt;&lt;/receivingAdviceIdentification&gt;&lt;receivingDateTime&gt;2014-02-11T14:10:00.000+00:01&lt;/receivingDateTime&gt;&lt;reportingCode&gt;PARTIAL&lt;/reportingCode&gt;&lt;shipper&gt;&lt;gln&gt;8404105334664&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8405624263848&lt;/gln&gt;&lt;/receiver&gt;&lt;receivingAdviceLogisticUnit&gt;&lt;logisticUnitIdentification&gt;&lt;sscc&gt;840043095414929914&lt;/sscc&gt;&lt;/logisticUnitIdentification&gt;&lt;receivingAdviceLineItem&gt;&lt;lineItemNumber&gt;123&lt;/lineItemNumber&gt;&lt;quantityReceived&gt;10&lt;/quantityReceived&gt;&lt;quantityAccepted&gt;10&lt;/quantityAccepted&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08409651642898&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/receivingAdviceLineItem&gt;&lt;receivingAdviceLineItem&gt;&lt;lineItemNumber&gt;124&lt;/lineItemNumber&gt;&lt;quantityReceived&gt;20&lt;/quantityReceived&gt;&lt;quantityAccepted&gt;15&lt;/quantityAccepted&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08400190676658&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/receivingAdviceLineItem&gt;&lt;/receivingAdviceLogisticUnit&gt;&lt;/receivingAdvice&gt;&lt;receivingAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:01.621+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;receivingAdviceIdentification&gt;&lt;entityIdentification&gt;RCEIVINGAD002&lt;/entityIdentification&gt;&lt;/receivingAdviceIdentification&gt;&lt;receivingDateTime&gt;2014-02-11T14:10:00.000+00:01&lt;/receivingDateTime&gt;&lt;reportingCode&gt;PARTIAL&lt;/reportingCode&gt;&lt;shipper&gt;&lt;gln&gt;8404105334664&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8405624263848&lt;/gln&gt;&lt;/receiver&gt;&lt;/receivingAdvice&gt;&lt;/receivingAdviceXML&gt;&lt;/ns4:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:01 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="395"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:receiptNotificationInboundResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/inboudDeliveryStatusRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1854"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1854"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inboudDeliveryStatus xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Inbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:01.886+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;warehousingInboundNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:01.886+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;warehousingInboundNotificationIdentification&gt;&lt;entityIdentification&gt;WIN000001&lt;/entityIdentification&gt;&lt;/warehousingInboundNotificationIdentification&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8402762506608&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8403389709946&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;warehousingInboundNotificationShipment&gt;&lt;shipper&gt;&lt;gln&gt;8408752528353&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8408499325222&lt;/gln&gt;&lt;/receiver&gt;&lt;warehousingInboundStatusCode&gt;codDeRecibo&lt;/warehousingInboundStatusCode&gt;&lt;/warehousingInboundNotificationShipment&gt;&lt;/warehousingInboundNotification&gt;&lt;/receivingAdviceXML&gt;&lt;/ns4:inboudDeliveryStatus&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:02 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="383"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inboudDeliveryStatusResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:inboudDeliveryStatusResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/warehouseServiceOrderRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4783"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4783"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:warehouseServiceOrder xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;configureToOrderXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Manufacturer Business Unit&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Material Supplier Business Unit&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100005&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Order Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:02.136+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;order&gt;&lt;creationDateTime&gt;2014-07-17T12:59:02.136+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;orderIdentification&gt;&lt;entityIdentification&gt;OR00002&lt;/entityIdentification&gt;&lt;/orderIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8404089797080&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8408175927771&lt;/gln&gt;&lt;/seller&gt;&lt;orderLogisticalInformation&gt;&lt;shipFrom&gt;&lt;gln&gt;8409287477383&lt;/gln&gt;&lt;/shipFrom&gt;&lt;shipTo&gt;&lt;gln&gt;8400148449648&lt;/gln&gt;&lt;/shipTo&gt;&lt;orderLogisticalDateInformation&gt;&lt;requestedDeliveryDateRange&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRange&gt;&lt;requestedShipDateRange&gt;&lt;beginDate&gt;2014-03-16+00:01&lt;/beginDate&gt;&lt;beginTime&gt;13:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-16+00:01&lt;/endDate&gt;&lt;endTime&gt;20:00:00+00:01&lt;/endTime&gt;&lt;/requestedShipDateRange&gt;&lt;requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;requestedPickUpDateTime&gt;&lt;date&gt;2014-03-16+00:01&lt;/date&gt;&lt;/requestedPickUpDateTime&gt;&lt;/orderLogisticalDateInformation&gt;&lt;/orderLogisticalInformation&gt;&lt;promotionalDeal&gt;&lt;entityIdentification&gt;AGREEMENT001&lt;/entityIdentification&gt;&lt;/promotionalDeal&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;20&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000000996&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000011527&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000006004&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;/order&gt;&lt;order&gt;&lt;creationDateTime&gt;2014-07-17T12:59:02.136+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;orderIdentification&gt;&lt;entityIdentification&gt;ORDER002&lt;/entityIdentification&gt;&lt;/orderIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8404089797080&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8408175927771&lt;/gln&gt;&lt;/seller&gt;&lt;orderLogisticalInformation&gt;&lt;shipFrom&gt;&lt;gln&gt;8409287477383&lt;/gln&gt;&lt;/shipFrom&gt;&lt;shipTo&gt;&lt;gln&gt;8400148449648&lt;/gln&gt;&lt;/shipTo&gt;&lt;orderLogisticalDateInformation&gt;&lt;requestedDeliveryDateRange&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRange&gt;&lt;requestedShipDateRange&gt;&lt;beginDate&gt;2014-03-16+00:01&lt;/beginDate&gt;&lt;beginTime&gt;13:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-16+00:01&lt;/endDate&gt;&lt;endTime&gt;20:00:00+00:01&lt;/endTime&gt;&lt;/requestedShipDateRange&gt;&lt;requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;requestedPickUpDateTime&gt;&lt;date&gt;2014-03-16+00:01&lt;/date&gt;&lt;/requestedPickUpDateTime&gt;&lt;/orderLogisticalDateInformation&gt;&lt;/orderLogisticalInformation&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;20&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000000996&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000011527&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000006004&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;/order&gt;&lt;/configureToOrderXML&gt;&lt;/ns4:warehouseServiceOrder&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:02 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="385"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:warehouseServiceOrderResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:warehouseServiceOrderResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/inventoryStatusInstrutionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="2189"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="2189"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inventoryStatusInstrution xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;inventoryReportStatusXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:02.417+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;logisticsInventoryReportRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:02.417+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;logisticsInventoryReportRequestIdentification&gt;&lt;entityIdentification&gt;IRR000001&lt;/entityIdentification&gt;&lt;/logisticsInventoryReportRequestIdentification&gt;&lt;logisticsInventoryReportTypeCode&gt;FULL_REPORT&lt;/logisticsInventoryReportTypeCode&gt;&lt;inventoryReportingParty&gt;&lt;gln&gt;8405695607398&lt;/gln&gt;&lt;/inventoryReportingParty&gt;&lt;inventoryReportToParty&gt;&lt;gln&gt;8403094089791&lt;/gln&gt;&lt;/inventoryReportToParty&gt;&lt;reportingPeriod&gt;&lt;beginDate&gt;2014-03-10+00:01&lt;/beginDate&gt;&lt;beginTime&gt;14:50:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-10+00:01&lt;/endDate&gt;&lt;endTime&gt;10:00:00+00:01&lt;/endTime&gt;&lt;/reportingPeriod&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08402127511957&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08408534172286&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;logisticsInventoryRequestLocation&gt;&lt;inventoryLocation&gt;&lt;gln&gt;8401295714535&lt;/gln&gt;&lt;/inventoryLocation&gt;&lt;/logisticsInventoryRequestLocation&gt;&lt;/logisticsInventoryReportRequest&gt;&lt;/inventoryReportStatusXML&gt;&lt;/ns4:inventoryStatusInstrution&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:02 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="393"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inventoryStatusInstrutionResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:inventoryStatusInstrutionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/inventoryReportRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1971"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1971"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inventoryReport xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;inventoryActivityXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:02.666+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;logisticsInventoryReport&gt;&lt;creationDateTime&gt;2014-07-17T12:59:02.666+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;logisticsInventoryReportIdentification&gt;&lt;entityIdentification&gt;IR000001&lt;/entityIdentification&gt;&lt;/logisticsInventoryReportIdentification&gt;&lt;structureTypeCode&gt;LOCATION_BY_ITEM&lt;/structureTypeCode&gt;&lt;inventoryReportingParty&gt;&lt;gln&gt;8409456693972&lt;/gln&gt;&lt;/inventoryReportingParty&gt;&lt;inventoryReportToParty&gt;&lt;gln&gt;8409303868218&lt;/gln&gt;&lt;/inventoryReportToParty&gt;&lt;reportingPeriod&gt;&lt;beginDate&gt;2014-03-10+00:01&lt;/beginDate&gt;&lt;beginTime&gt;14:50:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-10+00:01&lt;/endDate&gt;&lt;endTime&gt;10:00:00+00:01&lt;/endTime&gt;&lt;/reportingPeriod&gt;&lt;logisticsInventoryReportInventoryLocation&gt;&lt;inventoryLocation&gt;&lt;gln&gt;8408215861249&lt;/gln&gt;&lt;/inventoryLocation&gt;&lt;/logisticsInventoryReportInventoryLocation&gt;&lt;/logisticsInventoryReport&gt;&lt;/inventoryActivityXML&gt;&lt;/ns4:inventoryReport&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:02 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="373"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inventoryReportResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:inventoryReportResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationOutBoundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3067"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3067"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:receiptNotificationOutBound xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUpDropOff Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:02.932+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;receivingAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:02.932+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;receivingAdviceIdentification&gt;&lt;entityIdentification&gt;RCEIVINGAD001&lt;/entityIdentification&gt;&lt;/receivingAdviceIdentification&gt;&lt;receivingDateTime&gt;2014-02-11T14:10:00.000+00:01&lt;/receivingDateTime&gt;&lt;reportingCode&gt;PARTIAL&lt;/reportingCode&gt;&lt;shipper&gt;&lt;gln&gt;8404495954510&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8408820071361&lt;/gln&gt;&lt;/receiver&gt;&lt;receivingAdviceLogisticUnit&gt;&lt;logisticUnitIdentification&gt;&lt;sscc&gt;840909449489124076&lt;/sscc&gt;&lt;/logisticUnitIdentification&gt;&lt;receivingAdviceLineItem&gt;&lt;lineItemNumber&gt;123&lt;/lineItemNumber&gt;&lt;quantityReceived&gt;10&lt;/quantityReceived&gt;&lt;quantityAccepted&gt;10&lt;/quantityAccepted&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08403233348628&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/receivingAdviceLineItem&gt;&lt;receivingAdviceLineItem&gt;&lt;lineItemNumber&gt;124&lt;/lineItemNumber&gt;&lt;quantityReceived&gt;20&lt;/quantityReceived&gt;&lt;quantityAccepted&gt;15&lt;/quantityAccepted&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08409755806431&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/receivingAdviceLineItem&gt;&lt;/receivingAdviceLogisticUnit&gt;&lt;/receivingAdvice&gt;&lt;receivingAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:02.932+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;receivingAdviceIdentification&gt;&lt;entityIdentification&gt;RCEIVINGAD002&lt;/entityIdentification&gt;&lt;/receivingAdviceIdentification&gt;&lt;receivingDateTime&gt;2014-02-11T14:10:00.000+00:01&lt;/receivingDateTime&gt;&lt;reportingCode&gt;PARTIAL&lt;/reportingCode&gt;&lt;shipper&gt;&lt;gln&gt;8404495954510&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8408820071361&lt;/gln&gt;&lt;/receiver&gt;&lt;/receivingAdvice&gt;&lt;/receivingAdviceXML&gt;&lt;/ns4:receiptNotificationOutBound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:03 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="397"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:receiptNotificationOutBoundResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:receiptNotificationOutBoundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/outboundDeliveryStatusRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1902"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1902"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:outboundDeliveryStatus xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingOutboundNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100006&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:03.197+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;warehousingOutboundNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:03.197+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;warehousingOutboundNotificationIdentification&gt;&lt;entityIdentification&gt;WON000001&lt;/entityIdentification&gt;&lt;/warehousingOutboundNotificationIdentification&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8404220040129&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8407938461422&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;warehousingOutboundNotificationShipment&gt;&lt;shipper&gt;&lt;gln&gt;8407660365098&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8403060336836&lt;/gln&gt;&lt;/receiver&gt;&lt;warehousingOutboundStatusCode&gt;codDeRecibo&lt;/warehousingOutboundStatusCode&gt;&lt;/warehousingOutboundNotificationShipment&gt;&lt;/warehousingOutboundNotification&gt;&lt;/warehousingOutboundNotificationXML&gt;&lt;/ns4:outboundDeliveryStatus&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:03 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:outboundDeliveryStatusResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:outboundDeliveryStatusResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/instructionToDespatchRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1886"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1886"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:instructionToDespatch xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingOutboundInstructionXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:03.524+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;warehousingOutboundInstruction&gt;&lt;creationDateTime&gt;2014-07-17T12:59:03.524+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;warehousingOutboundInstructionIdentification&gt;&lt;entityIdentification&gt;WOI000004&lt;/entityIdentification&gt;&lt;/warehousingOutboundInstructionIdentification&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8401071827244&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8404489729117&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;warehousingOutboundInstructionShipment&gt;&lt;shipper&gt;&lt;gln&gt;8408726656365&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8402116818982&lt;/gln&gt;&lt;/receiver&gt;&lt;warehousingDespatchTypeCode&gt;BUILD_PALLET&lt;/warehousingDespatchTypeCode&gt;&lt;/warehousingOutboundInstructionShipment&gt;&lt;/warehousingOutboundInstruction&gt;&lt;/warehousingOutboundInstructionXML&gt;&lt;/ns4:instructionToDespatch&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:03 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="385"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:instructionToDespatchResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:instructionToDespatchResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/despatchNotificationOutboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3482"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3482"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:despatchNotificationOutbound xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Despatch Advice Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:03.758+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;despatchAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:03.758+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;despatchAdviceIdentification&gt;&lt;entityIdentification&gt;Ident01&lt;/entityIdentification&gt;&lt;/despatchAdviceIdentification&gt;&lt;receiver&gt;&lt;gln&gt;8409784901886&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8401053044843&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;gln&gt;8409445786630&lt;/gln&gt;&lt;/shipTo&gt;&lt;carrier&gt;&lt;gln&gt;8405784581103&lt;/gln&gt;&lt;/carrier&gt;&lt;despatchInformation&gt;&lt;actualShipDateTime&gt;2014-02-18T16:25:00.000+00:01&lt;/actualShipDateTime&gt;&lt;/despatchInformation&gt;&lt;purchaseOrder&gt;&lt;entityIdentification&gt;ita&lt;/entityIdentification&gt;&lt;contentOwner&gt;&lt;gln&gt;8401227955876&lt;/gln&gt;&lt;/contentOwner&gt;&lt;creationDateTime&gt;2012-02-15T15:33:12.000-00:01&lt;/creationDateTime&gt;&lt;lineItemNumber&gt;16&lt;/lineItemNumber&gt;&lt;/purchaseOrder&gt;&lt;despatchAdviceLogisticUnit&gt;&lt;estimatedDeliveryDateTimeAtUltimateConsignee&gt;2014-07-17T12:59:03.774+02:00&lt;/estimatedDeliveryDateTimeAtUltimateConsignee&gt;&lt;ultimateConsignee&gt;&lt;gln&gt;8404165248383&lt;/gln&gt;&lt;/ultimateConsignee&gt;&lt;despatchAdviceLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;despatchedQuantity&gt;700&lt;/despatchedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08407799160564&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/despatchAdviceLineItem&gt;&lt;despatchAdviceLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;despatchedQuantity&gt;700&lt;/despatchedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08405330470158&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/despatchAdviceLineItem&gt;&lt;/despatchAdviceLogisticUnit&gt;&lt;/despatchAdvice&gt;&lt;despatchAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:03.774+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;despatchAdviceIdentification&gt;&lt;entityIdentification&gt;IdentificadorDespatchAdvice01&lt;/entityIdentification&gt;&lt;/despatchAdviceIdentification&gt;&lt;receiver&gt;&lt;gln&gt;8402164979819&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8408499634744&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;gln&gt;8400433256289&lt;/gln&gt;&lt;/shipTo&gt;&lt;carrier&gt;&lt;gln&gt;8402877719474&lt;/gln&gt;&lt;/carrier&gt;&lt;despatchInformation&gt;&lt;actualShipDateTime&gt;2014-02-18T16:25:00.000+00:01&lt;/actualShipDateTime&gt;&lt;/despatchInformation&gt;&lt;/despatchAdvice&gt;&lt;/despatchAdviceXML&gt;&lt;/ns4:despatchNotificationOutbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:04 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="399"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:despatchNotificationOutboundResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:despatchNotificationOutboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:04 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="4245"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/transport" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/transport" name="BusinessUnitTransportService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="BusinessUnitTransportServicePortBinding" type="ns1:ITransport"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"&gt;&lt;/soap:binding&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="trasnportStatusRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transporStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalTransportStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstructionConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="BusinessUnitTransportService"&gt;
+&lt;port name="BusinessUnitTransportServicePort" binding="tns:BusinessUnitTransportServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:04 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="10444"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:shared:shared_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_status_request:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService?xsd=7"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_status_notification:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService?xsd=8"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_status_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService?xsd=9"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_pickup_dropoff_request:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService?xsd=10"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_pickup_dropoff_confirmation:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService?xsd=11"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_pickup_dropoff_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService?xsd=12"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_instruction_response:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService?xsd=13"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_instruction_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService?xsd=14"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_instruction:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService?xsd=2"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:ecom_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService?xsd=3"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:despatch_advice:xsd:3" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService?xsd=4"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService?xsd=5"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService?xsd=6"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="PickUpRequest"&gt;
+&lt;part xmlns:ns1="urn:gs1:ecom:transport_pickup_dropoff_request:xsd:3" name="transportPickUpDropOffRequestXML" type="ns1:TransportPickUpDropOffRequestMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpRequestResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequest"&gt;
+&lt;part xmlns:ns2="urn:gs1:ecom:transport_pickup_dropoff_request:xsd:3" name="transportPickUpDropOffRequestXML" type="ns2:TransportPickUpDropOffRequestMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequestResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmation"&gt;
+&lt;part xmlns:ns3="urn:gs1:ecom:transport_pickup_dropoff_confirmation:xsd:3" name="transportPickUpDropOffConfirmationXML" type="ns3:TransportPickUpDropOffConfirmationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmation"&gt;
+&lt;part xmlns:ns4="urn:gs1:ecom:transport_pickup_dropoff_confirmation:xsd:3" name="transportPickUpDropOffConfirmationXML" type="ns4:TransportPickUpDropOffConfirmationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="trasnportStatusRequest"&gt;
+&lt;part xmlns:ns5="urn:gs1:ecom:transport_status_request:xsd:3" name="transportStatusRequestXML" type="ns5:TransportStatusRequestMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="trasnportStatusRequestResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transporStatusNotification"&gt;
+&lt;part xmlns:ns6="urn:gs1:ecom:transport_status_notification:xsd:3" name="transportStatusNotificationXML" type="ns6:TransportStatusNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transporStatusNotificationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalTransportStatusNotification"&gt;
+&lt;part xmlns:ns7="urn:gs1:ecom:transport_status_notification:xsd:3" name="transportStatusNotificationXML" type="ns7:TransportStatusNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalTransportStatusNotificationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstruction"&gt;
+&lt;part xmlns:ns8="urn:gs1:ecom:transport_instruction:xsd:3" name="transportInstructionXML" type="ns8:TransportInstructionMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionConfirmation"&gt;
+&lt;part xmlns:ns9="urn:gs1:ecom:transport_instruction_response:xsd:3" name="transportInstructionResponseXML" type="ns9:TransportInstructionResponseMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionConfirmationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="ITransport"&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;input xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/ITransport/PickUpRequestRequest" message="tns:PickUpRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/ITransport/PickUpRequestResponse" message="tns:PickUpRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;input xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/ITransport/DropOffRequestRequest" message="tns:DropOffRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/ITransport/DropOffRequestResponse" message="tns:DropOffRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;input xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/ITransport/PickUpConfirmationRequest" message="tns:PickUpConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns15="http://www.w3.org/2007/05/addressing/metadata" ns15:Action="http://org.ita.midas/logisticssaut/ITransport/PickUpConfirmationResponse" message="tns:PickUpConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;input xmlns:ns16="http://www.w3.org/2007/05/addressing/metadata" ns16:Action="http://org.ita.midas/logisticssaut/ITransport/DropOffConfirmationRequest" message="tns:DropOffConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns17="http://www.w3.org/2007/05/addressing/metadata" ns17:Action="http://org.ita.midas/logisticssaut/ITransport/DropOffConfirmationResponse" message="tns:DropOffConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="trasnportStatusRequest"&gt;
+&lt;input xmlns:ns18="http://www.w3.org/2007/05/addressing/metadata" ns18:Action="http://org.ita.midas/logisticssaut/ITransport/trasnportStatusRequestRequest" message="tns:trasnportStatusRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns19="http://www.w3.org/2007/05/addressing/metadata" ns19:Action="http://org.ita.midas/logisticssaut/ITransport/trasnportStatusRequestResponse" message="tns:trasnportStatusRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transporStatusNotification"&gt;
+&lt;input xmlns:ns20="http://www.w3.org/2007/05/addressing/metadata" ns20:Action="http://org.ita.midas/logisticssaut/ITransport/transporStatusNotificationRequest" message="tns:transporStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns21="http://www.w3.org/2007/05/addressing/metadata" ns21:Action="http://org.ita.midas/logisticssaut/ITransport/transporStatusNotificationResponse" message="tns:transporStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalTransportStatusNotification"&gt;
+&lt;input xmlns:ns22="http://www.w3.org/2007/05/addressing/metadata" ns22:Action="http://org.ita.midas/logisticssaut/ITransport/finalTransportStatusNotificationRequest" message="tns:finalTransportStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns23="http://www.w3.org/2007/05/addressing/metadata" ns23:Action="http://org.ita.midas/logisticssaut/ITransport/finalTransportStatusNotificationResponse" message="tns:finalTransportStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;input xmlns:ns24="http://www.w3.org/2007/05/addressing/metadata" ns24:Action="http://org.ita.midas/logisticssaut/ITransport/transportInstructionRequest" message="tns:transportInstruction"&gt;&lt;/input&gt;
+&lt;output xmlns:ns25="http://www.w3.org/2007/05/addressing/metadata" ns25:Action="http://org.ita.midas/logisticssaut/ITransport/transportInstructionResponse" message="tns:transportInstructionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstructionConfirmation"&gt;
+&lt;input xmlns:ns26="http://www.w3.org/2007/05/addressing/metadata" ns26:Action="http://org.ita.midas/logisticssaut/ITransport/transportInstructionConfirmationRequest" message="tns:transportInstructionConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns27="http://www.w3.org/2007/05/addressing/metadata" ns27:Action="http://org.ita.midas/logisticssaut/ITransport/transportInstructionConfirmationResponse" message="tns:transportInstructionConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/transportInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4822"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4822"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transportInstruction xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:05.459+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportInstruction&gt;&lt;creationDateTime&gt;2014-07-17T12:59:05.459+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportInstructionIdentification&gt;&lt;entityIdentification&gt;Transport Instruction ITA&lt;/entityIdentification&gt;&lt;/transportInstructionIdentification&gt;&lt;transportInstructionFunction&gt;SHIPMENT&lt;/transportInstructionFunction&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8403167775415&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8402242812212&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;transportInstructionConsignment&gt;&lt;ginc&gt;test_consignment&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8403424187951&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8406845687062&lt;/gln&gt;&lt;/consignee&gt;&lt;notifyParty&gt;&lt;gln&gt;8406446377782&lt;/gln&gt;&lt;/notifyParty&gt;&lt;notifyParty&gt;&lt;gln&gt;8406673764287&lt;/gln&gt;&lt;/notifyParty&gt;&lt;pickUpParty&gt;&lt;gln&gt;8404451792347&lt;/gln&gt;&lt;/pickUpParty&gt;&lt;dropOffParty&gt;&lt;gln&gt;8408541617985&lt;/gln&gt;&lt;/dropOffParty&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-03+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-04+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportInstructionTransportMovement&gt;&lt;sequenceNumber&gt;1&lt;/sequenceNumber&gt;&lt;transportModeTypeCode&gt;50&lt;/transportModeTypeCode&gt;&lt;/transportInstructionTransportMovement&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;1550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;2550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;3550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;/transportInstructionConsignment&gt;&lt;transportInstructionShipment&gt;&lt;gsin&gt;84092381709948673&lt;/gsin&gt;&lt;receiver&gt;&lt;gln&gt;8404690316687&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8409780980816&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;address&gt;&lt;city&gt;Sevilla&lt;/city&gt;&lt;cityCode&gt;41012&lt;/cityCode&gt;&lt;streetAddressOne&gt;Avenida de la Reina Mercedes, s/n&lt;/streetAddressOne&gt;&lt;/address&gt;&lt;/shipTo&gt;&lt;shipFrom&gt;&lt;address&gt;&lt;city&gt;Zaragoza&lt;/city&gt;&lt;cityCode&gt;50018&lt;/cityCode&gt;&lt;streetAddressOne&gt;Calle Maria de Luna, n 7-8&lt;/streetAddressOne&gt;&lt;/address&gt;&lt;/shipFrom&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;40&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;plannedDelivery&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-04+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDelivery&gt;&lt;plannedDespatch&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-02+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDespatch&gt;&lt;transportInstructionShipmentItem&gt;&lt;lineItemNumber&gt;4&lt;/lineItemNumber&gt;&lt;/transportInstructionShipmentItem&gt;&lt;/transportInstructionShipment&gt;&lt;/transportInstruction&gt;&lt;transportInstruction&gt;&lt;creationDateTime&gt;2014-07-17T12:59:05.459+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportInstructionIdentification&gt;&lt;entityIdentification&gt;Transport Instruction ITA 2&lt;/entityIdentification&gt;&lt;/transportInstructionIdentification&gt;&lt;transportInstructionFunction&gt;SHIPMENT&lt;/transportInstructionFunction&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8402350593447&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8406788494086&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;/transportInstruction&gt;&lt;/transportInstructionXML&gt;&lt;/ns4:transportInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:05 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="383"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transportInstructionResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:transportInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/transportInstructionConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="7842"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="7842"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transportInstructionConfirmation xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionResponseXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"&gt;&lt;/ns2:Identifier&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;John Doe&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;John_Doe@purchasing.XYZretailer.com&lt;/ns2:EmailAddress&gt;&lt;ns2:FaxNumber&gt;+1-212-555-1213&lt;/ns2:FaxNumber&gt;&lt;ns2:TelephoneNumber&gt;+1-212-555-2122&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"&gt;&lt;/ns2:Identifier&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mary Smith&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;Mary_Smith@widgets.com&lt;/ns2:EmailAddress&gt;&lt;ns2:FaxNumber&gt;+1-312-555-1214&lt;/ns2:FaxNumber&gt;&lt;ns2:TelephoneNumber&gt;+1-312-555-2125&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;3.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100002&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport Instruction Response Message&lt;/ns2:Type&gt;&lt;ns2:MultipleType&gt;false&lt;/ns2:MultipleType&gt;&lt;ns2:CreationDateAndTime&gt;2006-01-10T12:00:01.000-05:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportInstructionResponse&gt;&lt;creationDateTime&gt;2011-01-13T12:00:00.000-05:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportInstructionResponseIdentification&gt;&lt;entityIdentification&gt;TRINR00001&lt;/entityIdentification&gt;&lt;/transportInstructionResponseIdentification&gt;&lt;responseType&gt;FULLY_ACCEPTED_WITH_AMENDMENTS&lt;/responseType&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;4048623000003&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;7365566156190&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TRINS00001&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;transportInstructionConsignment&gt;&lt;ginc&gt;7365566156191234567&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;7365566156190&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;7300011234566&lt;/gln&gt;&lt;/consignee&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;21&lt;/cargoTypeCode&gt;&lt;cargoTypeDescription languageCode="en"&gt;General cargo&lt;/cargoTypeDescription&gt;&lt;totalGrossVolume measurementUnitCode="CBM"&gt;3.5&lt;/totalGrossVolume&gt;&lt;totalGrossWeight measurementUnitCode="KGM"&gt;1500&lt;/totalGrossWeight&gt;&lt;totalPackageQuantity&gt;5&lt;/totalPackageQuantity&gt;&lt;/transportCargoCharacteristics&gt;&lt;transportInstructionTransportMovement&gt;&lt;sequenceNumber&gt;1&lt;/sequenceNumber&gt;&lt;transportModeTypeCode&gt;30&lt;/transportModeTypeCode&gt;&lt;carrier&gt;&lt;gln&gt;4048623000003&lt;/gln&gt;&lt;/carrier&gt;&lt;plannedDeparture&gt;&lt;logisticLocation&gt;&lt;address&gt;&lt;city&gt;Stockholm&lt;/city&gt;&lt;/address&gt;&lt;/logisticLocation&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2011-01-14&lt;/date&gt;&lt;time&gt;08:00:00&lt;/time&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDeparture&gt;&lt;plannedArrival&gt;&lt;logisticLocation&gt;&lt;address&gt;&lt;city&gt;Lund&lt;/city&gt;&lt;/address&gt;&lt;/logisticLocation&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2011-01-14&lt;/date&gt;&lt;time&gt;17:00:00&lt;/time&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedArrival&gt;&lt;/transportInstructionTransportMovement&gt;&lt;packageTotal&gt;&lt;packageTypeCode&gt;201&lt;/packageTypeCode&gt;&lt;totalPackageQuantity&gt;3&lt;/totalPackageQuantity&gt;&lt;/packageTotal&gt;&lt;packageTotal&gt;&lt;packageTypeCode&gt;211&lt;/packageTypeCode&gt;&lt;totalPackageQuantity&gt;2&lt;/totalPackageQuantity&gt;&lt;/packageTotal&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;21&lt;/cargoTypeCode&gt;&lt;cargoTypeDescription languageCode="en"&gt;Furniture&lt;/cargoTypeDescription&gt;&lt;/transportCargoCharacteristics&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900018&lt;/sscc&gt;&lt;packageTypeCode&gt;201&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900025&lt;/sscc&gt;&lt;packageTypeCode&gt;201&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900032&lt;/sscc&gt;&lt;packageTypeCode&gt;201&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900049&lt;/sscc&gt;&lt;packageTypeCode&gt;211&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900056&lt;/sscc&gt;&lt;packageTypeCode&gt;211&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;/transportInstructionConsignment&gt;&lt;transportInstructionConsignment&gt;&lt;ginc&gt;test_consignment&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8402152002000&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8407875103461&lt;/gln&gt;&lt;/consignee&gt;&lt;notifyParty&gt;&lt;gln&gt;8401998810190&lt;/gln&gt;&lt;/notifyParty&gt;&lt;notifyParty&gt;&lt;gln&gt;8406541460778&lt;/gln&gt;&lt;/notifyParty&gt;&lt;pickUpParty&gt;&lt;gln&gt;8407581297157&lt;/gln&gt;&lt;/pickUpParty&gt;&lt;dropOffParty&gt;&lt;gln&gt;8402876648348&lt;/gln&gt;&lt;/dropOffParty&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-03+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-04+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportInstructionTransportMovement&gt;&lt;sequenceNumber&gt;1&lt;/sequenceNumber&gt;&lt;transportModeTypeCode&gt;50&lt;/transportModeTypeCode&gt;&lt;/transportInstructionTransportMovement&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;1550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;2550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;3550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;/transportInstructionConsignment&gt;&lt;transportInstructionShipment&gt;&lt;gsin&gt;84019678910838129&lt;/gsin&gt;&lt;receiver&gt;&lt;gln&gt;8402582932250&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8403185929692&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;address&gt;&lt;city&gt;Sevilla&lt;/city&gt;&lt;cityCode&gt;41012&lt;/cityCode&gt;&lt;streetAddressOne&gt;Avenida de la Reina Mercedes, s/n&lt;/streetAddressOne&gt;&lt;/address&gt;&lt;/shipTo&gt;&lt;shipFrom&gt;&lt;address&gt;&lt;city&gt;Zaragoza&lt;/city&gt;&lt;cityCode&gt;50018&lt;/cityCode&gt;&lt;streetAddressOne&gt;Calle Maria de Luna, n 7-8&lt;/streetAddressOne&gt;&lt;/address&gt;&lt;/shipFrom&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;40&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;plannedDelivery&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-04+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDelivery&gt;&lt;plannedDespatch&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-02+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDespatch&gt;&lt;transportInstructionShipmentItem&gt;&lt;lineItemNumber&gt;4&lt;/lineItemNumber&gt;&lt;/transportInstructionShipmentItem&gt;&lt;/transportInstructionShipment&gt;&lt;/transportInstructionResponse&gt;&lt;transportInstructionResponse&gt;&lt;creationDateTime&gt;2014-07-17T12:59:06.457+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportInstructionResponseIdentification&gt;&lt;entityIdentification&gt;Transport_Response ITA 2&lt;/entityIdentification&gt;&lt;/transportInstructionResponseIdentification&gt;&lt;responseType&gt;FULLY_ACCEPTED&lt;/responseType&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8403038239282&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8408393087356&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TRANS_ITA_001&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;/transportInstructionResponse&gt;&lt;/transportInstructionResponseXML&gt;&lt;/ns4:transportInstructionConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:06 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="407"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transportInstructionConfirmationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:transportInstructionConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/PickUpRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3014"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3014"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:PickUpRequest xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:06.707+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportPickUpDropOffRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:06.707+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffRequestIdentification&gt;&lt;entityIdentification&gt;Pick-Up Request001&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffRequestIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportPickUpDropOffConsignment&gt;&lt;ginc&gt;123456&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8404742814468&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8401214669823&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportPickUpDropOffConsignment&gt;&lt;transportPickUpDropOffShipment&gt;&lt;gsin&gt;84037103531507209&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8402456578010&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8403301518717&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportPickUpDropOffShipment&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportMeans&gt;&lt;transportMeansType&gt;MEANS&lt;/transportMeansType&gt;&lt;/transportMeans&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TransInst01&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;slotRequestor&gt;&lt;gln&gt;8406079239488&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8404404819626&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffRequest&gt;&lt;transportPickUpDropOffRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:06.707+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffRequestIdentification&gt;&lt;entityIdentification&gt;Pick-Up Request002&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffRequestIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportMeans&gt;&lt;transportMeansType&gt;MEANS&lt;/transportMeansType&gt;&lt;/transportMeans&gt;&lt;slotRequestor&gt;&lt;gln&gt;8406079239488&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8404404819626&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffRequest&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns4:PickUpRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:06 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="369"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:PickUpRequestResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:PickUpRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/DropOffRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3016"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3016"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:DropOffRequest xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:06.863+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportPickUpDropOffRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:06.863+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffRequestIdentification&gt;&lt;entityIdentification&gt;Pick-Up Request001&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffRequestIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportPickUpDropOffConsignment&gt;&lt;ginc&gt;123456&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8402218570375&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8400937563296&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportPickUpDropOffConsignment&gt;&lt;transportPickUpDropOffShipment&gt;&lt;gsin&gt;84092790001064774&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8407818127295&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8401598816363&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportPickUpDropOffShipment&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportMeans&gt;&lt;transportMeansType&gt;MEANS&lt;/transportMeansType&gt;&lt;/transportMeans&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TransInst01&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;slotRequestor&gt;&lt;gln&gt;8409362360005&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8408201647598&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffRequest&gt;&lt;transportPickUpDropOffRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:06.863+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffRequestIdentification&gt;&lt;entityIdentification&gt;Pick-Up Request002&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffRequestIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportMeans&gt;&lt;transportMeansType&gt;MEANS&lt;/transportMeansType&gt;&lt;/transportMeans&gt;&lt;slotRequestor&gt;&lt;gln&gt;8409362360005&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8408201647598&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffRequest&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns4:DropOffRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:06 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="371"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:DropOffRequestResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:DropOffRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/PickUpConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3074"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3074"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:PickUpConfirmation xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:06.988+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportPickUpDropOffConfirmation&gt;&lt;creationDateTime&gt;2014-07-17T12:59:06.988+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffConfirmationIdentification&gt;&lt;entityIdentification&gt;Pick-Up Confirmation001&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffConfirmationIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportAppointmentStatusCode&gt;CONFIRMED&lt;/transportAppointmentStatusCode&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportPickUpDropOffConsignment&gt;&lt;ginc&gt;123456&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8409232289764&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8403694120191&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportPickUpDropOffConsignment&gt;&lt;transportPickUpDropOffShipment&gt;&lt;gsin&gt;84009053571119658&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8400454654002&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8409389179918&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportPickUpDropOffShipment&gt;&lt;slotRequestor&gt;&lt;gln&gt;8409429964184&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8404653187118&lt;/gln&gt;&lt;/slotProvider&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TransInst01&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;/transportPickUpDropOffConfirmation&gt;&lt;transportPickUpDropOffConfirmation&gt;&lt;creationDateTime&gt;2014-07-17T12:59:06.988+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffConfirmationIdentification&gt;&lt;entityIdentification&gt;Pick-Up Confirmation002&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffConfirmationIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportAppointmentStatusCode&gt;CONFIRMED&lt;/transportAppointmentStatusCode&gt;&lt;slotRequestor&gt;&lt;gln&gt;8409429964184&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8404653187118&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffConfirmation&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns4:PickUpConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:07 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="379"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:PickUpConfirmationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:PickUpConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/DropOffConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3076"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3076"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:DropOffConfirmation xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:07.237+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportPickUpDropOffConfirmation&gt;&lt;creationDateTime&gt;2014-07-17T12:59:07.237+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffConfirmationIdentification&gt;&lt;entityIdentification&gt;Pick-Up Confirmation001&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffConfirmationIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportAppointmentStatusCode&gt;CONFIRMED&lt;/transportAppointmentStatusCode&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportPickUpDropOffConsignment&gt;&lt;ginc&gt;123456&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8401888115510&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8404073272616&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportPickUpDropOffConsignment&gt;&lt;transportPickUpDropOffShipment&gt;&lt;gsin&gt;84056378009813853&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8407893040465&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8409062633652&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportPickUpDropOffShipment&gt;&lt;slotRequestor&gt;&lt;gln&gt;8408757649206&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8403211380527&lt;/gln&gt;&lt;/slotProvider&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TransInst01&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;/transportPickUpDropOffConfirmation&gt;&lt;transportPickUpDropOffConfirmation&gt;&lt;creationDateTime&gt;2014-07-17T12:59:07.237+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffConfirmationIdentification&gt;&lt;entityIdentification&gt;Pick-Up Confirmation002&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffConfirmationIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportAppointmentStatusCode&gt;CONFIRMED&lt;/transportAppointmentStatusCode&gt;&lt;slotRequestor&gt;&lt;gln&gt;8408757649206&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8403211380527&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffConfirmation&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns4:DropOffConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:07 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="381"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:DropOffConfirmationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:DropOffConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/trasnportStatusRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3392"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3392"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:trasnportStatusRequest xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusRequestXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport Status Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:07.534+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportStatusRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:07.534+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusRequestIdentification&gt;&lt;entityIdentification&gt;STATUSREQ001&lt;/entityIdentification&gt;&lt;/transportStatusRequestIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8408638327001&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8406780220829&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;reportingPeriod&gt;&lt;beginDate&gt;2014-02-06+00:01&lt;/beginDate&gt;&lt;beginTime&gt;09:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-02-06+00:01&lt;/endDate&gt;&lt;endTime&gt;17:00:00+00:01&lt;/endTime&gt;&lt;/reportingPeriod&gt;&lt;transportStatusRequestConsignment&gt;&lt;ginc&gt;consignment1234&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8402805311138&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8404965337348&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportStatusRequestConsignment&gt;&lt;transportStatusRequestShipment&gt;&lt;gsin&gt;84001218423406302&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8400002213194&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8408533092271&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportStatusRequestShipment&gt;&lt;transportStatusRequestLogisticUnit&gt;&lt;sscc&gt;840090908718668404&lt;/sscc&gt;&lt;shipper&gt;&lt;gln&gt;8408520919208&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8404886192132&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportStatusRequestLogisticUnit&gt;&lt;transportStatusRequestTransportMeans&gt;&lt;transportMeansType&gt;Transport Means&lt;/transportMeansType&gt;&lt;/transportStatusRequestTransportMeans&gt;&lt;transportStatusRequestTransportEquipment&gt;&lt;transportEquipmentTypeCode&gt;EQUIPAMIENTO01&lt;/transportEquipmentTypeCode&gt;&lt;/transportStatusRequestTransportEquipment&gt;&lt;/transportStatusRequest&gt;&lt;transportStatusRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:07.534+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusRequestIdentification&gt;&lt;entityIdentification&gt;STATUSREQ002&lt;/entityIdentification&gt;&lt;/transportStatusRequestIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8408638327001&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8406780220829&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;/transportStatusRequest&gt;&lt;/transportStatusRequestXML&gt;&lt;/ns4:trasnportStatusRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:07 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:trasnportStatusRequestResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:trasnportStatusRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/transporStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4171"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4171"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transporStatusNotification xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUpDropOff Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:07.814+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportStatusNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:07.814+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusNotificationIdentification&gt;&lt;entityIdentification&gt;STATUSREQ001&lt;/entityIdentification&gt;&lt;/transportStatusNotificationIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8404473899178&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8402183002994&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;transportStatusRequest&gt;&lt;entityIdentification&gt;TRSR00001&lt;/entityIdentification&gt;&lt;/transportStatusRequest&gt;&lt;transportStatusNotificationConsignment&gt;&lt;ginc&gt;CONSIGNMENT010&lt;/ginc&gt;&lt;cargoTypeCode&gt;CODE10&lt;/cargoTypeCode&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_11&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationConsignment&gt;&lt;transportStatusNotificationShipment&gt;&lt;gsin&gt;84016071036761655&lt;/gsin&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_12&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationShipment&gt;&lt;transportStatusNotificationLogisticUnit&gt;&lt;sscc&gt;840400476750873467&lt;/sscc&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_14&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationLogisticUnit&gt;&lt;transportStatusNotificationTransportMeans&gt;&lt;transportMeansType&gt;Means 143&lt;/transportMeansType&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_13&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationTransportMeans&gt;&lt;transportStatusNotificationTransportEquipment&gt;&lt;transportEquipmentTypeCode&gt;Equipamiento1002&lt;/transportEquipmentTypeCode&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_15&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationTransportEquipment&gt;&lt;/transportStatusNotification&gt;&lt;transportStatusNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:07.830+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusNotificationIdentification&gt;&lt;entityIdentification&gt;STATUSREQ002&lt;/entityIdentification&gt;&lt;/transportStatusNotificationIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8404473899178&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8402183002994&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;/transportStatusNotification&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns4:transporStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:08 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="395"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transporStatusNotificationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:transporStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51948</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9081</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9081/ws/BusinessUnitTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9081"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4183"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4183"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:finalTransportStatusNotification xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUpDropOff Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:08.064+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportStatusNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:08.064+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusNotificationIdentification&gt;&lt;entityIdentification&gt;STATUSREQ001&lt;/entityIdentification&gt;&lt;/transportStatusNotificationIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8400579220281&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8406543090898&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;transportStatusRequest&gt;&lt;entityIdentification&gt;TRSR00001&lt;/entityIdentification&gt;&lt;/transportStatusRequest&gt;&lt;transportStatusNotificationConsignment&gt;&lt;ginc&gt;CONSIGNMENT010&lt;/ginc&gt;&lt;cargoTypeCode&gt;CODE10&lt;/cargoTypeCode&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_11&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationConsignment&gt;&lt;transportStatusNotificationShipment&gt;&lt;gsin&gt;84084905978830890&lt;/gsin&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_12&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationShipment&gt;&lt;transportStatusNotificationLogisticUnit&gt;&lt;sscc&gt;840791279338499597&lt;/sscc&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_14&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationLogisticUnit&gt;&lt;transportStatusNotificationTransportMeans&gt;&lt;transportMeansType&gt;Means 143&lt;/transportMeansType&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_13&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationTransportMeans&gt;&lt;transportStatusNotificationTransportEquipment&gt;&lt;transportEquipmentTypeCode&gt;Equipamiento1002&lt;/transportEquipmentTypeCode&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_15&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationTransportEquipment&gt;&lt;/transportStatusNotification&gt;&lt;transportStatusNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:08.064+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusNotificationIdentification&gt;&lt;entityIdentification&gt;STATUSREQ002&lt;/entityIdentification&gt;&lt;/transportStatusNotificationIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8400579220281&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8406543090898&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;/transportStatusNotification&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns4:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:08 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="407"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:finalTransportStatusNotificationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:08 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="4488"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/business" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/business" name="WarehouseBusinessService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="WarehouseBusinessServicePortBinding" type="ns1:IBusinessUnit"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"&gt;&lt;/soap:binding&gt;
+&lt;operation name="invoice"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="locationMasterData"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrder"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="itemMasterData"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportRoutingData"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="logisticServicesConditions"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="LSCStatementOfCharges"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="LSPStatementOfCharges"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="selfbilledInvoice"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="remittanceNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="WarehouseBusinessService"&gt;
+&lt;port name="WarehouseBusinessServicePort" binding="tns:WarehouseBusinessServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:08 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="10234"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:shared:shared_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ext:xmldsig:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService?xsd=6"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:settlement:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService?xsd=7"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:request_for_payment:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService?xsd=8"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:purchase_conditions:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService?xsd=9"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:order:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService?xsd=10"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:item_data_notification:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService?xsd=11"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:invoice:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService?xsd=12"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:ecom_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService?xsd=13"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:despatch_advice:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService?xsd=2"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService?xsd=3"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService?xsd=4"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService?xsd=5"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="invoice"&gt;
+&lt;part xmlns:ns1="urn:gs1:ecom:invoice:xsd:3" name="invoiceXML" type="ns1:InvoiceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="invoiceResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="locationMasterData"&gt;
+&lt;part xmlns:ns2="urn:gs1:ecom:item_data_notification:xsd:3" name="itemDataNotificationXML" type="ns2:ItemDataNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="locationMasterDataResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrder"&gt;
+&lt;part xmlns:ns3="urn:gs1:ecom:order:xsd:3" name="purchaseOrderXML" type="ns3:OrderMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="itemMasterData"&gt;
+&lt;part xmlns:ns4="urn:gs1:ecom:item_data_notification:xsd:3" name="itemDataNotificationXML" type="ns4:ItemDataNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="itemMasterDataResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportRoutingData"&gt;
+&lt;part xmlns:ns5="urn:gs1:ecom:item_data_notification:xsd:3" name="itemDataNotificationXML" type="ns5:ItemDataNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportRoutingDataResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="logisticServicesConditions"&gt;
+&lt;part xmlns:ns6="urn:gs1:ecom:purchase_conditions:xsd:3" name="purchaseConditionsXML" type="ns6:PurchaseConditionsMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="logisticServicesConditionsResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="LSCStatementOfCharges"&gt;
+&lt;part xmlns:ns7="urn:gs1:ecom:request_for_payment:xsd:3" name="requestForPaymentXML" type="ns7:RequestForPaymentMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="LSCStatementOfChargesResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="LSPStatementOfCharges"&gt;
+&lt;part xmlns:ns8="urn:gs1:ecom:request_for_payment:xsd:3" name="requestForPaymentXML" type="ns8:RequestForPaymentMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="LSPStatementOfChargesResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="selfbilledInvoice"&gt;
+&lt;part xmlns:ns9="urn:gs1:ecom:invoice:xsd:3" name="invoiceXML" type="ns9:InvoiceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="selfbilledInvoiceResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="remittanceNotification"&gt;
+&lt;part xmlns:ns10="urn:gs1:ecom:settlement:xsd:3" name="settlementXML" type="ns10:SettlementMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="remittanceNotificationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IBusinessUnit"&gt;
+&lt;operation name="invoice"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/invoiceRequest" message="tns:invoice"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/invoiceResponse" message="tns:invoiceResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="locationMasterData"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/locationMasterDataRequest" message="tns:locationMasterData"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/locationMasterDataResponse" message="tns:locationMasterDataResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrder"&gt;
+&lt;input xmlns:ns15="http://www.w3.org/2007/05/addressing/metadata" ns15:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/purchaseOrderRequest" message="tns:purchaseOrder"&gt;&lt;/input&gt;
+&lt;output xmlns:ns16="http://www.w3.org/2007/05/addressing/metadata" ns16:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/purchaseOrderResponse" message="tns:purchaseOrderResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="itemMasterData"&gt;
+&lt;input xmlns:ns17="http://www.w3.org/2007/05/addressing/metadata" ns17:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/itemMasterDataRequest" message="tns:itemMasterData"&gt;&lt;/input&gt;
+&lt;output xmlns:ns18="http://www.w3.org/2007/05/addressing/metadata" ns18:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/itemMasterDataResponse" message="tns:itemMasterDataResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportRoutingData"&gt;
+&lt;input xmlns:ns19="http://www.w3.org/2007/05/addressing/metadata" ns19:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/transportRoutingDataRequest" message="tns:transportRoutingData"&gt;&lt;/input&gt;
+&lt;output xmlns:ns20="http://www.w3.org/2007/05/addressing/metadata" ns20:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/transportRoutingDataResponse" message="tns:transportRoutingDataResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="logisticServicesConditions"&gt;
+&lt;input xmlns:ns21="http://www.w3.org/2007/05/addressing/metadata" ns21:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/logisticServicesConditionsRequest" message="tns:logisticServicesConditions"&gt;&lt;/input&gt;
+&lt;output xmlns:ns22="http://www.w3.org/2007/05/addressing/metadata" ns22:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/logisticServicesConditionsResponse" message="tns:logisticServicesConditionsResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="LSCStatementOfCharges"&gt;
+&lt;input xmlns:ns23="http://www.w3.org/2007/05/addressing/metadata" ns23:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/LSCStatementOfChargesRequest" message="tns:LSCStatementOfCharges"&gt;&lt;/input&gt;
+&lt;output xmlns:ns24="http://www.w3.org/2007/05/addressing/metadata" ns24:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/LSCStatementOfChargesResponse" message="tns:LSCStatementOfChargesResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="LSPStatementOfCharges"&gt;
+&lt;input xmlns:ns25="http://www.w3.org/2007/05/addressing/metadata" ns25:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/LSPStatementOfChargesRequest" message="tns:LSPStatementOfCharges"&gt;&lt;/input&gt;
+&lt;output xmlns:ns26="http://www.w3.org/2007/05/addressing/metadata" ns26:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/LSPStatementOfChargesResponse" message="tns:LSPStatementOfChargesResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="selfbilledInvoice"&gt;
+&lt;input xmlns:ns27="http://www.w3.org/2007/05/addressing/metadata" ns27:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/selfbilledInvoiceRequest" message="tns:selfbilledInvoice"&gt;&lt;/input&gt;
+&lt;output xmlns:ns28="http://www.w3.org/2007/05/addressing/metadata" ns28:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/selfbilledInvoiceResponse" message="tns:selfbilledInvoiceResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="remittanceNotification"&gt;
+&lt;input xmlns:ns29="http://www.w3.org/2007/05/addressing/metadata" ns29:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/remittanceNotificationRequest" message="tns:remittanceNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns30="http://www.w3.org/2007/05/addressing/metadata" ns30:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/remittanceNotificationResponse" message="tns:remittanceNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/purchaseOrderRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4808"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4808"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:purchaseOrder xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Manufacturer Business Unit&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Material Supplier Business Unit&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100007&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Order Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:09.827+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;order&gt;&lt;creationDateTime&gt;2014-07-17T12:59:09.842+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;orderIdentification&gt;&lt;entityIdentification&gt;OR00003&lt;/entityIdentification&gt;&lt;/orderIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8400518587024&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8406472083114&lt;/gln&gt;&lt;/seller&gt;&lt;orderLogisticalInformation&gt;&lt;shipFrom&gt;&lt;gln&gt;8404685324840&lt;/gln&gt;&lt;/shipFrom&gt;&lt;shipTo&gt;&lt;gln&gt;8409945802977&lt;/gln&gt;&lt;/shipTo&gt;&lt;orderLogisticalDateInformation&gt;&lt;requestedDeliveryDateRange&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRange&gt;&lt;requestedShipDateRange&gt;&lt;beginDate&gt;2014-03-16+00:01&lt;/beginDate&gt;&lt;beginTime&gt;13:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-16+00:01&lt;/endDate&gt;&lt;endTime&gt;20:00:00+00:01&lt;/endTime&gt;&lt;/requestedShipDateRange&gt;&lt;requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;requestedPickUpDateTime&gt;&lt;date&gt;2014-03-16+00:01&lt;/date&gt;&lt;/requestedPickUpDateTime&gt;&lt;/orderLogisticalDateInformation&gt;&lt;/orderLogisticalInformation&gt;&lt;promotionalDeal&gt;&lt;entityIdentification&gt;AGREEMENT001&lt;/entityIdentification&gt;&lt;/promotionalDeal&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;20&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000000996&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000011527&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000006004&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;/order&gt;&lt;order&gt;&lt;creationDateTime&gt;2014-07-17T12:59:09.842+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;orderIdentification&gt;&lt;entityIdentification&gt;ORDER002&lt;/entityIdentification&gt;&lt;/orderIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8400518587024&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8406472083114&lt;/gln&gt;&lt;/seller&gt;&lt;orderLogisticalInformation&gt;&lt;shipFrom&gt;&lt;gln&gt;8404685324840&lt;/gln&gt;&lt;/shipFrom&gt;&lt;shipTo&gt;&lt;gln&gt;8409945802977&lt;/gln&gt;&lt;/shipTo&gt;&lt;orderLogisticalDateInformation&gt;&lt;requestedDeliveryDateRange&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRange&gt;&lt;requestedShipDateRange&gt;&lt;beginDate&gt;2014-03-16+00:01&lt;/beginDate&gt;&lt;beginTime&gt;13:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-16+00:01&lt;/endDate&gt;&lt;endTime&gt;20:00:00+00:01&lt;/endTime&gt;&lt;/requestedShipDateRange&gt;&lt;requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;requestedPickUpDateTime&gt;&lt;date&gt;2014-03-16+00:01&lt;/date&gt;&lt;/requestedPickUpDateTime&gt;&lt;/orderLogisticalDateInformation&gt;&lt;/orderLogisticalInformation&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;20&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000000996&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000011527&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000006004&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;/order&gt;&lt;/purchaseOrderXML&gt;&lt;/ns5:purchaseOrder&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:10 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="416"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:purchaseOrderResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns5:purchaseOrderResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/locationMasterDataRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1935"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1935"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:locationMasterData xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;itemDataNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:10.217+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;itemDataNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:10.217+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;itemDataNotificationIdentification&gt;&lt;entityIdentification&gt;WOI000005&lt;/entityIdentification&gt;&lt;/itemDataNotificationIdentification&gt;&lt;dataSource&gt;&lt;gln&gt;8401352449318&lt;/gln&gt;&lt;/dataSource&gt;&lt;dataRecipient&gt;&lt;gln&gt;8408905294586&lt;/gln&gt;&lt;/dataRecipient&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;11&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08404368767209&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;12&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08407815478321&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;/itemDataNotification&gt;&lt;/itemDataNotificationXML&gt;&lt;/ns5:locationMasterData&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:10 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="425"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:locationMasterDataResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:locationMasterDataResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/itemMasterDataRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1927"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1927"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:itemMasterData xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;itemDataNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:10.529+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;itemDataNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:10.529+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;itemDataNotificationIdentification&gt;&lt;entityIdentification&gt;WOI000006&lt;/entityIdentification&gt;&lt;/itemDataNotificationIdentification&gt;&lt;dataSource&gt;&lt;gln&gt;8408934297992&lt;/gln&gt;&lt;/dataSource&gt;&lt;dataRecipient&gt;&lt;gln&gt;8405042415768&lt;/gln&gt;&lt;/dataRecipient&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;11&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08407623447762&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;12&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08409036662497&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;/itemDataNotification&gt;&lt;/itemDataNotificationXML&gt;&lt;/ns5:itemMasterData&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:10 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="417"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:itemMasterDataResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:itemMasterDataResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/transportRoutingDataRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1939"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1939"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:transportRoutingData xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;itemDataNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:10.841+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;itemDataNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:10.841+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;itemDataNotificationIdentification&gt;&lt;entityIdentification&gt;WOI000007&lt;/entityIdentification&gt;&lt;/itemDataNotificationIdentification&gt;&lt;dataSource&gt;&lt;gln&gt;8402197725438&lt;/gln&gt;&lt;/dataSource&gt;&lt;dataRecipient&gt;&lt;gln&gt;8402293668110&lt;/gln&gt;&lt;/dataRecipient&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;11&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08407165018529&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;12&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08400271801795&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;/itemDataNotification&gt;&lt;/itemDataNotificationXML&gt;&lt;/ns5:transportRoutingData&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:11 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="429"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:transportRoutingDataResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:transportRoutingDataResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/logisticServicesConditionsRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3241"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3241"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:logisticServicesConditions xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseConditionsXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Purchase Conditions Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:11.231+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;purchaseConditions&gt;&lt;creationDateTime&gt;2014-07-17T12:59:11.231+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;purchaseConditionsIdentification&gt;&lt;entityIdentification&gt;PURCOND00002&lt;/entityIdentification&gt;&lt;/purchaseConditionsIdentification&gt;&lt;purchaseConditionsCurrencyCode&gt;EUR&lt;/purchaseConditionsCurrencyCode&gt;&lt;buyer&gt;&lt;gln&gt;8401378849758&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8408471809740&lt;/gln&gt;&lt;/seller&gt;&lt;accountingCurrencyInformation&gt;&lt;currencyConversionFromCode&gt;3.1&lt;/currencyConversionFromCode&gt;&lt;currencyConversionToCode&gt;4.2&lt;/currencyConversionToCode&gt;&lt;/accountingCurrencyInformation&gt;&lt;purchaseConditionsLocationInformation&gt;&lt;shipTo&gt;&lt;gln&gt;8405488824872&lt;/gln&gt;&lt;/shipTo&gt;&lt;shipFrom&gt;&lt;gln&gt;8401999912312&lt;/gln&gt;&lt;/shipFrom&gt;&lt;purchaseConditionsLineItem&gt;&lt;lineItemNumber&gt;12&lt;/lineItemNumber&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08407517877538&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;purchaseConditionsPriceInformation&gt;&lt;itemPriceExclusiveAllowancesCharges currencyCode="EUR"&gt;4.23&lt;/itemPriceExclusiveAllowancesCharges&gt;&lt;/purchaseConditionsPriceInformation&gt;&lt;/purchaseConditionsLineItem&gt;&lt;/purchaseConditionsLocationInformation&gt;&lt;/purchaseConditions&gt;&lt;purchaseConditions&gt;&lt;creationDateTime&gt;2014-07-17T12:59:11.231+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;purchaseConditionsIdentification&gt;&lt;entityIdentification&gt;PURCOND00002&lt;/entityIdentification&gt;&lt;/purchaseConditionsIdentification&gt;&lt;purchaseConditionsCurrencyCode&gt;EUR&lt;/purchaseConditionsCurrencyCode&gt;&lt;buyer&gt;&lt;gln&gt;8401378849758&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8408471809740&lt;/gln&gt;&lt;/seller&gt;&lt;purchaseConditionsLocationInformation&gt;&lt;shipTo&gt;&lt;gln&gt;8405488824872&lt;/gln&gt;&lt;/shipTo&gt;&lt;shipFrom&gt;&lt;gln&gt;8401999912312&lt;/gln&gt;&lt;/shipFrom&gt;&lt;purchaseConditionsLineItem&gt;&lt;lineItemNumber&gt;12&lt;/lineItemNumber&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08407517877538&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;purchaseConditionsPriceInformation&gt;&lt;itemPriceExclusiveAllowancesCharges currencyCode="EUR"&gt;4.23&lt;/itemPriceExclusiveAllowancesCharges&gt;&lt;/purchaseConditionsPriceInformation&gt;&lt;/purchaseConditionsLineItem&gt;&lt;/purchaseConditionsLocationInformation&gt;&lt;/purchaseConditions&gt;&lt;/purchaseConditionsXML&gt;&lt;/ns5:logisticServicesConditions&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:11 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="441"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:logisticServicesConditionsResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:logisticServicesConditionsResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/LSCStatementOfChargesRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1916"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1916"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:LSCStatementOfCharges xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;requestForPaymentXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA 1&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA 2&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100008&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Request For Payment Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:11.512+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;requestForPayment&gt;&lt;creationDateTime&gt;2014-07-17T12:59:11.512+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;requestForPaymentIdentification&gt;&lt;entityIdentification&gt;RFP00003&lt;/entityIdentification&gt;&lt;/requestForPaymentIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8409901639159&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8404860501110&lt;/gln&gt;&lt;/seller&gt;&lt;requestForPaymentLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;22&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08402116434847&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/requestForPaymentLineItem&gt;&lt;requestForPaymentLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;12&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08400600800000&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/requestForPaymentLineItem&gt;&lt;/requestForPayment&gt;&lt;/requestForPaymentXML&gt;&lt;/ns5:LSCStatementOfCharges&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:11 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="431"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:LSCStatementOfChargesResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:LSCStatementOfChargesResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/LSPStatementOfChargesRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1916"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1916"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:LSPStatementOfCharges xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;requestForPaymentXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA 1&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA 2&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100009&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Request For Payment Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:11.761+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;requestForPayment&gt;&lt;creationDateTime&gt;2014-07-17T12:59:11.761+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;requestForPaymentIdentification&gt;&lt;entityIdentification&gt;RFP00004&lt;/entityIdentification&gt;&lt;/requestForPaymentIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8408828489779&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8405387031357&lt;/gln&gt;&lt;/seller&gt;&lt;requestForPaymentLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;22&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08406795621420&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/requestForPaymentLineItem&gt;&lt;requestForPaymentLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;12&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08408374180700&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/requestForPaymentLineItem&gt;&lt;/requestForPayment&gt;&lt;/requestForPaymentXML&gt;&lt;/ns5:LSPStatementOfCharges&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:12 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="431"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:LSPStatementOfChargesResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:LSPStatementOfChargesResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/invoiceRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="2165"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="2165"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:invoice xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;invoiceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Manufacturer&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Material Supplier&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100010&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Invoice Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:12.026+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;invoice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:12.026+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;invoiceIdentification&gt;&lt;entityIdentification&gt;INV00003&lt;/entityIdentification&gt;&lt;/invoiceIdentification&gt;&lt;invoiceType&gt;INVOICE&lt;/invoiceType&gt;&lt;invoiceCurrencyCode&gt;EUR&lt;/invoiceCurrencyCode&gt;&lt;buyer&gt;&lt;gln&gt;8405387705197&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8405643175597&lt;/gln&gt;&lt;/seller&gt;&lt;invoiceTotals&gt;&lt;totalInvoiceAmount currencyCode="EUR"&gt;12000.0&lt;/totalInvoiceAmount&gt;&lt;/invoiceTotals&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;22&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08406678574997&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;10&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08409832850074&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;12&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08407493279036&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;/invoice&gt;&lt;/invoiceXML&gt;&lt;/ns5:invoice&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:12 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="403"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:invoiceResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:invoiceResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/selfbilledInvoiceRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="2185"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="2185"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:selfbilledInvoice xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;invoiceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Manufacturer&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Material Supplier&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100011&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Invoice Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:12.292+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;invoice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:12.292+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;invoiceIdentification&gt;&lt;entityIdentification&gt;INV00004&lt;/entityIdentification&gt;&lt;/invoiceIdentification&gt;&lt;invoiceType&gt;INVOICE&lt;/invoiceType&gt;&lt;invoiceCurrencyCode&gt;EUR&lt;/invoiceCurrencyCode&gt;&lt;buyer&gt;&lt;gln&gt;8400219272229&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8403640139758&lt;/gln&gt;&lt;/seller&gt;&lt;invoiceTotals&gt;&lt;totalInvoiceAmount currencyCode="EUR"&gt;12000.0&lt;/totalInvoiceAmount&gt;&lt;/invoiceTotals&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;22&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08403218739373&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;10&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08400652479018&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;12&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08408099501293&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;/invoice&gt;&lt;/invoiceXML&gt;&lt;/ns5:selfbilledInvoice&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:12 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="423"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:selfbilledInvoiceResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:selfbilledInvoiceResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/remittanceNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1717"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1717"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:remittanceNotification xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;settlementXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:12.619+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;settlement&gt;&lt;creationDateTime&gt;2014-07-17T12:59:12.619+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;settlementIdentification&gt;&lt;entityIdentification&gt;SET00002&lt;/entityIdentification&gt;&lt;/settlementIdentification&gt;&lt;settlementCurrency&gt;EUR&lt;/settlementCurrency&gt;&lt;settlementHandlingTypeCode&gt;REMITTANCE_ONLY&lt;/settlementHandlingTypeCode&gt;&lt;totalAmount currencyCode="EUR"&gt;10000.0&lt;/totalAmount&gt;&lt;payer&gt;&lt;gln&gt;8409279971806&lt;/gln&gt;&lt;/payer&gt;&lt;paymentMethod&gt;&lt;paymentMethodCode&gt;BBVA_Bank&lt;/paymentMethodCode&gt;&lt;/paymentMethod&gt;&lt;/settlement&gt;&lt;/settlementXML&gt;&lt;/ns5:remittanceNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:12 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="433"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:remittanceNotificationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:remittanceNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:12 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="4852"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/warehouse" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/warehouse" name="WarehouseWarehouseService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="WarehouseWarehouseServicePortBinding" type="ns1:IWarehouse"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"&gt;&lt;/soap:binding&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="warehouseServiceOrder"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstrution"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryReport"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="despatchNotificationOutbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="WarehouseWarehouseService"&gt;
+&lt;port name="WarehouseWarehouseServicePort" binding="tns:WarehouseWarehouseServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:13 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="11316"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:shared:shared_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:warehousing_outbound:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService?xsd=5"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:warehousing_inbound:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService?xsd=6"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:warehousing_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService?xsd=7"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:receiving_advice:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService?xsd=8"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:order:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService?xsd=9"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:logistics_inventory_report_request:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService?xsd=10"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:logistics_inventory_report:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService?xsd=11"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:ecom_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService?xsd=12"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:despatch_advice:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService?xsd=2"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService?xsd=3"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService?xsd=4"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="instrutionToReceive"&gt;
+&lt;part xmlns:ns1="urn:gs1:ecom:warehousing_inbound:xsd:3" name="warehousingInboundInstructionXML" type="ns1:WarehousingInboundInstructionMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceiveResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInbound"&gt;
+&lt;part xmlns:ns2="urn:gs1:ecom:despatch_advice:xsd:3" name="despatchAdviceXML" type="ns2:DespatchAdviceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInboundResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationInbound"&gt;
+&lt;part xmlns:ns3="urn:gs1:ecom:receiving_advice:xsd:3" name="receivingAdviceXML" type="ns3:ReceivingAdviceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationInboundResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatus"&gt;
+&lt;part xmlns:ns4="urn:gs1:ecom:warehousing_inbound:xsd:3" name="receivingAdviceXML" type="ns4:WarehousingInboundNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatusResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="warehouseServiceOrder"&gt;
+&lt;part xmlns:ns5="urn:gs1:ecom:order:xsd:3" name="configureToOrderXML" type="ns5:OrderMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="warehouseServiceOrderResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstrution"&gt;
+&lt;part xmlns:ns6="urn:gs1:ecom:logistics_inventory_report_request:xsd:3" name="inventoryReportStatusXML" type="ns6:LogisticsInventoryReportRequestMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstrutionResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryReport"&gt;
+&lt;part xmlns:ns7="urn:gs1:ecom:logistics_inventory_report:xsd:3" name="inventoryActivityXML" type="ns7:LogisticsInventoryReportMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryReportResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBound"&gt;
+&lt;part xmlns:ns8="urn:gs1:ecom:receiving_advice:xsd:3" name="receivingAdviceXML" type="ns8:ReceivingAdviceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBoundResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatus"&gt;
+&lt;part xmlns:ns9="urn:gs1:ecom:warehousing_outbound:xsd:3" name="warehousingOutboundNotificationXML" type="ns9:WarehousingOutboundNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatusResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatch"&gt;
+&lt;part xmlns:ns10="urn:gs1:ecom:warehousing_outbound:xsd:3" name="warehousingOutboundInstructionXML" type="ns10:WarehousingOutboundInstructionMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatchResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="despatchNotificationOutbound"&gt;
+&lt;part xmlns:ns11="urn:gs1:ecom:despatch_advice:xsd:3" name="despatchAdviceXML" type="ns11:DespatchAdviceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="despatchNotificationOutboundResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IWarehouse"&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;input xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IWarehouse/instrutionToReceiveRequest" message="tns:instrutionToReceive"&gt;&lt;/input&gt;
+&lt;output xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IWarehouse/instrutionToReceiveResponse" message="tns:instrutionToReceiveResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;input xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IWarehouse/depatchNotificationInboundRequest" message="tns:depatchNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns15="http://www.w3.org/2007/05/addressing/metadata" ns15:Action="http://org.ita.midas/logisticssaut/IWarehouse/depatchNotificationInboundResponse" message="tns:depatchNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationInbound"&gt;
+&lt;input xmlns:ns16="http://www.w3.org/2007/05/addressing/metadata" ns16:Action="http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationInboundRequest" message="tns:receiptNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns17="http://www.w3.org/2007/05/addressing/metadata" ns17:Action="http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationInboundResponse" message="tns:receiptNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;input xmlns:ns18="http://www.w3.org/2007/05/addressing/metadata" ns18:Action="http://org.ita.midas/logisticssaut/IWarehouse/inboudDeliveryStatusRequest" message="tns:inboudDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns19="http://www.w3.org/2007/05/addressing/metadata" ns19:Action="http://org.ita.midas/logisticssaut/IWarehouse/inboudDeliveryStatusResponse" message="tns:inboudDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="warehouseServiceOrder"&gt;
+&lt;input xmlns:ns20="http://www.w3.org/2007/05/addressing/metadata" ns20:Action="http://org.ita.midas/logisticssaut/IWarehouse/warehouseServiceOrderRequest" message="tns:warehouseServiceOrder"&gt;&lt;/input&gt;
+&lt;output xmlns:ns21="http://www.w3.org/2007/05/addressing/metadata" ns21:Action="http://org.ita.midas/logisticssaut/IWarehouse/warehouseServiceOrderResponse" message="tns:warehouseServiceOrderResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstrution"&gt;
+&lt;input xmlns:ns22="http://www.w3.org/2007/05/addressing/metadata" ns22:Action="http://org.ita.midas/logisticssaut/IWarehouse/inventoryStatusInstrutionRequest" message="tns:inventoryStatusInstrution"&gt;&lt;/input&gt;
+&lt;output xmlns:ns23="http://www.w3.org/2007/05/addressing/metadata" ns23:Action="http://org.ita.midas/logisticssaut/IWarehouse/inventoryStatusInstrutionResponse" message="tns:inventoryStatusInstrutionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryReport"&gt;
+&lt;input xmlns:ns24="http://www.w3.org/2007/05/addressing/metadata" ns24:Action="http://org.ita.midas/logisticssaut/IWarehouse/inventoryReportRequest" message="tns:inventoryReport"&gt;&lt;/input&gt;
+&lt;output xmlns:ns25="http://www.w3.org/2007/05/addressing/metadata" ns25:Action="http://org.ita.midas/logisticssaut/IWarehouse/inventoryReportResponse" message="tns:inventoryReportResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;input xmlns:ns26="http://www.w3.org/2007/05/addressing/metadata" ns26:Action="http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationOutBoundRequest" message="tns:receiptNotificationOutBound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns27="http://www.w3.org/2007/05/addressing/metadata" ns27:Action="http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationOutBoundResponse" message="tns:receiptNotificationOutBoundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;input xmlns:ns28="http://www.w3.org/2007/05/addressing/metadata" ns28:Action="http://org.ita.midas/logisticssaut/IWarehouse/outboundDeliveryStatusRequest" message="tns:outboundDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns29="http://www.w3.org/2007/05/addressing/metadata" ns29:Action="http://org.ita.midas/logisticssaut/IWarehouse/outboundDeliveryStatusResponse" message="tns:outboundDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;input xmlns:ns30="http://www.w3.org/2007/05/addressing/metadata" ns30:Action="http://org.ita.midas/logisticssaut/IWarehouse/instructionToDespatchRequest" message="tns:instructionToDespatch"&gt;&lt;/input&gt;
+&lt;output xmlns:ns31="http://www.w3.org/2007/05/addressing/metadata" ns31:Action="http://org.ita.midas/logisticssaut/IWarehouse/instructionToDespatchResponse" message="tns:instructionToDespatchResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="despatchNotificationOutbound"&gt;
+&lt;input xmlns:ns32="http://www.w3.org/2007/05/addressing/metadata" ns32:Action="http://org.ita.midas/logisticssaut/IWarehouse/despatchNotificationOutboundRequest" message="tns:despatchNotificationOutbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns33="http://www.w3.org/2007/05/addressing/metadata" ns33:Action="http://org.ita.midas/logisticssaut/IWarehouse/despatchNotificationOutboundResponse" message="tns:despatchNotificationOutboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="2019"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="2019"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:instrutionToReceive xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Inbound Instruction Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:13.680+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;warehousingInboundInstruction&gt;&lt;creationDateTime&gt;2014-07-17T12:59:13.696+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;warehousingInboundInstructionIdentification&gt;&lt;entityIdentification&gt;WII000002&lt;/entityIdentification&gt;&lt;/warehousingInboundInstructionIdentification&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8401412522968&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8405675861253&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;warehousingInboundInstructionShipment&gt;&lt;shipper&gt;&lt;gln&gt;8403031965690&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8407213024502&lt;/gln&gt;&lt;/receiver&gt;&lt;warehousingReceiptTypeCode&gt;codDeRecibo&lt;/warehousingReceiptTypeCode&gt;&lt;plannedReceipt&gt;&lt;logisticEventPeriod&gt;&lt;beginDate&gt;2014-03-10+00:01&lt;/beginDate&gt;&lt;endDate&gt;2014-09-09+00:01&lt;/endDate&gt;&lt;/logisticEventPeriod&gt;&lt;/plannedReceipt&gt;&lt;/warehousingInboundInstructionShipment&gt;&lt;/warehousingInboundInstruction&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns4:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:13 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="381"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:instrutionToReceiveResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3478"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3478"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:depatchNotificationInbound xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Despatch Advice Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:13.961+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;despatchAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:13.961+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;despatchAdviceIdentification&gt;&lt;entityIdentification&gt;Ident01&lt;/entityIdentification&gt;&lt;/despatchAdviceIdentification&gt;&lt;receiver&gt;&lt;gln&gt;8403111960607&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8400365809959&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;gln&gt;8407997134862&lt;/gln&gt;&lt;/shipTo&gt;&lt;carrier&gt;&lt;gln&gt;8401411602432&lt;/gln&gt;&lt;/carrier&gt;&lt;despatchInformation&gt;&lt;actualShipDateTime&gt;2014-02-18T16:25:00.000+00:01&lt;/actualShipDateTime&gt;&lt;/despatchInformation&gt;&lt;purchaseOrder&gt;&lt;entityIdentification&gt;ita&lt;/entityIdentification&gt;&lt;contentOwner&gt;&lt;gln&gt;8405310759723&lt;/gln&gt;&lt;/contentOwner&gt;&lt;creationDateTime&gt;2012-02-15T15:33:12.000-00:01&lt;/creationDateTime&gt;&lt;lineItemNumber&gt;16&lt;/lineItemNumber&gt;&lt;/purchaseOrder&gt;&lt;despatchAdviceLogisticUnit&gt;&lt;estimatedDeliveryDateTimeAtUltimateConsignee&gt;2014-07-17T12:59:13.961+02:00&lt;/estimatedDeliveryDateTimeAtUltimateConsignee&gt;&lt;ultimateConsignee&gt;&lt;gln&gt;8403277761889&lt;/gln&gt;&lt;/ultimateConsignee&gt;&lt;despatchAdviceLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;despatchedQuantity&gt;700&lt;/despatchedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08400031246774&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/despatchAdviceLineItem&gt;&lt;despatchAdviceLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;despatchedQuantity&gt;700&lt;/despatchedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08408216671816&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/despatchAdviceLineItem&gt;&lt;/despatchAdviceLogisticUnit&gt;&lt;/despatchAdvice&gt;&lt;despatchAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:13.961+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;despatchAdviceIdentification&gt;&lt;entityIdentification&gt;IdentificadorDespatchAdvice01&lt;/entityIdentification&gt;&lt;/despatchAdviceIdentification&gt;&lt;receiver&gt;&lt;gln&gt;8405512298938&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8409804841291&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;gln&gt;8406351548710&lt;/gln&gt;&lt;/shipTo&gt;&lt;carrier&gt;&lt;gln&gt;8408793117646&lt;/gln&gt;&lt;/carrier&gt;&lt;despatchInformation&gt;&lt;actualShipDateTime&gt;2014-02-18T16:25:00.000+00:01&lt;/actualShipDateTime&gt;&lt;/despatchInformation&gt;&lt;/despatchAdvice&gt;&lt;/despatchAdviceXML&gt;&lt;/ns4:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:14 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="395"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:depatchNotificationInboundResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3065"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3065"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:receiptNotificationInbound xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUpDropOff Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:14.210+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;receivingAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:14.210+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;receivingAdviceIdentification&gt;&lt;entityIdentification&gt;RCEIVINGAD001&lt;/entityIdentification&gt;&lt;/receivingAdviceIdentification&gt;&lt;receivingDateTime&gt;2014-02-11T14:10:00.000+00:01&lt;/receivingDateTime&gt;&lt;reportingCode&gt;PARTIAL&lt;/reportingCode&gt;&lt;shipper&gt;&lt;gln&gt;8408940658923&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8406606552493&lt;/gln&gt;&lt;/receiver&gt;&lt;receivingAdviceLogisticUnit&gt;&lt;logisticUnitIdentification&gt;&lt;sscc&gt;840129181457750659&lt;/sscc&gt;&lt;/logisticUnitIdentification&gt;&lt;receivingAdviceLineItem&gt;&lt;lineItemNumber&gt;123&lt;/lineItemNumber&gt;&lt;quantityReceived&gt;10&lt;/quantityReceived&gt;&lt;quantityAccepted&gt;10&lt;/quantityAccepted&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08401525997547&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/receivingAdviceLineItem&gt;&lt;receivingAdviceLineItem&gt;&lt;lineItemNumber&gt;124&lt;/lineItemNumber&gt;&lt;quantityReceived&gt;20&lt;/quantityReceived&gt;&lt;quantityAccepted&gt;15&lt;/quantityAccepted&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08402567263508&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/receivingAdviceLineItem&gt;&lt;/receivingAdviceLogisticUnit&gt;&lt;/receivingAdvice&gt;&lt;receivingAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:14.210+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;receivingAdviceIdentification&gt;&lt;entityIdentification&gt;RCEIVINGAD002&lt;/entityIdentification&gt;&lt;/receivingAdviceIdentification&gt;&lt;receivingDateTime&gt;2014-02-11T14:10:00.000+00:01&lt;/receivingDateTime&gt;&lt;reportingCode&gt;PARTIAL&lt;/reportingCode&gt;&lt;shipper&gt;&lt;gln&gt;8408940658923&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8406606552493&lt;/gln&gt;&lt;/receiver&gt;&lt;/receivingAdvice&gt;&lt;/receivingAdviceXML&gt;&lt;/ns4:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:14 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="395"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:receiptNotificationInboundResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/inboudDeliveryStatusRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1854"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1854"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inboudDeliveryStatus xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Inbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:14.491+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;warehousingInboundNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:14.491+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;warehousingInboundNotificationIdentification&gt;&lt;entityIdentification&gt;WIN000002&lt;/entityIdentification&gt;&lt;/warehousingInboundNotificationIdentification&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8405470286244&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8405772549160&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;warehousingInboundNotificationShipment&gt;&lt;shipper&gt;&lt;gln&gt;8408381060118&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8408629912704&lt;/gln&gt;&lt;/receiver&gt;&lt;warehousingInboundStatusCode&gt;codDeRecibo&lt;/warehousingInboundStatusCode&gt;&lt;/warehousingInboundNotificationShipment&gt;&lt;/warehousingInboundNotification&gt;&lt;/receivingAdviceXML&gt;&lt;/ns4:inboudDeliveryStatus&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:14 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="383"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inboudDeliveryStatusResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:inboudDeliveryStatusResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/warehouseServiceOrderRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4783"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4783"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:warehouseServiceOrder xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;configureToOrderXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Manufacturer Business Unit&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Material Supplier Business Unit&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100012&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Order Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:14.756+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;order&gt;&lt;creationDateTime&gt;2014-07-17T12:59:14.756+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;orderIdentification&gt;&lt;entityIdentification&gt;OR00004&lt;/entityIdentification&gt;&lt;/orderIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8405391475567&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8407106991027&lt;/gln&gt;&lt;/seller&gt;&lt;orderLogisticalInformation&gt;&lt;shipFrom&gt;&lt;gln&gt;8407546235804&lt;/gln&gt;&lt;/shipFrom&gt;&lt;shipTo&gt;&lt;gln&gt;8400511684812&lt;/gln&gt;&lt;/shipTo&gt;&lt;orderLogisticalDateInformation&gt;&lt;requestedDeliveryDateRange&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRange&gt;&lt;requestedShipDateRange&gt;&lt;beginDate&gt;2014-03-16+00:01&lt;/beginDate&gt;&lt;beginTime&gt;13:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-16+00:01&lt;/endDate&gt;&lt;endTime&gt;20:00:00+00:01&lt;/endTime&gt;&lt;/requestedShipDateRange&gt;&lt;requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;requestedPickUpDateTime&gt;&lt;date&gt;2014-03-16+00:01&lt;/date&gt;&lt;/requestedPickUpDateTime&gt;&lt;/orderLogisticalDateInformation&gt;&lt;/orderLogisticalInformation&gt;&lt;promotionalDeal&gt;&lt;entityIdentification&gt;AGREEMENT001&lt;/entityIdentification&gt;&lt;/promotionalDeal&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;20&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000000996&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000011527&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000006004&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;/order&gt;&lt;order&gt;&lt;creationDateTime&gt;2014-07-17T12:59:14.756+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;orderIdentification&gt;&lt;entityIdentification&gt;ORDER002&lt;/entityIdentification&gt;&lt;/orderIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8405391475567&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8407106991027&lt;/gln&gt;&lt;/seller&gt;&lt;orderLogisticalInformation&gt;&lt;shipFrom&gt;&lt;gln&gt;8407546235804&lt;/gln&gt;&lt;/shipFrom&gt;&lt;shipTo&gt;&lt;gln&gt;8400511684812&lt;/gln&gt;&lt;/shipTo&gt;&lt;orderLogisticalDateInformation&gt;&lt;requestedDeliveryDateRange&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRange&gt;&lt;requestedShipDateRange&gt;&lt;beginDate&gt;2014-03-16+00:01&lt;/beginDate&gt;&lt;beginTime&gt;13:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-16+00:01&lt;/endDate&gt;&lt;endTime&gt;20:00:00+00:01&lt;/endTime&gt;&lt;/requestedShipDateRange&gt;&lt;requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;requestedPickUpDateTime&gt;&lt;date&gt;2014-03-16+00:01&lt;/date&gt;&lt;/requestedPickUpDateTime&gt;&lt;/orderLogisticalDateInformation&gt;&lt;/orderLogisticalInformation&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;20&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000000996&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000011527&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000006004&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;/order&gt;&lt;/configureToOrderXML&gt;&lt;/ns4:warehouseServiceOrder&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:15 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="385"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:warehouseServiceOrderResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:warehouseServiceOrderResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/inventoryStatusInstrutionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="2189"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="2189"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inventoryStatusInstrution xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;inventoryReportStatusXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:15.037+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;logisticsInventoryReportRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:15.037+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;logisticsInventoryReportRequestIdentification&gt;&lt;entityIdentification&gt;IRR000002&lt;/entityIdentification&gt;&lt;/logisticsInventoryReportRequestIdentification&gt;&lt;logisticsInventoryReportTypeCode&gt;FULL_REPORT&lt;/logisticsInventoryReportTypeCode&gt;&lt;inventoryReportingParty&gt;&lt;gln&gt;8401824241846&lt;/gln&gt;&lt;/inventoryReportingParty&gt;&lt;inventoryReportToParty&gt;&lt;gln&gt;8405634220220&lt;/gln&gt;&lt;/inventoryReportToParty&gt;&lt;reportingPeriod&gt;&lt;beginDate&gt;2014-03-10+00:01&lt;/beginDate&gt;&lt;beginTime&gt;14:50:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-10+00:01&lt;/endDate&gt;&lt;endTime&gt;10:00:00+00:01&lt;/endTime&gt;&lt;/reportingPeriod&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08404930634694&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08402502177433&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;logisticsInventoryRequestLocation&gt;&lt;inventoryLocation&gt;&lt;gln&gt;8405716312829&lt;/gln&gt;&lt;/inventoryLocation&gt;&lt;/logisticsInventoryRequestLocation&gt;&lt;/logisticsInventoryReportRequest&gt;&lt;/inventoryReportStatusXML&gt;&lt;/ns4:inventoryStatusInstrution&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:15 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="393"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inventoryStatusInstrutionResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:inventoryStatusInstrutionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/inventoryReportRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1971"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1971"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inventoryReport xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;inventoryActivityXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:15.365+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;logisticsInventoryReport&gt;&lt;creationDateTime&gt;2014-07-17T12:59:15.365+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;logisticsInventoryReportIdentification&gt;&lt;entityIdentification&gt;IR000002&lt;/entityIdentification&gt;&lt;/logisticsInventoryReportIdentification&gt;&lt;structureTypeCode&gt;LOCATION_BY_ITEM&lt;/structureTypeCode&gt;&lt;inventoryReportingParty&gt;&lt;gln&gt;8401906643087&lt;/gln&gt;&lt;/inventoryReportingParty&gt;&lt;inventoryReportToParty&gt;&lt;gln&gt;8404078933574&lt;/gln&gt;&lt;/inventoryReportToParty&gt;&lt;reportingPeriod&gt;&lt;beginDate&gt;2014-03-10+00:01&lt;/beginDate&gt;&lt;beginTime&gt;14:50:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-10+00:01&lt;/endDate&gt;&lt;endTime&gt;10:00:00+00:01&lt;/endTime&gt;&lt;/reportingPeriod&gt;&lt;logisticsInventoryReportInventoryLocation&gt;&lt;inventoryLocation&gt;&lt;gln&gt;8406051131380&lt;/gln&gt;&lt;/inventoryLocation&gt;&lt;/logisticsInventoryReportInventoryLocation&gt;&lt;/logisticsInventoryReport&gt;&lt;/inventoryActivityXML&gt;&lt;/ns4:inventoryReport&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:15 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="373"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inventoryReportResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:inventoryReportResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationOutBoundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3067"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3067"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:receiptNotificationOutBound xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUpDropOff Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:15.661+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;receivingAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:15.677+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;receivingAdviceIdentification&gt;&lt;entityIdentification&gt;RCEIVINGAD001&lt;/entityIdentification&gt;&lt;/receivingAdviceIdentification&gt;&lt;receivingDateTime&gt;2014-02-11T14:10:00.000+00:01&lt;/receivingDateTime&gt;&lt;reportingCode&gt;PARTIAL&lt;/reportingCode&gt;&lt;shipper&gt;&lt;gln&gt;8409983470152&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8407763569041&lt;/gln&gt;&lt;/receiver&gt;&lt;receivingAdviceLogisticUnit&gt;&lt;logisticUnitIdentification&gt;&lt;sscc&gt;840258187807153645&lt;/sscc&gt;&lt;/logisticUnitIdentification&gt;&lt;receivingAdviceLineItem&gt;&lt;lineItemNumber&gt;123&lt;/lineItemNumber&gt;&lt;quantityReceived&gt;10&lt;/quantityReceived&gt;&lt;quantityAccepted&gt;10&lt;/quantityAccepted&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08403712613612&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/receivingAdviceLineItem&gt;&lt;receivingAdviceLineItem&gt;&lt;lineItemNumber&gt;124&lt;/lineItemNumber&gt;&lt;quantityReceived&gt;20&lt;/quantityReceived&gt;&lt;quantityAccepted&gt;15&lt;/quantityAccepted&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08404681281246&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/receivingAdviceLineItem&gt;&lt;/receivingAdviceLogisticUnit&gt;&lt;/receivingAdvice&gt;&lt;receivingAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:15.677+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;receivingAdviceIdentification&gt;&lt;entityIdentification&gt;RCEIVINGAD002&lt;/entityIdentification&gt;&lt;/receivingAdviceIdentification&gt;&lt;receivingDateTime&gt;2014-02-11T14:10:00.000+00:01&lt;/receivingDateTime&gt;&lt;reportingCode&gt;PARTIAL&lt;/reportingCode&gt;&lt;shipper&gt;&lt;gln&gt;8409983470152&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8407763569041&lt;/gln&gt;&lt;/receiver&gt;&lt;/receivingAdvice&gt;&lt;/receivingAdviceXML&gt;&lt;/ns4:receiptNotificationOutBound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:15 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="397"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:receiptNotificationOutBoundResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:receiptNotificationOutBoundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/outboundDeliveryStatusRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1902"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1902"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:outboundDeliveryStatus xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingOutboundNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100013&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:15.926+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;warehousingOutboundNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:15.926+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;warehousingOutboundNotificationIdentification&gt;&lt;entityIdentification&gt;WON000002&lt;/entityIdentification&gt;&lt;/warehousingOutboundNotificationIdentification&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8401946148023&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8403923237966&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;warehousingOutboundNotificationShipment&gt;&lt;shipper&gt;&lt;gln&gt;8400570270506&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8409233741506&lt;/gln&gt;&lt;/receiver&gt;&lt;warehousingOutboundStatusCode&gt;codDeRecibo&lt;/warehousingOutboundStatusCode&gt;&lt;/warehousingOutboundNotificationShipment&gt;&lt;/warehousingOutboundNotification&gt;&lt;/warehousingOutboundNotificationXML&gt;&lt;/ns4:outboundDeliveryStatus&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:16 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:outboundDeliveryStatusResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:outboundDeliveryStatusResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/instructionToDespatchRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1886"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1886"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:instructionToDespatch xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingOutboundInstructionXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:16.192+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;warehousingOutboundInstruction&gt;&lt;creationDateTime&gt;2014-07-17T12:59:16.207+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;warehousingOutboundInstructionIdentification&gt;&lt;entityIdentification&gt;WOI000008&lt;/entityIdentification&gt;&lt;/warehousingOutboundInstructionIdentification&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8403210890560&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8404079168562&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;warehousingOutboundInstructionShipment&gt;&lt;shipper&gt;&lt;gln&gt;8402743445568&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8403586360773&lt;/gln&gt;&lt;/receiver&gt;&lt;warehousingDespatchTypeCode&gt;BUILD_PALLET&lt;/warehousingDespatchTypeCode&gt;&lt;/warehousingOutboundInstructionShipment&gt;&lt;/warehousingOutboundInstruction&gt;&lt;/warehousingOutboundInstructionXML&gt;&lt;/ns4:instructionToDespatch&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:16 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="385"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:instructionToDespatchResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:instructionToDespatchResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/despatchNotificationOutboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3482"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3482"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:despatchNotificationOutbound xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Despatch Advice Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:16.504+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;despatchAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:16.519+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;despatchAdviceIdentification&gt;&lt;entityIdentification&gt;Ident01&lt;/entityIdentification&gt;&lt;/despatchAdviceIdentification&gt;&lt;receiver&gt;&lt;gln&gt;8409032273970&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8402386897168&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;gln&gt;8402906885231&lt;/gln&gt;&lt;/shipTo&gt;&lt;carrier&gt;&lt;gln&gt;8405984515151&lt;/gln&gt;&lt;/carrier&gt;&lt;despatchInformation&gt;&lt;actualShipDateTime&gt;2014-02-18T16:25:00.000+00:01&lt;/actualShipDateTime&gt;&lt;/despatchInformation&gt;&lt;purchaseOrder&gt;&lt;entityIdentification&gt;ita&lt;/entityIdentification&gt;&lt;contentOwner&gt;&lt;gln&gt;8408882889904&lt;/gln&gt;&lt;/contentOwner&gt;&lt;creationDateTime&gt;2012-02-15T15:33:12.000-00:01&lt;/creationDateTime&gt;&lt;lineItemNumber&gt;16&lt;/lineItemNumber&gt;&lt;/purchaseOrder&gt;&lt;despatchAdviceLogisticUnit&gt;&lt;estimatedDeliveryDateTimeAtUltimateConsignee&gt;2014-07-17T12:59:16.519+02:00&lt;/estimatedDeliveryDateTimeAtUltimateConsignee&gt;&lt;ultimateConsignee&gt;&lt;gln&gt;8406179725744&lt;/gln&gt;&lt;/ultimateConsignee&gt;&lt;despatchAdviceLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;despatchedQuantity&gt;700&lt;/despatchedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08405114107706&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/despatchAdviceLineItem&gt;&lt;despatchAdviceLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;despatchedQuantity&gt;700&lt;/despatchedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08405974024502&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/despatchAdviceLineItem&gt;&lt;/despatchAdviceLogisticUnit&gt;&lt;/despatchAdvice&gt;&lt;despatchAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:16.519+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;despatchAdviceIdentification&gt;&lt;entityIdentification&gt;IdentificadorDespatchAdvice01&lt;/entityIdentification&gt;&lt;/despatchAdviceIdentification&gt;&lt;receiver&gt;&lt;gln&gt;8408286726713&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8404476471180&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;gln&gt;8401329121797&lt;/gln&gt;&lt;/shipTo&gt;&lt;carrier&gt;&lt;gln&gt;8408383373988&lt;/gln&gt;&lt;/carrier&gt;&lt;despatchInformation&gt;&lt;actualShipDateTime&gt;2014-02-18T16:25:00.000+00:01&lt;/actualShipDateTime&gt;&lt;/despatchInformation&gt;&lt;/despatchAdvice&gt;&lt;/despatchAdviceXML&gt;&lt;/ns4:despatchNotificationOutbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:16 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="399"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:despatchNotificationOutboundResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:despatchNotificationOutboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:16 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="4224"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/transport" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/transport" name="WarehouseTransportService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="WarehouseTransportServicePortBinding" type="ns1:ITransport"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"&gt;&lt;/soap:binding&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="trasnportStatusRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transporStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalTransportStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstructionConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="WarehouseTransportService"&gt;
+&lt;port name="WarehouseTransportServicePort" binding="tns:WarehouseTransportServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:16 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="10402"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:shared:shared_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_status_request:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService?xsd=7"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_status_notification:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService?xsd=8"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_status_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService?xsd=9"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_pickup_dropoff_request:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService?xsd=10"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_pickup_dropoff_confirmation:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService?xsd=11"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_pickup_dropoff_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService?xsd=12"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_instruction_response:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService?xsd=13"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_instruction_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService?xsd=14"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_instruction:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService?xsd=2"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:ecom_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService?xsd=3"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:despatch_advice:xsd:3" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService?xsd=4"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService?xsd=5"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService?xsd=6"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="PickUpRequest"&gt;
+&lt;part xmlns:ns1="urn:gs1:ecom:transport_pickup_dropoff_request:xsd:3" name="transportPickUpDropOffRequestXML" type="ns1:TransportPickUpDropOffRequestMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpRequestResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequest"&gt;
+&lt;part xmlns:ns2="urn:gs1:ecom:transport_pickup_dropoff_request:xsd:3" name="transportPickUpDropOffRequestXML" type="ns2:TransportPickUpDropOffRequestMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequestResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmation"&gt;
+&lt;part xmlns:ns3="urn:gs1:ecom:transport_pickup_dropoff_confirmation:xsd:3" name="transportPickUpDropOffConfirmationXML" type="ns3:TransportPickUpDropOffConfirmationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmation"&gt;
+&lt;part xmlns:ns4="urn:gs1:ecom:transport_pickup_dropoff_confirmation:xsd:3" name="transportPickUpDropOffConfirmationXML" type="ns4:TransportPickUpDropOffConfirmationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="trasnportStatusRequest"&gt;
+&lt;part xmlns:ns5="urn:gs1:ecom:transport_status_request:xsd:3" name="transportStatusRequestXML" type="ns5:TransportStatusRequestMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="trasnportStatusRequestResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transporStatusNotification"&gt;
+&lt;part xmlns:ns6="urn:gs1:ecom:transport_status_notification:xsd:3" name="transportStatusNotificationXML" type="ns6:TransportStatusNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transporStatusNotificationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalTransportStatusNotification"&gt;
+&lt;part xmlns:ns7="urn:gs1:ecom:transport_status_notification:xsd:3" name="transportStatusNotificationXML" type="ns7:TransportStatusNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalTransportStatusNotificationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstruction"&gt;
+&lt;part xmlns:ns8="urn:gs1:ecom:transport_instruction:xsd:3" name="transportInstructionXML" type="ns8:TransportInstructionMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionConfirmation"&gt;
+&lt;part xmlns:ns9="urn:gs1:ecom:transport_instruction_response:xsd:3" name="transportInstructionResponseXML" type="ns9:TransportInstructionResponseMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionConfirmationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="ITransport"&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;input xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/ITransport/PickUpRequestRequest" message="tns:PickUpRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/ITransport/PickUpRequestResponse" message="tns:PickUpRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;input xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/ITransport/DropOffRequestRequest" message="tns:DropOffRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/ITransport/DropOffRequestResponse" message="tns:DropOffRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;input xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/ITransport/PickUpConfirmationRequest" message="tns:PickUpConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns15="http://www.w3.org/2007/05/addressing/metadata" ns15:Action="http://org.ita.midas/logisticssaut/ITransport/PickUpConfirmationResponse" message="tns:PickUpConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;input xmlns:ns16="http://www.w3.org/2007/05/addressing/metadata" ns16:Action="http://org.ita.midas/logisticssaut/ITransport/DropOffConfirmationRequest" message="tns:DropOffConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns17="http://www.w3.org/2007/05/addressing/metadata" ns17:Action="http://org.ita.midas/logisticssaut/ITransport/DropOffConfirmationResponse" message="tns:DropOffConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="trasnportStatusRequest"&gt;
+&lt;input xmlns:ns18="http://www.w3.org/2007/05/addressing/metadata" ns18:Action="http://org.ita.midas/logisticssaut/ITransport/trasnportStatusRequestRequest" message="tns:trasnportStatusRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns19="http://www.w3.org/2007/05/addressing/metadata" ns19:Action="http://org.ita.midas/logisticssaut/ITransport/trasnportStatusRequestResponse" message="tns:trasnportStatusRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transporStatusNotification"&gt;
+&lt;input xmlns:ns20="http://www.w3.org/2007/05/addressing/metadata" ns20:Action="http://org.ita.midas/logisticssaut/ITransport/transporStatusNotificationRequest" message="tns:transporStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns21="http://www.w3.org/2007/05/addressing/metadata" ns21:Action="http://org.ita.midas/logisticssaut/ITransport/transporStatusNotificationResponse" message="tns:transporStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalTransportStatusNotification"&gt;
+&lt;input xmlns:ns22="http://www.w3.org/2007/05/addressing/metadata" ns22:Action="http://org.ita.midas/logisticssaut/ITransport/finalTransportStatusNotificationRequest" message="tns:finalTransportStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns23="http://www.w3.org/2007/05/addressing/metadata" ns23:Action="http://org.ita.midas/logisticssaut/ITransport/finalTransportStatusNotificationResponse" message="tns:finalTransportStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;input xmlns:ns24="http://www.w3.org/2007/05/addressing/metadata" ns24:Action="http://org.ita.midas/logisticssaut/ITransport/transportInstructionRequest" message="tns:transportInstruction"&gt;&lt;/input&gt;
+&lt;output xmlns:ns25="http://www.w3.org/2007/05/addressing/metadata" ns25:Action="http://org.ita.midas/logisticssaut/ITransport/transportInstructionResponse" message="tns:transportInstructionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstructionConfirmation"&gt;
+&lt;input xmlns:ns26="http://www.w3.org/2007/05/addressing/metadata" ns26:Action="http://org.ita.midas/logisticssaut/ITransport/transportInstructionConfirmationRequest" message="tns:transportInstructionConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns27="http://www.w3.org/2007/05/addressing/metadata" ns27:Action="http://org.ita.midas/logisticssaut/ITransport/transportInstructionConfirmationResponse" message="tns:transportInstructionConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/transportInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4822"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4822"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transportInstruction xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:17.424+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportInstruction&gt;&lt;creationDateTime&gt;2014-07-17T12:59:17.424+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportInstructionIdentification&gt;&lt;entityIdentification&gt;Transport Instruction ITA&lt;/entityIdentification&gt;&lt;/transportInstructionIdentification&gt;&lt;transportInstructionFunction&gt;SHIPMENT&lt;/transportInstructionFunction&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8405729497001&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8402379445901&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;transportInstructionConsignment&gt;&lt;ginc&gt;test_consignment&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8406801091711&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8402624990033&lt;/gln&gt;&lt;/consignee&gt;&lt;notifyParty&gt;&lt;gln&gt;8406268616755&lt;/gln&gt;&lt;/notifyParty&gt;&lt;notifyParty&gt;&lt;gln&gt;8404091306225&lt;/gln&gt;&lt;/notifyParty&gt;&lt;pickUpParty&gt;&lt;gln&gt;8401967402142&lt;/gln&gt;&lt;/pickUpParty&gt;&lt;dropOffParty&gt;&lt;gln&gt;8407055411188&lt;/gln&gt;&lt;/dropOffParty&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-03+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-04+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportInstructionTransportMovement&gt;&lt;sequenceNumber&gt;1&lt;/sequenceNumber&gt;&lt;transportModeTypeCode&gt;50&lt;/transportModeTypeCode&gt;&lt;/transportInstructionTransportMovement&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;1550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;2550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;3550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;/transportInstructionConsignment&gt;&lt;transportInstructionShipment&gt;&lt;gsin&gt;84009887459893374&lt;/gsin&gt;&lt;receiver&gt;&lt;gln&gt;8404947577977&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8402726881529&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;address&gt;&lt;city&gt;Sevilla&lt;/city&gt;&lt;cityCode&gt;41012&lt;/cityCode&gt;&lt;streetAddressOne&gt;Avenida de la Reina Mercedes, s/n&lt;/streetAddressOne&gt;&lt;/address&gt;&lt;/shipTo&gt;&lt;shipFrom&gt;&lt;address&gt;&lt;city&gt;Zaragoza&lt;/city&gt;&lt;cityCode&gt;50018&lt;/cityCode&gt;&lt;streetAddressOne&gt;Calle Maria de Luna, n 7-8&lt;/streetAddressOne&gt;&lt;/address&gt;&lt;/shipFrom&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;40&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;plannedDelivery&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-04+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDelivery&gt;&lt;plannedDespatch&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-02+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDespatch&gt;&lt;transportInstructionShipmentItem&gt;&lt;lineItemNumber&gt;4&lt;/lineItemNumber&gt;&lt;/transportInstructionShipmentItem&gt;&lt;/transportInstructionShipment&gt;&lt;/transportInstruction&gt;&lt;transportInstruction&gt;&lt;creationDateTime&gt;2014-07-17T12:59:17.424+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportInstructionIdentification&gt;&lt;entityIdentification&gt;Transport Instruction ITA 2&lt;/entityIdentification&gt;&lt;/transportInstructionIdentification&gt;&lt;transportInstructionFunction&gt;SHIPMENT&lt;/transportInstructionFunction&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8407424805532&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8405806172913&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;/transportInstruction&gt;&lt;/transportInstructionXML&gt;&lt;/ns4:transportInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:17 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="383"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transportInstructionResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:transportInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/transportInstructionConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="7842"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="7842"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transportInstructionConfirmation xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionResponseXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"&gt;&lt;/ns2:Identifier&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;John Doe&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;John_Doe@purchasing.XYZretailer.com&lt;/ns2:EmailAddress&gt;&lt;ns2:FaxNumber&gt;+1-212-555-1213&lt;/ns2:FaxNumber&gt;&lt;ns2:TelephoneNumber&gt;+1-212-555-2122&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"&gt;&lt;/ns2:Identifier&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mary Smith&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;Mary_Smith@widgets.com&lt;/ns2:EmailAddress&gt;&lt;ns2:FaxNumber&gt;+1-312-555-1214&lt;/ns2:FaxNumber&gt;&lt;ns2:TelephoneNumber&gt;+1-312-555-2125&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;3.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100002&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport Instruction Response Message&lt;/ns2:Type&gt;&lt;ns2:MultipleType&gt;false&lt;/ns2:MultipleType&gt;&lt;ns2:CreationDateAndTime&gt;2006-01-10T12:00:01.000-05:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportInstructionResponse&gt;&lt;creationDateTime&gt;2011-01-13T12:00:00.000-05:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportInstructionResponseIdentification&gt;&lt;entityIdentification&gt;TRINR00001&lt;/entityIdentification&gt;&lt;/transportInstructionResponseIdentification&gt;&lt;responseType&gt;FULLY_ACCEPTED_WITH_AMENDMENTS&lt;/responseType&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;4048623000003&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;7365566156190&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TRINS00001&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;transportInstructionConsignment&gt;&lt;ginc&gt;7365566156191234567&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;7365566156190&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;7300011234566&lt;/gln&gt;&lt;/consignee&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;21&lt;/cargoTypeCode&gt;&lt;cargoTypeDescription languageCode="en"&gt;General cargo&lt;/cargoTypeDescription&gt;&lt;totalGrossVolume measurementUnitCode="CBM"&gt;3.5&lt;/totalGrossVolume&gt;&lt;totalGrossWeight measurementUnitCode="KGM"&gt;1500&lt;/totalGrossWeight&gt;&lt;totalPackageQuantity&gt;5&lt;/totalPackageQuantity&gt;&lt;/transportCargoCharacteristics&gt;&lt;transportInstructionTransportMovement&gt;&lt;sequenceNumber&gt;1&lt;/sequenceNumber&gt;&lt;transportModeTypeCode&gt;30&lt;/transportModeTypeCode&gt;&lt;carrier&gt;&lt;gln&gt;4048623000003&lt;/gln&gt;&lt;/carrier&gt;&lt;plannedDeparture&gt;&lt;logisticLocation&gt;&lt;address&gt;&lt;city&gt;Stockholm&lt;/city&gt;&lt;/address&gt;&lt;/logisticLocation&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2011-01-14&lt;/date&gt;&lt;time&gt;08:00:00&lt;/time&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDeparture&gt;&lt;plannedArrival&gt;&lt;logisticLocation&gt;&lt;address&gt;&lt;city&gt;Lund&lt;/city&gt;&lt;/address&gt;&lt;/logisticLocation&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2011-01-14&lt;/date&gt;&lt;time&gt;17:00:00&lt;/time&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedArrival&gt;&lt;/transportInstructionTransportMovement&gt;&lt;packageTotal&gt;&lt;packageTypeCode&gt;201&lt;/packageTypeCode&gt;&lt;totalPackageQuantity&gt;3&lt;/totalPackageQuantity&gt;&lt;/packageTotal&gt;&lt;packageTotal&gt;&lt;packageTypeCode&gt;211&lt;/packageTypeCode&gt;&lt;totalPackageQuantity&gt;2&lt;/totalPackageQuantity&gt;&lt;/packageTotal&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;21&lt;/cargoTypeCode&gt;&lt;cargoTypeDescription languageCode="en"&gt;Furniture&lt;/cargoTypeDescription&gt;&lt;/transportCargoCharacteristics&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900018&lt;/sscc&gt;&lt;packageTypeCode&gt;201&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900025&lt;/sscc&gt;&lt;packageTypeCode&gt;201&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900032&lt;/sscc&gt;&lt;packageTypeCode&gt;201&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900049&lt;/sscc&gt;&lt;packageTypeCode&gt;211&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900056&lt;/sscc&gt;&lt;packageTypeCode&gt;211&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;/transportInstructionConsignment&gt;&lt;transportInstructionConsignment&gt;&lt;ginc&gt;test_consignment&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8403606136258&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8406888483973&lt;/gln&gt;&lt;/consignee&gt;&lt;notifyParty&gt;&lt;gln&gt;8404768115020&lt;/gln&gt;&lt;/notifyParty&gt;&lt;notifyParty&gt;&lt;gln&gt;8402964744952&lt;/gln&gt;&lt;/notifyParty&gt;&lt;pickUpParty&gt;&lt;gln&gt;8404141024628&lt;/gln&gt;&lt;/pickUpParty&gt;&lt;dropOffParty&gt;&lt;gln&gt;8401818122892&lt;/gln&gt;&lt;/dropOffParty&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-03+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-04+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportInstructionTransportMovement&gt;&lt;sequenceNumber&gt;1&lt;/sequenceNumber&gt;&lt;transportModeTypeCode&gt;50&lt;/transportModeTypeCode&gt;&lt;/transportInstructionTransportMovement&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;1550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;2550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;3550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;/transportInstructionConsignment&gt;&lt;transportInstructionShipment&gt;&lt;gsin&gt;84019126213938324&lt;/gsin&gt;&lt;receiver&gt;&lt;gln&gt;8409861365129&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8408844604439&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;address&gt;&lt;city&gt;Sevilla&lt;/city&gt;&lt;cityCode&gt;41012&lt;/cityCode&gt;&lt;streetAddressOne&gt;Avenida de la Reina Mercedes, s/n&lt;/streetAddressOne&gt;&lt;/address&gt;&lt;/shipTo&gt;&lt;shipFrom&gt;&lt;address&gt;&lt;city&gt;Zaragoza&lt;/city&gt;&lt;cityCode&gt;50018&lt;/cityCode&gt;&lt;streetAddressOne&gt;Calle Maria de Luna, n 7-8&lt;/streetAddressOne&gt;&lt;/address&gt;&lt;/shipFrom&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;40&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;plannedDelivery&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-04+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDelivery&gt;&lt;plannedDespatch&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-02+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDespatch&gt;&lt;transportInstructionShipmentItem&gt;&lt;lineItemNumber&gt;4&lt;/lineItemNumber&gt;&lt;/transportInstructionShipmentItem&gt;&lt;/transportInstructionShipment&gt;&lt;/transportInstructionResponse&gt;&lt;transportInstructionResponse&gt;&lt;creationDateTime&gt;2014-07-17T12:59:18.266+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportInstructionResponseIdentification&gt;&lt;entityIdentification&gt;Transport_Response ITA 2&lt;/entityIdentification&gt;&lt;/transportInstructionResponseIdentification&gt;&lt;responseType&gt;FULLY_ACCEPTED&lt;/responseType&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8405259141757&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8400803949544&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TRANS_ITA_001&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;/transportInstructionResponse&gt;&lt;/transportInstructionResponseXML&gt;&lt;/ns4:transportInstructionConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:18 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="407"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transportInstructionConfirmationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:transportInstructionConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/PickUpRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3014"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3014"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:PickUpRequest xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:18.578+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportPickUpDropOffRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:18.578+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffRequestIdentification&gt;&lt;entityIdentification&gt;Pick-Up Request001&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffRequestIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportPickUpDropOffConsignment&gt;&lt;ginc&gt;123456&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8401257270147&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8403713504131&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportPickUpDropOffConsignment&gt;&lt;transportPickUpDropOffShipment&gt;&lt;gsin&gt;84055040049531899&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8402038176306&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8407363215157&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportPickUpDropOffShipment&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportMeans&gt;&lt;transportMeansType&gt;MEANS&lt;/transportMeansType&gt;&lt;/transportMeans&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TransInst01&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;slotRequestor&gt;&lt;gln&gt;8400387875604&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8406886186791&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffRequest&gt;&lt;transportPickUpDropOffRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:18.578+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffRequestIdentification&gt;&lt;entityIdentification&gt;Pick-Up Request002&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffRequestIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportMeans&gt;&lt;transportMeansType&gt;MEANS&lt;/transportMeansType&gt;&lt;/transportMeans&gt;&lt;slotRequestor&gt;&lt;gln&gt;8400387875604&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8406886186791&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffRequest&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns4:PickUpRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:18 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="369"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:PickUpRequestResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:PickUpRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/DropOffRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3016"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3016"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:DropOffRequest xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:18.672+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportPickUpDropOffRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:18.672+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffRequestIdentification&gt;&lt;entityIdentification&gt;Pick-Up Request001&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffRequestIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportPickUpDropOffConsignment&gt;&lt;ginc&gt;123456&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8401828098750&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8401539939021&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportPickUpDropOffConsignment&gt;&lt;transportPickUpDropOffShipment&gt;&lt;gsin&gt;84074357493485056&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8401815075849&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8405382414810&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportPickUpDropOffShipment&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportMeans&gt;&lt;transportMeansType&gt;MEANS&lt;/transportMeansType&gt;&lt;/transportMeans&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TransInst01&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;slotRequestor&gt;&lt;gln&gt;8401839273641&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8401642759660&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffRequest&gt;&lt;transportPickUpDropOffRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:18.672+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffRequestIdentification&gt;&lt;entityIdentification&gt;Pick-Up Request002&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffRequestIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportMeans&gt;&lt;transportMeansType&gt;MEANS&lt;/transportMeansType&gt;&lt;/transportMeans&gt;&lt;slotRequestor&gt;&lt;gln&gt;8401839273641&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8401642759660&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffRequest&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns4:DropOffRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:18 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="371"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:DropOffRequestResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:DropOffRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/PickUpConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3074"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3074"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:PickUpConfirmation xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:18.766+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportPickUpDropOffConfirmation&gt;&lt;creationDateTime&gt;2014-07-17T12:59:18.781+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffConfirmationIdentification&gt;&lt;entityIdentification&gt;Pick-Up Confirmation001&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffConfirmationIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportAppointmentStatusCode&gt;CONFIRMED&lt;/transportAppointmentStatusCode&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportPickUpDropOffConsignment&gt;&lt;ginc&gt;123456&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8407728470399&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8407990491702&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportPickUpDropOffConsignment&gt;&lt;transportPickUpDropOffShipment&gt;&lt;gsin&gt;84023056534476805&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8404908202344&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8407099508134&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportPickUpDropOffShipment&gt;&lt;slotRequestor&gt;&lt;gln&gt;8408995676491&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8409407849458&lt;/gln&gt;&lt;/slotProvider&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TransInst01&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;/transportPickUpDropOffConfirmation&gt;&lt;transportPickUpDropOffConfirmation&gt;&lt;creationDateTime&gt;2014-07-17T12:59:18.781+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffConfirmationIdentification&gt;&lt;entityIdentification&gt;Pick-Up Confirmation002&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffConfirmationIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportAppointmentStatusCode&gt;CONFIRMED&lt;/transportAppointmentStatusCode&gt;&lt;slotRequestor&gt;&lt;gln&gt;8408995676491&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8409407849458&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffConfirmation&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns4:PickUpConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:19 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="379"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:PickUpConfirmationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:PickUpConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/DropOffConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3076"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3076"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:DropOffConfirmation xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:19.031+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportPickUpDropOffConfirmation&gt;&lt;creationDateTime&gt;2014-07-17T12:59:19.031+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffConfirmationIdentification&gt;&lt;entityIdentification&gt;Pick-Up Confirmation001&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffConfirmationIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportAppointmentStatusCode&gt;CONFIRMED&lt;/transportAppointmentStatusCode&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportPickUpDropOffConsignment&gt;&lt;ginc&gt;123456&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8403721615935&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8404526906112&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportPickUpDropOffConsignment&gt;&lt;transportPickUpDropOffShipment&gt;&lt;gsin&gt;84074554225537308&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8402466959762&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8402081236125&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportPickUpDropOffShipment&gt;&lt;slotRequestor&gt;&lt;gln&gt;8400921799892&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8403588558703&lt;/gln&gt;&lt;/slotProvider&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TransInst01&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;/transportPickUpDropOffConfirmation&gt;&lt;transportPickUpDropOffConfirmation&gt;&lt;creationDateTime&gt;2014-07-17T12:59:19.031+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffConfirmationIdentification&gt;&lt;entityIdentification&gt;Pick-Up Confirmation002&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffConfirmationIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportAppointmentStatusCode&gt;CONFIRMED&lt;/transportAppointmentStatusCode&gt;&lt;slotRequestor&gt;&lt;gln&gt;8400921799892&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8403588558703&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffConfirmation&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns4:DropOffConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:19 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="381"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:DropOffConfirmationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:DropOffConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/trasnportStatusRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3392"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3392"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:trasnportStatusRequest xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusRequestXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport Status Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:19.343+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportStatusRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:19.343+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusRequestIdentification&gt;&lt;entityIdentification&gt;STATUSREQ001&lt;/entityIdentification&gt;&lt;/transportStatusRequestIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8407992813199&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8406713983036&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;reportingPeriod&gt;&lt;beginDate&gt;2014-02-06+00:01&lt;/beginDate&gt;&lt;beginTime&gt;09:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-02-06+00:01&lt;/endDate&gt;&lt;endTime&gt;17:00:00+00:01&lt;/endTime&gt;&lt;/reportingPeriod&gt;&lt;transportStatusRequestConsignment&gt;&lt;ginc&gt;consignment1234&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8407569591161&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8403741108899&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportStatusRequestConsignment&gt;&lt;transportStatusRequestShipment&gt;&lt;gsin&gt;84057319414750196&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8403799180021&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8406274532285&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportStatusRequestShipment&gt;&lt;transportStatusRequestLogisticUnit&gt;&lt;sscc&gt;840034813385551628&lt;/sscc&gt;&lt;shipper&gt;&lt;gln&gt;8409580191986&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8408801792025&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportStatusRequestLogisticUnit&gt;&lt;transportStatusRequestTransportMeans&gt;&lt;transportMeansType&gt;Transport Means&lt;/transportMeansType&gt;&lt;/transportStatusRequestTransportMeans&gt;&lt;transportStatusRequestTransportEquipment&gt;&lt;transportEquipmentTypeCode&gt;EQUIPAMIENTO01&lt;/transportEquipmentTypeCode&gt;&lt;/transportStatusRequestTransportEquipment&gt;&lt;/transportStatusRequest&gt;&lt;transportStatusRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:19.343+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusRequestIdentification&gt;&lt;entityIdentification&gt;STATUSREQ002&lt;/entityIdentification&gt;&lt;/transportStatusRequestIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8407992813199&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8406713983036&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;/transportStatusRequest&gt;&lt;/transportStatusRequestXML&gt;&lt;/ns4:trasnportStatusRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:19 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:trasnportStatusRequestResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:trasnportStatusRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/transporStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4171"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4171"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transporStatusNotification xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUpDropOff Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:19.639+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportStatusNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:19.639+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusNotificationIdentification&gt;&lt;entityIdentification&gt;STATUSREQ001&lt;/entityIdentification&gt;&lt;/transportStatusNotificationIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8408975040304&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8408126708411&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;transportStatusRequest&gt;&lt;entityIdentification&gt;TRSR00001&lt;/entityIdentification&gt;&lt;/transportStatusRequest&gt;&lt;transportStatusNotificationConsignment&gt;&lt;ginc&gt;CONSIGNMENT010&lt;/ginc&gt;&lt;cargoTypeCode&gt;CODE10&lt;/cargoTypeCode&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_11&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationConsignment&gt;&lt;transportStatusNotificationShipment&gt;&lt;gsin&gt;84024822367437776&lt;/gsin&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_12&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationShipment&gt;&lt;transportStatusNotificationLogisticUnit&gt;&lt;sscc&gt;840872608073617746&lt;/sscc&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_14&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationLogisticUnit&gt;&lt;transportStatusNotificationTransportMeans&gt;&lt;transportMeansType&gt;Means 143&lt;/transportMeansType&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_13&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationTransportMeans&gt;&lt;transportStatusNotificationTransportEquipment&gt;&lt;transportEquipmentTypeCode&gt;Equipamiento1002&lt;/transportEquipmentTypeCode&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_15&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationTransportEquipment&gt;&lt;/transportStatusNotification&gt;&lt;transportStatusNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:19.639+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusNotificationIdentification&gt;&lt;entityIdentification&gt;STATUSREQ002&lt;/entityIdentification&gt;&lt;/transportStatusNotificationIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8408975040304&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8408126708411&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;/transportStatusNotification&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns4:transporStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:19 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="395"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transporStatusNotificationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:transporStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51950</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9082</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9082/ws/WarehouseTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9082"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4183"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4183"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:finalTransportStatusNotification xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUpDropOff Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:19.904+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportStatusNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:19.904+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusNotificationIdentification&gt;&lt;entityIdentification&gt;STATUSREQ001&lt;/entityIdentification&gt;&lt;/transportStatusNotificationIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8403341453559&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8404679077004&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;transportStatusRequest&gt;&lt;entityIdentification&gt;TRSR00001&lt;/entityIdentification&gt;&lt;/transportStatusRequest&gt;&lt;transportStatusNotificationConsignment&gt;&lt;ginc&gt;CONSIGNMENT010&lt;/ginc&gt;&lt;cargoTypeCode&gt;CODE10&lt;/cargoTypeCode&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_11&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationConsignment&gt;&lt;transportStatusNotificationShipment&gt;&lt;gsin&gt;84076131768679887&lt;/gsin&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_12&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationShipment&gt;&lt;transportStatusNotificationLogisticUnit&gt;&lt;sscc&gt;840477521531532810&lt;/sscc&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_14&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationLogisticUnit&gt;&lt;transportStatusNotificationTransportMeans&gt;&lt;transportMeansType&gt;Means 143&lt;/transportMeansType&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_13&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationTransportMeans&gt;&lt;transportStatusNotificationTransportEquipment&gt;&lt;transportEquipmentTypeCode&gt;Equipamiento1002&lt;/transportEquipmentTypeCode&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_15&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationTransportEquipment&gt;&lt;/transportStatusNotification&gt;&lt;transportStatusNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:19.904+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusNotificationIdentification&gt;&lt;entityIdentification&gt;STATUSREQ002&lt;/entityIdentification&gt;&lt;/transportStatusNotificationIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8403341453559&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8404679077004&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;/transportStatusNotification&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns4:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:20 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="407"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:finalTransportStatusNotificationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51952</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9083</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9083/ws/TransportTransportService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9083"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:20 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="4224"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/transport" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/transport" name="TransportTransportService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:9083/ws/TransportTransportService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="TransportTransportServicePortBinding" type="ns1:ITransport"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"&gt;&lt;/soap:binding&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="trasnportStatusRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transporStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalTransportStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstructionConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="TransportTransportService"&gt;
+&lt;port name="TransportTransportServicePort" binding="tns:TransportTransportServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:9083/ws/TransportTransportService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51952</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9083</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9083/ws/TransportTransportService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9083"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:20 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="10402"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:shared:shared_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9083/ws/TransportTransportService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_status_request:xsd:3" schemaLocation="http://midassaut.itainnova.es:9083/ws/TransportTransportService?xsd=7"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_status_notification:xsd:3" schemaLocation="http://midassaut.itainnova.es:9083/ws/TransportTransportService?xsd=8"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_status_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9083/ws/TransportTransportService?xsd=9"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_pickup_dropoff_request:xsd:3" schemaLocation="http://midassaut.itainnova.es:9083/ws/TransportTransportService?xsd=10"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_pickup_dropoff_confirmation:xsd:3" schemaLocation="http://midassaut.itainnova.es:9083/ws/TransportTransportService?xsd=11"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_pickup_dropoff_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9083/ws/TransportTransportService?xsd=12"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_instruction_response:xsd:3" schemaLocation="http://midassaut.itainnova.es:9083/ws/TransportTransportService?xsd=13"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_instruction_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9083/ws/TransportTransportService?xsd=14"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_instruction:xsd:3" schemaLocation="http://midassaut.itainnova.es:9083/ws/TransportTransportService?xsd=2"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:ecom_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9083/ws/TransportTransportService?xsd=3"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:despatch_advice:xsd:3" schemaLocation="http://midassaut.itainnova.es:9083/ws/TransportTransportService?xsd=4"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" schemaLocation="http://midassaut.itainnova.es:9083/ws/TransportTransportService?xsd=5"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:9083/ws/TransportTransportService?xsd=6"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="PickUpRequest"&gt;
+&lt;part xmlns:ns1="urn:gs1:ecom:transport_pickup_dropoff_request:xsd:3" name="transportPickUpDropOffRequestXML" type="ns1:TransportPickUpDropOffRequestMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpRequestResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequest"&gt;
+&lt;part xmlns:ns2="urn:gs1:ecom:transport_pickup_dropoff_request:xsd:3" name="transportPickUpDropOffRequestXML" type="ns2:TransportPickUpDropOffRequestMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequestResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmation"&gt;
+&lt;part xmlns:ns3="urn:gs1:ecom:transport_pickup_dropoff_confirmation:xsd:3" name="transportPickUpDropOffConfirmationXML" type="ns3:TransportPickUpDropOffConfirmationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmation"&gt;
+&lt;part xmlns:ns4="urn:gs1:ecom:transport_pickup_dropoff_confirmation:xsd:3" name="transportPickUpDropOffConfirmationXML" type="ns4:TransportPickUpDropOffConfirmationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="trasnportStatusRequest"&gt;
+&lt;part xmlns:ns5="urn:gs1:ecom:transport_status_request:xsd:3" name="transportStatusRequestXML" type="ns5:TransportStatusRequestMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="trasnportStatusRequestResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transporStatusNotification"&gt;
+&lt;part xmlns:ns6="urn:gs1:ecom:transport_status_notification:xsd:3" name="transportStatusNotificationXML" type="ns6:TransportStatusNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transporStatusNotificationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalTransportStatusNotification"&gt;
+&lt;part xmlns:ns7="urn:gs1:ecom:transport_status_notification:xsd:3" name="transportStatusNotificationXML" type="ns7:TransportStatusNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalTransportStatusNotificationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstruction"&gt;
+&lt;part xmlns:ns8="urn:gs1:ecom:transport_instruction:xsd:3" name="transportInstructionXML" type="ns8:TransportInstructionMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionConfirmation"&gt;
+&lt;part xmlns:ns9="urn:gs1:ecom:transport_instruction_response:xsd:3" name="transportInstructionResponseXML" type="ns9:TransportInstructionResponseMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionConfirmationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="ITransport"&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;input xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/ITransport/PickUpRequestRequest" message="tns:PickUpRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/ITransport/PickUpRequestResponse" message="tns:PickUpRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;input xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/ITransport/DropOffRequestRequest" message="tns:DropOffRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/ITransport/DropOffRequestResponse" message="tns:DropOffRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;input xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/ITransport/PickUpConfirmationRequest" message="tns:PickUpConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns15="http://www.w3.org/2007/05/addressing/metadata" ns15:Action="http://org.ita.midas/logisticssaut/ITransport/PickUpConfirmationResponse" message="tns:PickUpConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;input xmlns:ns16="http://www.w3.org/2007/05/addressing/metadata" ns16:Action="http://org.ita.midas/logisticssaut/ITransport/DropOffConfirmationRequest" message="tns:DropOffConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns17="http://www.w3.org/2007/05/addressing/metadata" ns17:Action="http://org.ita.midas/logisticssaut/ITransport/DropOffConfirmationResponse" message="tns:DropOffConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="trasnportStatusRequest"&gt;
+&lt;input xmlns:ns18="http://www.w3.org/2007/05/addressing/metadata" ns18:Action="http://org.ita.midas/logisticssaut/ITransport/trasnportStatusRequestRequest" message="tns:trasnportStatusRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns19="http://www.w3.org/2007/05/addressing/metadata" ns19:Action="http://org.ita.midas/logisticssaut/ITransport/trasnportStatusRequestResponse" message="tns:trasnportStatusRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transporStatusNotification"&gt;
+&lt;input xmlns:ns20="http://www.w3.org/2007/05/addressing/metadata" ns20:Action="http://org.ita.midas/logisticssaut/ITransport/transporStatusNotificationRequest" message="tns:transporStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns21="http://www.w3.org/2007/05/addressing/metadata" ns21:Action="http://org.ita.midas/logisticssaut/ITransport/transporStatusNotificationResponse" message="tns:transporStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalTransportStatusNotification"&gt;
+&lt;input xmlns:ns22="http://www.w3.org/2007/05/addressing/metadata" ns22:Action="http://org.ita.midas/logisticssaut/ITransport/finalTransportStatusNotificationRequest" message="tns:finalTransportStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns23="http://www.w3.org/2007/05/addressing/metadata" ns23:Action="http://org.ita.midas/logisticssaut/ITransport/finalTransportStatusNotificationResponse" message="tns:finalTransportStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;input xmlns:ns24="http://www.w3.org/2007/05/addressing/metadata" ns24:Action="http://org.ita.midas/logisticssaut/ITransport/transportInstructionRequest" message="tns:transportInstruction"&gt;&lt;/input&gt;
+&lt;output xmlns:ns25="http://www.w3.org/2007/05/addressing/metadata" ns25:Action="http://org.ita.midas/logisticssaut/ITransport/transportInstructionResponse" message="tns:transportInstructionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstructionConfirmation"&gt;
+&lt;input xmlns:ns26="http://www.w3.org/2007/05/addressing/metadata" ns26:Action="http://org.ita.midas/logisticssaut/ITransport/transportInstructionConfirmationRequest" message="tns:transportInstructionConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns27="http://www.w3.org/2007/05/addressing/metadata" ns27:Action="http://org.ita.midas/logisticssaut/ITransport/transportInstructionConfirmationResponse" message="tns:transportInstructionConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51952</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9083</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9083/ws/TransportTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/transportInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9083"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4822"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4822"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transportInstruction xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:21.371+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportInstruction&gt;&lt;creationDateTime&gt;2014-07-17T12:59:21.371+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportInstructionIdentification&gt;&lt;entityIdentification&gt;Transport Instruction ITA&lt;/entityIdentification&gt;&lt;/transportInstructionIdentification&gt;&lt;transportInstructionFunction&gt;SHIPMENT&lt;/transportInstructionFunction&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8401437485996&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8407631855948&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;transportInstructionConsignment&gt;&lt;ginc&gt;test_consignment&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8408790936226&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8407594595882&lt;/gln&gt;&lt;/consignee&gt;&lt;notifyParty&gt;&lt;gln&gt;8405327830651&lt;/gln&gt;&lt;/notifyParty&gt;&lt;notifyParty&gt;&lt;gln&gt;8402067714142&lt;/gln&gt;&lt;/notifyParty&gt;&lt;pickUpParty&gt;&lt;gln&gt;8405823685052&lt;/gln&gt;&lt;/pickUpParty&gt;&lt;dropOffParty&gt;&lt;gln&gt;8400905742333&lt;/gln&gt;&lt;/dropOffParty&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-03+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-04+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportInstructionTransportMovement&gt;&lt;sequenceNumber&gt;1&lt;/sequenceNumber&gt;&lt;transportModeTypeCode&gt;50&lt;/transportModeTypeCode&gt;&lt;/transportInstructionTransportMovement&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;1550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;2550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;3550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;/transportInstructionConsignment&gt;&lt;transportInstructionShipment&gt;&lt;gsin&gt;84076546612940578&lt;/gsin&gt;&lt;receiver&gt;&lt;gln&gt;8403683383736&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8405639825444&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;address&gt;&lt;city&gt;Sevilla&lt;/city&gt;&lt;cityCode&gt;41012&lt;/cityCode&gt;&lt;streetAddressOne&gt;Avenida de la Reina Mercedes, s/n&lt;/streetAddressOne&gt;&lt;/address&gt;&lt;/shipTo&gt;&lt;shipFrom&gt;&lt;address&gt;&lt;city&gt;Zaragoza&lt;/city&gt;&lt;cityCode&gt;50018&lt;/cityCode&gt;&lt;streetAddressOne&gt;Calle Maria de Luna, n 7-8&lt;/streetAddressOne&gt;&lt;/address&gt;&lt;/shipFrom&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;40&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;plannedDelivery&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-04+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDelivery&gt;&lt;plannedDespatch&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-02+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDespatch&gt;&lt;transportInstructionShipmentItem&gt;&lt;lineItemNumber&gt;4&lt;/lineItemNumber&gt;&lt;/transportInstructionShipmentItem&gt;&lt;/transportInstructionShipment&gt;&lt;/transportInstruction&gt;&lt;transportInstruction&gt;&lt;creationDateTime&gt;2014-07-17T12:59:21.371+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportInstructionIdentification&gt;&lt;entityIdentification&gt;Transport Instruction ITA 2&lt;/entityIdentification&gt;&lt;/transportInstructionIdentification&gt;&lt;transportInstructionFunction&gt;SHIPMENT&lt;/transportInstructionFunction&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8406012203361&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8406978652869&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;/transportInstruction&gt;&lt;/transportInstructionXML&gt;&lt;/ns4:transportInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:21 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="383"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transportInstructionResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:transportInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51952</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9083</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9083/ws/TransportTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/transportInstructionConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9083"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="7842"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="7842"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transportInstructionConfirmation xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionResponseXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"&gt;&lt;/ns2:Identifier&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;John Doe&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;John_Doe@purchasing.XYZretailer.com&lt;/ns2:EmailAddress&gt;&lt;ns2:FaxNumber&gt;+1-212-555-1213&lt;/ns2:FaxNumber&gt;&lt;ns2:TelephoneNumber&gt;+1-212-555-2122&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"&gt;&lt;/ns2:Identifier&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mary Smith&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;Mary_Smith@widgets.com&lt;/ns2:EmailAddress&gt;&lt;ns2:FaxNumber&gt;+1-312-555-1214&lt;/ns2:FaxNumber&gt;&lt;ns2:TelephoneNumber&gt;+1-312-555-2125&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;3.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100002&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport Instruction Response Message&lt;/ns2:Type&gt;&lt;ns2:MultipleType&gt;false&lt;/ns2:MultipleType&gt;&lt;ns2:CreationDateAndTime&gt;2006-01-10T12:00:01.000-05:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportInstructionResponse&gt;&lt;creationDateTime&gt;2011-01-13T12:00:00.000-05:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportInstructionResponseIdentification&gt;&lt;entityIdentification&gt;TRINR00001&lt;/entityIdentification&gt;&lt;/transportInstructionResponseIdentification&gt;&lt;responseType&gt;FULLY_ACCEPTED_WITH_AMENDMENTS&lt;/responseType&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;4048623000003&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;7365566156190&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TRINS00001&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;transportInstructionConsignment&gt;&lt;ginc&gt;7365566156191234567&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;7365566156190&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;7300011234566&lt;/gln&gt;&lt;/consignee&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;21&lt;/cargoTypeCode&gt;&lt;cargoTypeDescription languageCode="en"&gt;General cargo&lt;/cargoTypeDescription&gt;&lt;totalGrossVolume measurementUnitCode="CBM"&gt;3.5&lt;/totalGrossVolume&gt;&lt;totalGrossWeight measurementUnitCode="KGM"&gt;1500&lt;/totalGrossWeight&gt;&lt;totalPackageQuantity&gt;5&lt;/totalPackageQuantity&gt;&lt;/transportCargoCharacteristics&gt;&lt;transportInstructionTransportMovement&gt;&lt;sequenceNumber&gt;1&lt;/sequenceNumber&gt;&lt;transportModeTypeCode&gt;30&lt;/transportModeTypeCode&gt;&lt;carrier&gt;&lt;gln&gt;4048623000003&lt;/gln&gt;&lt;/carrier&gt;&lt;plannedDeparture&gt;&lt;logisticLocation&gt;&lt;address&gt;&lt;city&gt;Stockholm&lt;/city&gt;&lt;/address&gt;&lt;/logisticLocation&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2011-01-14&lt;/date&gt;&lt;time&gt;08:00:00&lt;/time&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDeparture&gt;&lt;plannedArrival&gt;&lt;logisticLocation&gt;&lt;address&gt;&lt;city&gt;Lund&lt;/city&gt;&lt;/address&gt;&lt;/logisticLocation&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2011-01-14&lt;/date&gt;&lt;time&gt;17:00:00&lt;/time&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedArrival&gt;&lt;/transportInstructionTransportMovement&gt;&lt;packageTotal&gt;&lt;packageTypeCode&gt;201&lt;/packageTypeCode&gt;&lt;totalPackageQuantity&gt;3&lt;/totalPackageQuantity&gt;&lt;/packageTotal&gt;&lt;packageTotal&gt;&lt;packageTypeCode&gt;211&lt;/packageTypeCode&gt;&lt;totalPackageQuantity&gt;2&lt;/totalPackageQuantity&gt;&lt;/packageTotal&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;21&lt;/cargoTypeCode&gt;&lt;cargoTypeDescription languageCode="en"&gt;Furniture&lt;/cargoTypeDescription&gt;&lt;/transportCargoCharacteristics&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900018&lt;/sscc&gt;&lt;packageTypeCode&gt;201&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900025&lt;/sscc&gt;&lt;packageTypeCode&gt;201&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900032&lt;/sscc&gt;&lt;packageTypeCode&gt;201&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900049&lt;/sscc&gt;&lt;packageTypeCode&gt;211&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900056&lt;/sscc&gt;&lt;packageTypeCode&gt;211&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;/transportInstructionConsignment&gt;&lt;transportInstructionConsignment&gt;&lt;ginc&gt;test_consignment&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8405173337618&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8401680427347&lt;/gln&gt;&lt;/consignee&gt;&lt;notifyParty&gt;&lt;gln&gt;8400408560496&lt;/gln&gt;&lt;/notifyParty&gt;&lt;notifyParty&gt;&lt;gln&gt;8404279484882&lt;/gln&gt;&lt;/notifyParty&gt;&lt;pickUpParty&gt;&lt;gln&gt;8403337451279&lt;/gln&gt;&lt;/pickUpParty&gt;&lt;dropOffParty&gt;&lt;gln&gt;8405547750937&lt;/gln&gt;&lt;/dropOffParty&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-03+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-04+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportInstructionTransportMovement&gt;&lt;sequenceNumber&gt;1&lt;/sequenceNumber&gt;&lt;transportModeTypeCode&gt;50&lt;/transportModeTypeCode&gt;&lt;/transportInstructionTransportMovement&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;1550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;2550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;3550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;/transportInstructionConsignment&gt;&lt;transportInstructionShipment&gt;&lt;gsin&gt;84057996142288858&lt;/gsin&gt;&lt;receiver&gt;&lt;gln&gt;8404846025685&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8407463482855&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;address&gt;&lt;city&gt;Sevilla&lt;/city&gt;&lt;cityCode&gt;41012&lt;/cityCode&gt;&lt;streetAddressOne&gt;Avenida de la Reina Mercedes, s/n&lt;/streetAddressOne&gt;&lt;/address&gt;&lt;/shipTo&gt;&lt;shipFrom&gt;&lt;address&gt;&lt;city&gt;Zaragoza&lt;/city&gt;&lt;cityCode&gt;50018&lt;/cityCode&gt;&lt;streetAddressOne&gt;Calle Maria de Luna, n 7-8&lt;/streetAddressOne&gt;&lt;/address&gt;&lt;/shipFrom&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;40&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;plannedDelivery&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-04+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDelivery&gt;&lt;plannedDespatch&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-02+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDespatch&gt;&lt;transportInstructionShipmentItem&gt;&lt;lineItemNumber&gt;4&lt;/lineItemNumber&gt;&lt;/transportInstructionShipmentItem&gt;&lt;/transportInstructionShipment&gt;&lt;/transportInstructionResponse&gt;&lt;transportInstructionResponse&gt;&lt;creationDateTime&gt;2014-07-17T12:59:22.120+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportInstructionResponseIdentification&gt;&lt;entityIdentification&gt;Transport_Response ITA 2&lt;/entityIdentification&gt;&lt;/transportInstructionResponseIdentification&gt;&lt;responseType&gt;FULLY_ACCEPTED&lt;/responseType&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8407215212174&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8405871221929&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TRANS_ITA_001&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;/transportInstructionResponse&gt;&lt;/transportInstructionResponseXML&gt;&lt;/ns4:transportInstructionConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:22 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="407"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transportInstructionConfirmationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:transportInstructionConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51952</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9083</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9083/ws/TransportTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/PickUpRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9083"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3014"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3014"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:PickUpRequest xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:22.385+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportPickUpDropOffRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:22.385+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffRequestIdentification&gt;&lt;entityIdentification&gt;Pick-Up Request001&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffRequestIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportPickUpDropOffConsignment&gt;&lt;ginc&gt;123456&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8402046902225&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8406862422837&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportPickUpDropOffConsignment&gt;&lt;transportPickUpDropOffShipment&gt;&lt;gsin&gt;84003201316953029&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8408079021438&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8409329181902&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportPickUpDropOffShipment&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportMeans&gt;&lt;transportMeansType&gt;MEANS&lt;/transportMeansType&gt;&lt;/transportMeans&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TransInst01&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;slotRequestor&gt;&lt;gln&gt;8407244485044&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8401688926941&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffRequest&gt;&lt;transportPickUpDropOffRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:22.385+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffRequestIdentification&gt;&lt;entityIdentification&gt;Pick-Up Request002&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffRequestIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportMeans&gt;&lt;transportMeansType&gt;MEANS&lt;/transportMeansType&gt;&lt;/transportMeans&gt;&lt;slotRequestor&gt;&lt;gln&gt;8407244485044&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8401688926941&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffRequest&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns4:PickUpRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:22 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="369"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:PickUpRequestResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:PickUpRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51952</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9083</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9083/ws/TransportTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/DropOffRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9083"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3016"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3016"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:DropOffRequest xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:22.463+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportPickUpDropOffRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:22.463+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffRequestIdentification&gt;&lt;entityIdentification&gt;Pick-Up Request001&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffRequestIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportPickUpDropOffConsignment&gt;&lt;ginc&gt;123456&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8405547837331&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8403240016602&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportPickUpDropOffConsignment&gt;&lt;transportPickUpDropOffShipment&gt;&lt;gsin&gt;84034302505858924&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8407732230170&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8406708688496&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportPickUpDropOffShipment&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportMeans&gt;&lt;transportMeansType&gt;MEANS&lt;/transportMeansType&gt;&lt;/transportMeans&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TransInst01&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;slotRequestor&gt;&lt;gln&gt;8404276054903&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8408801218334&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffRequest&gt;&lt;transportPickUpDropOffRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:22.463+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffRequestIdentification&gt;&lt;entityIdentification&gt;Pick-Up Request002&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffRequestIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportMeans&gt;&lt;transportMeansType&gt;MEANS&lt;/transportMeansType&gt;&lt;/transportMeans&gt;&lt;slotRequestor&gt;&lt;gln&gt;8404276054903&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8408801218334&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffRequest&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns4:DropOffRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:22 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="371"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:DropOffRequestResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:DropOffRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51952</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9083</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9083/ws/TransportTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/PickUpConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9083"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3074"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3074"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:PickUpConfirmation xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:22.588+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportPickUpDropOffConfirmation&gt;&lt;creationDateTime&gt;2014-07-17T12:59:22.588+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffConfirmationIdentification&gt;&lt;entityIdentification&gt;Pick-Up Confirmation001&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffConfirmationIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportAppointmentStatusCode&gt;CONFIRMED&lt;/transportAppointmentStatusCode&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportPickUpDropOffConsignment&gt;&lt;ginc&gt;123456&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8403019864144&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8409212104148&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportPickUpDropOffConsignment&gt;&lt;transportPickUpDropOffShipment&gt;&lt;gsin&gt;84075225814283959&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8403721361870&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8407781869703&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportPickUpDropOffShipment&gt;&lt;slotRequestor&gt;&lt;gln&gt;8403129575381&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8406400890517&lt;/gln&gt;&lt;/slotProvider&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TransInst01&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;/transportPickUpDropOffConfirmation&gt;&lt;transportPickUpDropOffConfirmation&gt;&lt;creationDateTime&gt;2014-07-17T12:59:22.588+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffConfirmationIdentification&gt;&lt;entityIdentification&gt;Pick-Up Confirmation002&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffConfirmationIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportAppointmentStatusCode&gt;CONFIRMED&lt;/transportAppointmentStatusCode&gt;&lt;slotRequestor&gt;&lt;gln&gt;8403129575381&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8406400890517&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffConfirmation&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns4:PickUpConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:22 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="379"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:PickUpConfirmationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:PickUpConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51952</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9083</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9083/ws/TransportTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/DropOffConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9083"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3076"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3076"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:DropOffConfirmation xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:22.822+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportPickUpDropOffConfirmation&gt;&lt;creationDateTime&gt;2014-07-17T12:59:22.822+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffConfirmationIdentification&gt;&lt;entityIdentification&gt;Pick-Up Confirmation001&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffConfirmationIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportAppointmentStatusCode&gt;CONFIRMED&lt;/transportAppointmentStatusCode&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportPickUpDropOffConsignment&gt;&lt;ginc&gt;123456&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8403523599747&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8400066395188&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportPickUpDropOffConsignment&gt;&lt;transportPickUpDropOffShipment&gt;&lt;gsin&gt;84035460852835599&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8406348895599&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8406470764664&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportPickUpDropOffShipment&gt;&lt;slotRequestor&gt;&lt;gln&gt;8408313163580&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8406806457260&lt;/gln&gt;&lt;/slotProvider&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TransInst01&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;/transportPickUpDropOffConfirmation&gt;&lt;transportPickUpDropOffConfirmation&gt;&lt;creationDateTime&gt;2014-07-17T12:59:22.822+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffConfirmationIdentification&gt;&lt;entityIdentification&gt;Pick-Up Confirmation002&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffConfirmationIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportAppointmentStatusCode&gt;CONFIRMED&lt;/transportAppointmentStatusCode&gt;&lt;slotRequestor&gt;&lt;gln&gt;8408313163580&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8406806457260&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffConfirmation&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns4:DropOffConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:23 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="381"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:DropOffConfirmationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:DropOffConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51952</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9083</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9083/ws/TransportTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/trasnportStatusRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9083"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3392"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3392"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:trasnportStatusRequest xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusRequestXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport Status Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:23.056+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportStatusRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:23.056+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusRequestIdentification&gt;&lt;entityIdentification&gt;STATUSREQ001&lt;/entityIdentification&gt;&lt;/transportStatusRequestIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8407367144958&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8404642416618&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;reportingPeriod&gt;&lt;beginDate&gt;2014-02-06+00:01&lt;/beginDate&gt;&lt;beginTime&gt;09:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-02-06+00:01&lt;/endDate&gt;&lt;endTime&gt;17:00:00+00:01&lt;/endTime&gt;&lt;/reportingPeriod&gt;&lt;transportStatusRequestConsignment&gt;&lt;ginc&gt;consignment1234&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8406359039777&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8406423891461&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportStatusRequestConsignment&gt;&lt;transportStatusRequestShipment&gt;&lt;gsin&gt;84030289203930654&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8400906598168&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8401290002743&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportStatusRequestShipment&gt;&lt;transportStatusRequestLogisticUnit&gt;&lt;sscc&gt;840806707646831767&lt;/sscc&gt;&lt;shipper&gt;&lt;gln&gt;8409389929285&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8400155571523&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportStatusRequestLogisticUnit&gt;&lt;transportStatusRequestTransportMeans&gt;&lt;transportMeansType&gt;Transport Means&lt;/transportMeansType&gt;&lt;/transportStatusRequestTransportMeans&gt;&lt;transportStatusRequestTransportEquipment&gt;&lt;transportEquipmentTypeCode&gt;EQUIPAMIENTO01&lt;/transportEquipmentTypeCode&gt;&lt;/transportStatusRequestTransportEquipment&gt;&lt;/transportStatusRequest&gt;&lt;transportStatusRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:23.056+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusRequestIdentification&gt;&lt;entityIdentification&gt;STATUSREQ002&lt;/entityIdentification&gt;&lt;/transportStatusRequestIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8407367144958&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8404642416618&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;/transportStatusRequest&gt;&lt;/transportStatusRequestXML&gt;&lt;/ns4:trasnportStatusRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:23 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:trasnportStatusRequestResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:trasnportStatusRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51952</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9083</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9083/ws/TransportTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/transporStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9083"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4171"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4171"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transporStatusNotification xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUpDropOff Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:23.321+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportStatusNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:23.321+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusNotificationIdentification&gt;&lt;entityIdentification&gt;STATUSREQ001&lt;/entityIdentification&gt;&lt;/transportStatusNotificationIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8402401989618&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8406738909912&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;transportStatusRequest&gt;&lt;entityIdentification&gt;TRSR00001&lt;/entityIdentification&gt;&lt;/transportStatusRequest&gt;&lt;transportStatusNotificationConsignment&gt;&lt;ginc&gt;CONSIGNMENT010&lt;/ginc&gt;&lt;cargoTypeCode&gt;CODE10&lt;/cargoTypeCode&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_11&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationConsignment&gt;&lt;transportStatusNotificationShipment&gt;&lt;gsin&gt;84046916337779729&lt;/gsin&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_12&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationShipment&gt;&lt;transportStatusNotificationLogisticUnit&gt;&lt;sscc&gt;840397862297724381&lt;/sscc&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_14&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationLogisticUnit&gt;&lt;transportStatusNotificationTransportMeans&gt;&lt;transportMeansType&gt;Means 143&lt;/transportMeansType&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_13&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationTransportMeans&gt;&lt;transportStatusNotificationTransportEquipment&gt;&lt;transportEquipmentTypeCode&gt;Equipamiento1002&lt;/transportEquipmentTypeCode&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_15&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationTransportEquipment&gt;&lt;/transportStatusNotification&gt;&lt;transportStatusNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:23.321+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusNotificationIdentification&gt;&lt;entityIdentification&gt;STATUSREQ002&lt;/entityIdentification&gt;&lt;/transportStatusNotificationIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8402401989618&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8406738909912&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;/transportStatusNotification&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns4:transporStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:23 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="395"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transporStatusNotificationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:transporStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51952</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9083</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9083/ws/TransportTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9083"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4183"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4183"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:finalTransportStatusNotification xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUpDropOff Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:23.570+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportStatusNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:23.570+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusNotificationIdentification&gt;&lt;entityIdentification&gt;STATUSREQ001&lt;/entityIdentification&gt;&lt;/transportStatusNotificationIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8401862811780&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8404283169164&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;transportStatusRequest&gt;&lt;entityIdentification&gt;TRSR00001&lt;/entityIdentification&gt;&lt;/transportStatusRequest&gt;&lt;transportStatusNotificationConsignment&gt;&lt;ginc&gt;CONSIGNMENT010&lt;/ginc&gt;&lt;cargoTypeCode&gt;CODE10&lt;/cargoTypeCode&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_11&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationConsignment&gt;&lt;transportStatusNotificationShipment&gt;&lt;gsin&gt;84015985974361659&lt;/gsin&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_12&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationShipment&gt;&lt;transportStatusNotificationLogisticUnit&gt;&lt;sscc&gt;840367854763678112&lt;/sscc&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_14&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationLogisticUnit&gt;&lt;transportStatusNotificationTransportMeans&gt;&lt;transportMeansType&gt;Means 143&lt;/transportMeansType&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_13&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationTransportMeans&gt;&lt;transportStatusNotificationTransportEquipment&gt;&lt;transportEquipmentTypeCode&gt;Equipamiento1002&lt;/transportEquipmentTypeCode&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_15&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationTransportEquipment&gt;&lt;/transportStatusNotification&gt;&lt;transportStatusNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:23.570+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusNotificationIdentification&gt;&lt;entityIdentification&gt;STATUSREQ002&lt;/entityIdentification&gt;&lt;/transportStatusNotificationIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8401862811780&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8404283169164&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;/transportStatusNotification&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns4:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:23 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="407"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:finalTransportStatusNotificationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:24 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="4502"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/business" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/business" name="PointOfSaleBusinessService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="PointOfSaleBusinessServicePortBinding" type="ns1:IBusinessUnit"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"&gt;&lt;/soap:binding&gt;
+&lt;operation name="invoice"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="locationMasterData"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrder"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="itemMasterData"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportRoutingData"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="logisticServicesConditions"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="LSCStatementOfCharges"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="LSPStatementOfCharges"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="selfbilledInvoice"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="remittanceNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="PointOfSaleBusinessService"&gt;
+&lt;port name="PointOfSaleBusinessServicePort" binding="tns:PointOfSaleBusinessServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:24 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="10260"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:shared:shared_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ext:xmldsig:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService?xsd=6"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:settlement:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService?xsd=7"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:request_for_payment:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService?xsd=8"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:purchase_conditions:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService?xsd=9"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:order:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService?xsd=10"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:item_data_notification:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService?xsd=11"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:invoice:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService?xsd=12"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:ecom_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService?xsd=13"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:despatch_advice:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService?xsd=2"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService?xsd=3"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService?xsd=4"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService?xsd=5"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="invoice"&gt;
+&lt;part xmlns:ns1="urn:gs1:ecom:invoice:xsd:3" name="invoiceXML" type="ns1:InvoiceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="invoiceResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="locationMasterData"&gt;
+&lt;part xmlns:ns2="urn:gs1:ecom:item_data_notification:xsd:3" name="itemDataNotificationXML" type="ns2:ItemDataNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="locationMasterDataResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrder"&gt;
+&lt;part xmlns:ns3="urn:gs1:ecom:order:xsd:3" name="purchaseOrderXML" type="ns3:OrderMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="itemMasterData"&gt;
+&lt;part xmlns:ns4="urn:gs1:ecom:item_data_notification:xsd:3" name="itemDataNotificationXML" type="ns4:ItemDataNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="itemMasterDataResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportRoutingData"&gt;
+&lt;part xmlns:ns5="urn:gs1:ecom:item_data_notification:xsd:3" name="itemDataNotificationXML" type="ns5:ItemDataNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportRoutingDataResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="logisticServicesConditions"&gt;
+&lt;part xmlns:ns6="urn:gs1:ecom:purchase_conditions:xsd:3" name="purchaseConditionsXML" type="ns6:PurchaseConditionsMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="logisticServicesConditionsResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="LSCStatementOfCharges"&gt;
+&lt;part xmlns:ns7="urn:gs1:ecom:request_for_payment:xsd:3" name="requestForPaymentXML" type="ns7:RequestForPaymentMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="LSCStatementOfChargesResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="LSPStatementOfCharges"&gt;
+&lt;part xmlns:ns8="urn:gs1:ecom:request_for_payment:xsd:3" name="requestForPaymentXML" type="ns8:RequestForPaymentMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="LSPStatementOfChargesResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="selfbilledInvoice"&gt;
+&lt;part xmlns:ns9="urn:gs1:ecom:invoice:xsd:3" name="invoiceXML" type="ns9:InvoiceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="selfbilledInvoiceResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="remittanceNotification"&gt;
+&lt;part xmlns:ns10="urn:gs1:ecom:settlement:xsd:3" name="settlementXML" type="ns10:SettlementMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="remittanceNotificationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IBusinessUnit"&gt;
+&lt;operation name="invoice"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/invoiceRequest" message="tns:invoice"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/invoiceResponse" message="tns:invoiceResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="locationMasterData"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/locationMasterDataRequest" message="tns:locationMasterData"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/locationMasterDataResponse" message="tns:locationMasterDataResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrder"&gt;
+&lt;input xmlns:ns15="http://www.w3.org/2007/05/addressing/metadata" ns15:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/purchaseOrderRequest" message="tns:purchaseOrder"&gt;&lt;/input&gt;
+&lt;output xmlns:ns16="http://www.w3.org/2007/05/addressing/metadata" ns16:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/purchaseOrderResponse" message="tns:purchaseOrderResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="itemMasterData"&gt;
+&lt;input xmlns:ns17="http://www.w3.org/2007/05/addressing/metadata" ns17:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/itemMasterDataRequest" message="tns:itemMasterData"&gt;&lt;/input&gt;
+&lt;output xmlns:ns18="http://www.w3.org/2007/05/addressing/metadata" ns18:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/itemMasterDataResponse" message="tns:itemMasterDataResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportRoutingData"&gt;
+&lt;input xmlns:ns19="http://www.w3.org/2007/05/addressing/metadata" ns19:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/transportRoutingDataRequest" message="tns:transportRoutingData"&gt;&lt;/input&gt;
+&lt;output xmlns:ns20="http://www.w3.org/2007/05/addressing/metadata" ns20:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/transportRoutingDataResponse" message="tns:transportRoutingDataResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="logisticServicesConditions"&gt;
+&lt;input xmlns:ns21="http://www.w3.org/2007/05/addressing/metadata" ns21:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/logisticServicesConditionsRequest" message="tns:logisticServicesConditions"&gt;&lt;/input&gt;
+&lt;output xmlns:ns22="http://www.w3.org/2007/05/addressing/metadata" ns22:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/logisticServicesConditionsResponse" message="tns:logisticServicesConditionsResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="LSCStatementOfCharges"&gt;
+&lt;input xmlns:ns23="http://www.w3.org/2007/05/addressing/metadata" ns23:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/LSCStatementOfChargesRequest" message="tns:LSCStatementOfCharges"&gt;&lt;/input&gt;
+&lt;output xmlns:ns24="http://www.w3.org/2007/05/addressing/metadata" ns24:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/LSCStatementOfChargesResponse" message="tns:LSCStatementOfChargesResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="LSPStatementOfCharges"&gt;
+&lt;input xmlns:ns25="http://www.w3.org/2007/05/addressing/metadata" ns25:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/LSPStatementOfChargesRequest" message="tns:LSPStatementOfCharges"&gt;&lt;/input&gt;
+&lt;output xmlns:ns26="http://www.w3.org/2007/05/addressing/metadata" ns26:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/LSPStatementOfChargesResponse" message="tns:LSPStatementOfChargesResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="selfbilledInvoice"&gt;
+&lt;input xmlns:ns27="http://www.w3.org/2007/05/addressing/metadata" ns27:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/selfbilledInvoiceRequest" message="tns:selfbilledInvoice"&gt;&lt;/input&gt;
+&lt;output xmlns:ns28="http://www.w3.org/2007/05/addressing/metadata" ns28:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/selfbilledInvoiceResponse" message="tns:selfbilledInvoiceResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="remittanceNotification"&gt;
+&lt;input xmlns:ns29="http://www.w3.org/2007/05/addressing/metadata" ns29:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/remittanceNotificationRequest" message="tns:remittanceNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns30="http://www.w3.org/2007/05/addressing/metadata" ns30:Action="http://org.ita.midas/logisticssaut/IBusinessUnit/remittanceNotificationResponse" message="tns:remittanceNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/purchaseOrderRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4808"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4808"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:purchaseOrder xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Manufacturer Business Unit&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Material Supplier Business Unit&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100014&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Order Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:24.709+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;order&gt;&lt;creationDateTime&gt;2014-07-17T12:59:24.709+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;orderIdentification&gt;&lt;entityIdentification&gt;OR00005&lt;/entityIdentification&gt;&lt;/orderIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8409150099773&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8409961062379&lt;/gln&gt;&lt;/seller&gt;&lt;orderLogisticalInformation&gt;&lt;shipFrom&gt;&lt;gln&gt;8404071321408&lt;/gln&gt;&lt;/shipFrom&gt;&lt;shipTo&gt;&lt;gln&gt;8400369931335&lt;/gln&gt;&lt;/shipTo&gt;&lt;orderLogisticalDateInformation&gt;&lt;requestedDeliveryDateRange&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRange&gt;&lt;requestedShipDateRange&gt;&lt;beginDate&gt;2014-03-16+00:01&lt;/beginDate&gt;&lt;beginTime&gt;13:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-16+00:01&lt;/endDate&gt;&lt;endTime&gt;20:00:00+00:01&lt;/endTime&gt;&lt;/requestedShipDateRange&gt;&lt;requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;requestedPickUpDateTime&gt;&lt;date&gt;2014-03-16+00:01&lt;/date&gt;&lt;/requestedPickUpDateTime&gt;&lt;/orderLogisticalDateInformation&gt;&lt;/orderLogisticalInformation&gt;&lt;promotionalDeal&gt;&lt;entityIdentification&gt;AGREEMENT001&lt;/entityIdentification&gt;&lt;/promotionalDeal&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;20&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000000996&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000011527&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000006004&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;/order&gt;&lt;order&gt;&lt;creationDateTime&gt;2014-07-17T12:59:24.709+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;orderIdentification&gt;&lt;entityIdentification&gt;ORDER002&lt;/entityIdentification&gt;&lt;/orderIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8409150099773&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8409961062379&lt;/gln&gt;&lt;/seller&gt;&lt;orderLogisticalInformation&gt;&lt;shipFrom&gt;&lt;gln&gt;8404071321408&lt;/gln&gt;&lt;/shipFrom&gt;&lt;shipTo&gt;&lt;gln&gt;8400369931335&lt;/gln&gt;&lt;/shipTo&gt;&lt;orderLogisticalDateInformation&gt;&lt;requestedDeliveryDateRange&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRange&gt;&lt;requestedShipDateRange&gt;&lt;beginDate&gt;2014-03-16+00:01&lt;/beginDate&gt;&lt;beginTime&gt;13:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-16+00:01&lt;/endDate&gt;&lt;endTime&gt;20:00:00+00:01&lt;/endTime&gt;&lt;/requestedShipDateRange&gt;&lt;requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;requestedPickUpDateTime&gt;&lt;date&gt;2014-03-16+00:01&lt;/date&gt;&lt;/requestedPickUpDateTime&gt;&lt;/orderLogisticalDateInformation&gt;&lt;/orderLogisticalInformation&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;20&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000000996&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000011527&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000006004&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;/order&gt;&lt;/purchaseOrderXML&gt;&lt;/ns5:purchaseOrder&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:25 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="416"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:purchaseOrderResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns5:purchaseOrderResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/locationMasterDataRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1935"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1935"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:locationMasterData xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;itemDataNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:25.130+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;itemDataNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:25.130+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;itemDataNotificationIdentification&gt;&lt;entityIdentification&gt;WOI000009&lt;/entityIdentification&gt;&lt;/itemDataNotificationIdentification&gt;&lt;dataSource&gt;&lt;gln&gt;8406474324147&lt;/gln&gt;&lt;/dataSource&gt;&lt;dataRecipient&gt;&lt;gln&gt;8401840741375&lt;/gln&gt;&lt;/dataRecipient&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;11&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08402839720210&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;12&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08407888555349&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;/itemDataNotification&gt;&lt;/itemDataNotificationXML&gt;&lt;/ns5:locationMasterData&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:25 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="425"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:locationMasterDataResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:locationMasterDataResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/itemMasterDataRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1928"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1928"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:itemMasterData xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;itemDataNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:25.396+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;itemDataNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:25.396+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;itemDataNotificationIdentification&gt;&lt;entityIdentification&gt;WOI0000010&lt;/entityIdentification&gt;&lt;/itemDataNotificationIdentification&gt;&lt;dataSource&gt;&lt;gln&gt;8401550886083&lt;/gln&gt;&lt;/dataSource&gt;&lt;dataRecipient&gt;&lt;gln&gt;8407238731737&lt;/gln&gt;&lt;/dataRecipient&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;11&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08400380557484&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;12&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08405498351795&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;/itemDataNotification&gt;&lt;/itemDataNotificationXML&gt;&lt;/ns5:itemMasterData&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:25 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="417"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:itemMasterDataResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:itemMasterDataResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/transportRoutingDataRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1940"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1940"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:transportRoutingData xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;itemDataNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:25.645+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;itemDataNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:25.645+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;itemDataNotificationIdentification&gt;&lt;entityIdentification&gt;WOI0000011&lt;/entityIdentification&gt;&lt;/itemDataNotificationIdentification&gt;&lt;dataSource&gt;&lt;gln&gt;8401353942238&lt;/gln&gt;&lt;/dataSource&gt;&lt;dataRecipient&gt;&lt;gln&gt;8404444729848&lt;/gln&gt;&lt;/dataRecipient&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;11&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08404087811474&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;itemDataNotificationLineItem&gt;&lt;lineItemNumber&gt;12&lt;/lineItemNumber&gt;&lt;tradeItemIdentification&gt;&lt;gtin&gt;08407552445518&lt;/gtin&gt;&lt;/tradeItemIdentification&gt;&lt;/itemDataNotificationLineItem&gt;&lt;/itemDataNotification&gt;&lt;/itemDataNotificationXML&gt;&lt;/ns5:transportRoutingData&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:25 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="429"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:transportRoutingDataResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:transportRoutingDataResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/logisticServicesConditionsRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3241"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3241"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:logisticServicesConditions xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseConditionsXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Purchase Conditions Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:25.895+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;purchaseConditions&gt;&lt;creationDateTime&gt;2014-07-17T12:59:25.895+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;purchaseConditionsIdentification&gt;&lt;entityIdentification&gt;PURCOND00003&lt;/entityIdentification&gt;&lt;/purchaseConditionsIdentification&gt;&lt;purchaseConditionsCurrencyCode&gt;EUR&lt;/purchaseConditionsCurrencyCode&gt;&lt;buyer&gt;&lt;gln&gt;8403561956755&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8407120309648&lt;/gln&gt;&lt;/seller&gt;&lt;accountingCurrencyInformation&gt;&lt;currencyConversionFromCode&gt;3.1&lt;/currencyConversionFromCode&gt;&lt;currencyConversionToCode&gt;4.2&lt;/currencyConversionToCode&gt;&lt;/accountingCurrencyInformation&gt;&lt;purchaseConditionsLocationInformation&gt;&lt;shipTo&gt;&lt;gln&gt;8405621259707&lt;/gln&gt;&lt;/shipTo&gt;&lt;shipFrom&gt;&lt;gln&gt;8401874614140&lt;/gln&gt;&lt;/shipFrom&gt;&lt;purchaseConditionsLineItem&gt;&lt;lineItemNumber&gt;12&lt;/lineItemNumber&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08400931813922&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;purchaseConditionsPriceInformation&gt;&lt;itemPriceExclusiveAllowancesCharges currencyCode="EUR"&gt;4.23&lt;/itemPriceExclusiveAllowancesCharges&gt;&lt;/purchaseConditionsPriceInformation&gt;&lt;/purchaseConditionsLineItem&gt;&lt;/purchaseConditionsLocationInformation&gt;&lt;/purchaseConditions&gt;&lt;purchaseConditions&gt;&lt;creationDateTime&gt;2014-07-17T12:59:25.910+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;purchaseConditionsIdentification&gt;&lt;entityIdentification&gt;PURCOND00003&lt;/entityIdentification&gt;&lt;/purchaseConditionsIdentification&gt;&lt;purchaseConditionsCurrencyCode&gt;EUR&lt;/purchaseConditionsCurrencyCode&gt;&lt;buyer&gt;&lt;gln&gt;8403561956755&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8407120309648&lt;/gln&gt;&lt;/seller&gt;&lt;purchaseConditionsLocationInformation&gt;&lt;shipTo&gt;&lt;gln&gt;8405621259707&lt;/gln&gt;&lt;/shipTo&gt;&lt;shipFrom&gt;&lt;gln&gt;8401874614140&lt;/gln&gt;&lt;/shipFrom&gt;&lt;purchaseConditionsLineItem&gt;&lt;lineItemNumber&gt;12&lt;/lineItemNumber&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08400931813922&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;purchaseConditionsPriceInformation&gt;&lt;itemPriceExclusiveAllowancesCharges currencyCode="EUR"&gt;4.23&lt;/itemPriceExclusiveAllowancesCharges&gt;&lt;/purchaseConditionsPriceInformation&gt;&lt;/purchaseConditionsLineItem&gt;&lt;/purchaseConditionsLocationInformation&gt;&lt;/purchaseConditions&gt;&lt;/purchaseConditionsXML&gt;&lt;/ns5:logisticServicesConditions&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:26 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="441"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:logisticServicesConditionsResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:logisticServicesConditionsResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/LSCStatementOfChargesRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1916"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1916"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:LSCStatementOfCharges xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;requestForPaymentXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA 1&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA 2&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100015&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Request For Payment Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:26.144+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;requestForPayment&gt;&lt;creationDateTime&gt;2014-07-17T12:59:26.144+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;requestForPaymentIdentification&gt;&lt;entityIdentification&gt;RFP00005&lt;/entityIdentification&gt;&lt;/requestForPaymentIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8405260279630&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8400713916759&lt;/gln&gt;&lt;/seller&gt;&lt;requestForPaymentLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;22&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08400142000586&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/requestForPaymentLineItem&gt;&lt;requestForPaymentLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;12&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08400810819397&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/requestForPaymentLineItem&gt;&lt;/requestForPayment&gt;&lt;/requestForPaymentXML&gt;&lt;/ns5:LSCStatementOfCharges&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:26 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="431"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:LSCStatementOfChargesResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:LSCStatementOfChargesResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/LSPStatementOfChargesRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1916"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1916"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:LSPStatementOfCharges xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;requestForPaymentXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA 1&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA 2&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100016&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Request For Payment Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:26.394+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;requestForPayment&gt;&lt;creationDateTime&gt;2014-07-17T12:59:26.394+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;requestForPaymentIdentification&gt;&lt;entityIdentification&gt;RFP00006&lt;/entityIdentification&gt;&lt;/requestForPaymentIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8409311818946&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8402725111689&lt;/gln&gt;&lt;/seller&gt;&lt;requestForPaymentLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;22&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08408987595731&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/requestForPaymentLineItem&gt;&lt;requestForPaymentLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;12&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08409142176352&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/requestForPaymentLineItem&gt;&lt;/requestForPayment&gt;&lt;/requestForPaymentXML&gt;&lt;/ns5:LSPStatementOfCharges&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:26 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="431"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:LSPStatementOfChargesResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:LSPStatementOfChargesResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/invoiceRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="2165"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="2165"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:invoice xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;invoiceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Manufacturer&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Material Supplier&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100017&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Invoice Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:26.691+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;invoice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:26.691+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;invoiceIdentification&gt;&lt;entityIdentification&gt;INV00005&lt;/entityIdentification&gt;&lt;/invoiceIdentification&gt;&lt;invoiceType&gt;INVOICE&lt;/invoiceType&gt;&lt;invoiceCurrencyCode&gt;EUR&lt;/invoiceCurrencyCode&gt;&lt;buyer&gt;&lt;gln&gt;8400671875822&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8404763607865&lt;/gln&gt;&lt;/seller&gt;&lt;invoiceTotals&gt;&lt;totalInvoiceAmount currencyCode="EUR"&gt;12000.0&lt;/totalInvoiceAmount&gt;&lt;/invoiceTotals&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;22&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08402688220312&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;10&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08403518920808&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;12&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08405671683033&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;/invoice&gt;&lt;/invoiceXML&gt;&lt;/ns5:invoice&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:26 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="403"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:invoiceResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:invoiceResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/selfbilledInvoiceRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="2185"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="2185"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:selfbilledInvoice xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;invoiceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Manufacturer&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Material Supplier&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100018&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Invoice Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:26.925+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;invoice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:26.925+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;invoiceIdentification&gt;&lt;entityIdentification&gt;INV00006&lt;/entityIdentification&gt;&lt;/invoiceIdentification&gt;&lt;invoiceType&gt;INVOICE&lt;/invoiceType&gt;&lt;invoiceCurrencyCode&gt;EUR&lt;/invoiceCurrencyCode&gt;&lt;buyer&gt;&lt;gln&gt;8407372514333&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8401566695181&lt;/gln&gt;&lt;/seller&gt;&lt;invoiceTotals&gt;&lt;totalInvoiceAmount currencyCode="EUR"&gt;12000.0&lt;/totalInvoiceAmount&gt;&lt;/invoiceTotals&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;22&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08401632697521&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;10&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08404682592488&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;invoiceLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;invoicedQuantity&gt;12&lt;/invoicedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08402234406122&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/invoiceLineItem&gt;&lt;/invoice&gt;&lt;/invoiceXML&gt;&lt;/ns5:selfbilledInvoice&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:27 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="423"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:selfbilledInvoiceResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:selfbilledInvoiceResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleBusinessService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IBusinessUnit/remittanceNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1717"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1717"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:remittanceNotification xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;settlementXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:27.174+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;settlement&gt;&lt;creationDateTime&gt;2014-07-17T12:59:27.174+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;settlementIdentification&gt;&lt;entityIdentification&gt;SET00003&lt;/entityIdentification&gt;&lt;/settlementIdentification&gt;&lt;settlementCurrency&gt;EUR&lt;/settlementCurrency&gt;&lt;settlementHandlingTypeCode&gt;REMITTANCE_ONLY&lt;/settlementHandlingTypeCode&gt;&lt;totalAmount currencyCode="EUR"&gt;10000.0&lt;/totalAmount&gt;&lt;payer&gt;&lt;gln&gt;8400098701223&lt;/gln&gt;&lt;/payer&gt;&lt;paymentMethod&gt;&lt;paymentMethodCode&gt;BBVA_Bank&lt;/paymentMethodCode&gt;&lt;/paymentMethod&gt;&lt;/settlement&gt;&lt;/settlementXML&gt;&lt;/ns5:remittanceNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:27 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="433"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns5:remittanceNotificationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns4="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns5="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns5:remittanceNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:27 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="4866"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/warehouse" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/warehouse" name="PointOfSaleWarehouseService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="PointOfSaleWarehouseServicePortBinding" type="ns1:IWarehouse"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"&gt;&lt;/soap:binding&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="warehouseServiceOrder"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstrution"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryReport"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="despatchNotificationOutbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="PointOfSaleWarehouseService"&gt;
+&lt;port name="PointOfSaleWarehouseServicePort" binding="tns:PointOfSaleWarehouseServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:27 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="11340"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:shared:shared_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:warehousing_outbound:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService?xsd=5"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:warehousing_inbound:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService?xsd=6"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:warehousing_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService?xsd=7"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:receiving_advice:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService?xsd=8"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:order:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService?xsd=9"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:logistics_inventory_report_request:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService?xsd=10"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:logistics_inventory_report:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService?xsd=11"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:ecom_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService?xsd=12"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:despatch_advice:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService?xsd=2"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService?xsd=3"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService?xsd=4"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="instrutionToReceive"&gt;
+&lt;part xmlns:ns1="urn:gs1:ecom:warehousing_inbound:xsd:3" name="warehousingInboundInstructionXML" type="ns1:WarehousingInboundInstructionMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceiveResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInbound"&gt;
+&lt;part xmlns:ns2="urn:gs1:ecom:despatch_advice:xsd:3" name="despatchAdviceXML" type="ns2:DespatchAdviceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInboundResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationInbound"&gt;
+&lt;part xmlns:ns3="urn:gs1:ecom:receiving_advice:xsd:3" name="receivingAdviceXML" type="ns3:ReceivingAdviceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationInboundResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatus"&gt;
+&lt;part xmlns:ns4="urn:gs1:ecom:warehousing_inbound:xsd:3" name="receivingAdviceXML" type="ns4:WarehousingInboundNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatusResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="warehouseServiceOrder"&gt;
+&lt;part xmlns:ns5="urn:gs1:ecom:order:xsd:3" name="configureToOrderXML" type="ns5:OrderMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="warehouseServiceOrderResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstrution"&gt;
+&lt;part xmlns:ns6="urn:gs1:ecom:logistics_inventory_report_request:xsd:3" name="inventoryReportStatusXML" type="ns6:LogisticsInventoryReportRequestMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstrutionResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryReport"&gt;
+&lt;part xmlns:ns7="urn:gs1:ecom:logistics_inventory_report:xsd:3" name="inventoryActivityXML" type="ns7:LogisticsInventoryReportMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryReportResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBound"&gt;
+&lt;part xmlns:ns8="urn:gs1:ecom:receiving_advice:xsd:3" name="receivingAdviceXML" type="ns8:ReceivingAdviceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBoundResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatus"&gt;
+&lt;part xmlns:ns9="urn:gs1:ecom:warehousing_outbound:xsd:3" name="warehousingOutboundNotificationXML" type="ns9:WarehousingOutboundNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatusResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatch"&gt;
+&lt;part xmlns:ns10="urn:gs1:ecom:warehousing_outbound:xsd:3" name="warehousingOutboundInstructionXML" type="ns10:WarehousingOutboundInstructionMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatchResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="despatchNotificationOutbound"&gt;
+&lt;part xmlns:ns11="urn:gs1:ecom:despatch_advice:xsd:3" name="despatchAdviceXML" type="ns11:DespatchAdviceMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="despatchNotificationOutboundResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IWarehouse"&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;input xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IWarehouse/instrutionToReceiveRequest" message="tns:instrutionToReceive"&gt;&lt;/input&gt;
+&lt;output xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IWarehouse/instrutionToReceiveResponse" message="tns:instrutionToReceiveResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;input xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IWarehouse/depatchNotificationInboundRequest" message="tns:depatchNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns15="http://www.w3.org/2007/05/addressing/metadata" ns15:Action="http://org.ita.midas/logisticssaut/IWarehouse/depatchNotificationInboundResponse" message="tns:depatchNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationInbound"&gt;
+&lt;input xmlns:ns16="http://www.w3.org/2007/05/addressing/metadata" ns16:Action="http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationInboundRequest" message="tns:receiptNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns17="http://www.w3.org/2007/05/addressing/metadata" ns17:Action="http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationInboundResponse" message="tns:receiptNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;input xmlns:ns18="http://www.w3.org/2007/05/addressing/metadata" ns18:Action="http://org.ita.midas/logisticssaut/IWarehouse/inboudDeliveryStatusRequest" message="tns:inboudDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns19="http://www.w3.org/2007/05/addressing/metadata" ns19:Action="http://org.ita.midas/logisticssaut/IWarehouse/inboudDeliveryStatusResponse" message="tns:inboudDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="warehouseServiceOrder"&gt;
+&lt;input xmlns:ns20="http://www.w3.org/2007/05/addressing/metadata" ns20:Action="http://org.ita.midas/logisticssaut/IWarehouse/warehouseServiceOrderRequest" message="tns:warehouseServiceOrder"&gt;&lt;/input&gt;
+&lt;output xmlns:ns21="http://www.w3.org/2007/05/addressing/metadata" ns21:Action="http://org.ita.midas/logisticssaut/IWarehouse/warehouseServiceOrderResponse" message="tns:warehouseServiceOrderResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstrution"&gt;
+&lt;input xmlns:ns22="http://www.w3.org/2007/05/addressing/metadata" ns22:Action="http://org.ita.midas/logisticssaut/IWarehouse/inventoryStatusInstrutionRequest" message="tns:inventoryStatusInstrution"&gt;&lt;/input&gt;
+&lt;output xmlns:ns23="http://www.w3.org/2007/05/addressing/metadata" ns23:Action="http://org.ita.midas/logisticssaut/IWarehouse/inventoryStatusInstrutionResponse" message="tns:inventoryStatusInstrutionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryReport"&gt;
+&lt;input xmlns:ns24="http://www.w3.org/2007/05/addressing/metadata" ns24:Action="http://org.ita.midas/logisticssaut/IWarehouse/inventoryReportRequest" message="tns:inventoryReport"&gt;&lt;/input&gt;
+&lt;output xmlns:ns25="http://www.w3.org/2007/05/addressing/metadata" ns25:Action="http://org.ita.midas/logisticssaut/IWarehouse/inventoryReportResponse" message="tns:inventoryReportResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;input xmlns:ns26="http://www.w3.org/2007/05/addressing/metadata" ns26:Action="http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationOutBoundRequest" message="tns:receiptNotificationOutBound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns27="http://www.w3.org/2007/05/addressing/metadata" ns27:Action="http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationOutBoundResponse" message="tns:receiptNotificationOutBoundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;input xmlns:ns28="http://www.w3.org/2007/05/addressing/metadata" ns28:Action="http://org.ita.midas/logisticssaut/IWarehouse/outboundDeliveryStatusRequest" message="tns:outboundDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns29="http://www.w3.org/2007/05/addressing/metadata" ns29:Action="http://org.ita.midas/logisticssaut/IWarehouse/outboundDeliveryStatusResponse" message="tns:outboundDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;input xmlns:ns30="http://www.w3.org/2007/05/addressing/metadata" ns30:Action="http://org.ita.midas/logisticssaut/IWarehouse/instructionToDespatchRequest" message="tns:instructionToDespatch"&gt;&lt;/input&gt;
+&lt;output xmlns:ns31="http://www.w3.org/2007/05/addressing/metadata" ns31:Action="http://org.ita.midas/logisticssaut/IWarehouse/instructionToDespatchResponse" message="tns:instructionToDespatchResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="despatchNotificationOutbound"&gt;
+&lt;input xmlns:ns32="http://www.w3.org/2007/05/addressing/metadata" ns32:Action="http://org.ita.midas/logisticssaut/IWarehouse/despatchNotificationOutboundRequest" message="tns:despatchNotificationOutbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns33="http://www.w3.org/2007/05/addressing/metadata" ns33:Action="http://org.ita.midas/logisticssaut/IWarehouse/despatchNotificationOutboundResponse" message="tns:despatchNotificationOutboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="2019"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="2019"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:instrutionToReceive xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Inbound Instruction Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:27.907+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;warehousingInboundInstruction&gt;&lt;creationDateTime&gt;2014-07-17T12:59:27.923+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;warehousingInboundInstructionIdentification&gt;&lt;entityIdentification&gt;WII000003&lt;/entityIdentification&gt;&lt;/warehousingInboundInstructionIdentification&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8402424166706&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8408542903087&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;warehousingInboundInstructionShipment&gt;&lt;shipper&gt;&lt;gln&gt;8402435410324&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8401694914970&lt;/gln&gt;&lt;/receiver&gt;&lt;warehousingReceiptTypeCode&gt;codDeRecibo&lt;/warehousingReceiptTypeCode&gt;&lt;plannedReceipt&gt;&lt;logisticEventPeriod&gt;&lt;beginDate&gt;2014-03-10+00:01&lt;/beginDate&gt;&lt;endDate&gt;2014-09-09+00:01&lt;/endDate&gt;&lt;/logisticEventPeriod&gt;&lt;/plannedReceipt&gt;&lt;/warehousingInboundInstructionShipment&gt;&lt;/warehousingInboundInstruction&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns4:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:28 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="381"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:instrutionToReceiveResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3478"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3478"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:depatchNotificationInbound xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Despatch Advice Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:28.141+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;despatchAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:28.141+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;despatchAdviceIdentification&gt;&lt;entityIdentification&gt;Ident01&lt;/entityIdentification&gt;&lt;/despatchAdviceIdentification&gt;&lt;receiver&gt;&lt;gln&gt;8408337434840&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8403063030779&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;gln&gt;8404456398995&lt;/gln&gt;&lt;/shipTo&gt;&lt;carrier&gt;&lt;gln&gt;8406287401943&lt;/gln&gt;&lt;/carrier&gt;&lt;despatchInformation&gt;&lt;actualShipDateTime&gt;2014-02-18T16:25:00.000+00:01&lt;/actualShipDateTime&gt;&lt;/despatchInformation&gt;&lt;purchaseOrder&gt;&lt;entityIdentification&gt;ita&lt;/entityIdentification&gt;&lt;contentOwner&gt;&lt;gln&gt;8406421097629&lt;/gln&gt;&lt;/contentOwner&gt;&lt;creationDateTime&gt;2012-02-15T15:33:12.000-00:01&lt;/creationDateTime&gt;&lt;lineItemNumber&gt;16&lt;/lineItemNumber&gt;&lt;/purchaseOrder&gt;&lt;despatchAdviceLogisticUnit&gt;&lt;estimatedDeliveryDateTimeAtUltimateConsignee&gt;2014-07-17T12:59:28.141+02:00&lt;/estimatedDeliveryDateTimeAtUltimateConsignee&gt;&lt;ultimateConsignee&gt;&lt;gln&gt;8408472023558&lt;/gln&gt;&lt;/ultimateConsignee&gt;&lt;despatchAdviceLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;despatchedQuantity&gt;700&lt;/despatchedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08403779278939&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/despatchAdviceLineItem&gt;&lt;despatchAdviceLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;despatchedQuantity&gt;700&lt;/despatchedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08409865025913&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/despatchAdviceLineItem&gt;&lt;/despatchAdviceLogisticUnit&gt;&lt;/despatchAdvice&gt;&lt;despatchAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:28.141+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;despatchAdviceIdentification&gt;&lt;entityIdentification&gt;IdentificadorDespatchAdvice01&lt;/entityIdentification&gt;&lt;/despatchAdviceIdentification&gt;&lt;receiver&gt;&lt;gln&gt;8400493026785&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8405407810955&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;gln&gt;8400241390939&lt;/gln&gt;&lt;/shipTo&gt;&lt;carrier&gt;&lt;gln&gt;8405778469912&lt;/gln&gt;&lt;/carrier&gt;&lt;despatchInformation&gt;&lt;actualShipDateTime&gt;2014-02-18T16:25:00.000+00:01&lt;/actualShipDateTime&gt;&lt;/despatchInformation&gt;&lt;/despatchAdvice&gt;&lt;/despatchAdviceXML&gt;&lt;/ns4:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:28 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="395"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:depatchNotificationInboundResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3065"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3065"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:receiptNotificationInbound xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUpDropOff Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:28.453+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;receivingAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:28.453+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;receivingAdviceIdentification&gt;&lt;entityIdentification&gt;RCEIVINGAD001&lt;/entityIdentification&gt;&lt;/receivingAdviceIdentification&gt;&lt;receivingDateTime&gt;2014-02-11T14:10:00.000+00:01&lt;/receivingDateTime&gt;&lt;reportingCode&gt;PARTIAL&lt;/reportingCode&gt;&lt;shipper&gt;&lt;gln&gt;8405430119841&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8401244877540&lt;/gln&gt;&lt;/receiver&gt;&lt;receivingAdviceLogisticUnit&gt;&lt;logisticUnitIdentification&gt;&lt;sscc&gt;840243184746568897&lt;/sscc&gt;&lt;/logisticUnitIdentification&gt;&lt;receivingAdviceLineItem&gt;&lt;lineItemNumber&gt;123&lt;/lineItemNumber&gt;&lt;quantityReceived&gt;10&lt;/quantityReceived&gt;&lt;quantityAccepted&gt;10&lt;/quantityAccepted&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08400371293438&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/receivingAdviceLineItem&gt;&lt;receivingAdviceLineItem&gt;&lt;lineItemNumber&gt;124&lt;/lineItemNumber&gt;&lt;quantityReceived&gt;20&lt;/quantityReceived&gt;&lt;quantityAccepted&gt;15&lt;/quantityAccepted&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08406320294556&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/receivingAdviceLineItem&gt;&lt;/receivingAdviceLogisticUnit&gt;&lt;/receivingAdvice&gt;&lt;receivingAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:28.453+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;receivingAdviceIdentification&gt;&lt;entityIdentification&gt;RCEIVINGAD002&lt;/entityIdentification&gt;&lt;/receivingAdviceIdentification&gt;&lt;receivingDateTime&gt;2014-02-11T14:10:00.000+00:01&lt;/receivingDateTime&gt;&lt;reportingCode&gt;PARTIAL&lt;/reportingCode&gt;&lt;shipper&gt;&lt;gln&gt;8405430119841&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8401244877540&lt;/gln&gt;&lt;/receiver&gt;&lt;/receivingAdvice&gt;&lt;/receivingAdviceXML&gt;&lt;/ns4:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:28 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="395"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:receiptNotificationInboundResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/inboudDeliveryStatusRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1854"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1854"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inboudDeliveryStatus xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Inbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:28.687+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;warehousingInboundNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:28.687+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;warehousingInboundNotificationIdentification&gt;&lt;entityIdentification&gt;WIN000003&lt;/entityIdentification&gt;&lt;/warehousingInboundNotificationIdentification&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8403789874398&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8403939994457&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;warehousingInboundNotificationShipment&gt;&lt;shipper&gt;&lt;gln&gt;8405240542853&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8406193679849&lt;/gln&gt;&lt;/receiver&gt;&lt;warehousingInboundStatusCode&gt;codDeRecibo&lt;/warehousingInboundStatusCode&gt;&lt;/warehousingInboundNotificationShipment&gt;&lt;/warehousingInboundNotification&gt;&lt;/receivingAdviceXML&gt;&lt;/ns4:inboudDeliveryStatus&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:28 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="383"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inboudDeliveryStatusResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:inboudDeliveryStatusResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/warehouseServiceOrderRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4783"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4783"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:warehouseServiceOrder xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;configureToOrderXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Manufacturer Business Unit&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;ITA Material Supplier Business Unit&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100019&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Order Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:28.921+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;order&gt;&lt;creationDateTime&gt;2014-07-17T12:59:28.937+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;orderIdentification&gt;&lt;entityIdentification&gt;OR00006&lt;/entityIdentification&gt;&lt;/orderIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8407318037018&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8408398874050&lt;/gln&gt;&lt;/seller&gt;&lt;orderLogisticalInformation&gt;&lt;shipFrom&gt;&lt;gln&gt;8403570547487&lt;/gln&gt;&lt;/shipFrom&gt;&lt;shipTo&gt;&lt;gln&gt;8404049409282&lt;/gln&gt;&lt;/shipTo&gt;&lt;orderLogisticalDateInformation&gt;&lt;requestedDeliveryDateRange&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRange&gt;&lt;requestedShipDateRange&gt;&lt;beginDate&gt;2014-03-16+00:01&lt;/beginDate&gt;&lt;beginTime&gt;13:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-16+00:01&lt;/endDate&gt;&lt;endTime&gt;20:00:00+00:01&lt;/endTime&gt;&lt;/requestedShipDateRange&gt;&lt;requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;requestedPickUpDateTime&gt;&lt;date&gt;2014-03-16+00:01&lt;/date&gt;&lt;/requestedPickUpDateTime&gt;&lt;/orderLogisticalDateInformation&gt;&lt;/orderLogisticalInformation&gt;&lt;promotionalDeal&gt;&lt;entityIdentification&gt;AGREEMENT001&lt;/entityIdentification&gt;&lt;/promotionalDeal&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;20&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000000996&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000011527&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000006004&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;/order&gt;&lt;order&gt;&lt;creationDateTime&gt;2014-07-17T12:59:28.937+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;orderIdentification&gt;&lt;entityIdentification&gt;ORDER002&lt;/entityIdentification&gt;&lt;/orderIdentification&gt;&lt;buyer&gt;&lt;gln&gt;8407318037018&lt;/gln&gt;&lt;/buyer&gt;&lt;seller&gt;&lt;gln&gt;8408398874050&lt;/gln&gt;&lt;/seller&gt;&lt;orderLogisticalInformation&gt;&lt;shipFrom&gt;&lt;gln&gt;8403570547487&lt;/gln&gt;&lt;/shipFrom&gt;&lt;shipTo&gt;&lt;gln&gt;8404049409282&lt;/gln&gt;&lt;/shipTo&gt;&lt;orderLogisticalDateInformation&gt;&lt;requestedDeliveryDateRange&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRange&gt;&lt;requestedShipDateRange&gt;&lt;beginDate&gt;2014-03-16+00:01&lt;/beginDate&gt;&lt;beginTime&gt;13:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-16+00:01&lt;/endDate&gt;&lt;endTime&gt;20:00:00+00:01&lt;/endTime&gt;&lt;/requestedShipDateRange&gt;&lt;requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;beginDate&gt;2014-03-17+00:01&lt;/beginDate&gt;&lt;beginTime&gt;12:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-17+00:01&lt;/endDate&gt;&lt;endTime&gt;15:00:00+00:01&lt;/endTime&gt;&lt;/requestedDeliveryDateRangeAtUltimateConsignee&gt;&lt;requestedPickUpDateTime&gt;&lt;date&gt;2014-03-16+00:01&lt;/date&gt;&lt;/requestedPickUpDateTime&gt;&lt;/orderLogisticalDateInformation&gt;&lt;/orderLogisticalInformation&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;20&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000000996&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000011527&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;orderLineItem&gt;&lt;lineItemNumber&gt;3&lt;/lineItemNumber&gt;&lt;requestedQuantity&gt;10&lt;/requestedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;05449000006004&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/orderLineItem&gt;&lt;/order&gt;&lt;/configureToOrderXML&gt;&lt;/ns4:warehouseServiceOrder&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:29 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="385"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:warehouseServiceOrderResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:warehouseServiceOrderResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/inventoryStatusInstrutionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="2189"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="2189"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inventoryStatusInstrution xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;inventoryReportStatusXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:29.171+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;logisticsInventoryReportRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:29.171+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;logisticsInventoryReportRequestIdentification&gt;&lt;entityIdentification&gt;IRR000003&lt;/entityIdentification&gt;&lt;/logisticsInventoryReportRequestIdentification&gt;&lt;logisticsInventoryReportTypeCode&gt;FULL_REPORT&lt;/logisticsInventoryReportTypeCode&gt;&lt;inventoryReportingParty&gt;&lt;gln&gt;8401877048126&lt;/gln&gt;&lt;/inventoryReportingParty&gt;&lt;inventoryReportToParty&gt;&lt;gln&gt;8402272333718&lt;/gln&gt;&lt;/inventoryReportToParty&gt;&lt;reportingPeriod&gt;&lt;beginDate&gt;2014-03-10+00:01&lt;/beginDate&gt;&lt;beginTime&gt;14:50:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-10+00:01&lt;/endDate&gt;&lt;endTime&gt;10:00:00+00:01&lt;/endTime&gt;&lt;/reportingPeriod&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08403705663501&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08402164805958&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;logisticsInventoryRequestLocation&gt;&lt;inventoryLocation&gt;&lt;gln&gt;8400554535898&lt;/gln&gt;&lt;/inventoryLocation&gt;&lt;/logisticsInventoryRequestLocation&gt;&lt;/logisticsInventoryReportRequest&gt;&lt;/inventoryReportStatusXML&gt;&lt;/ns4:inventoryStatusInstrution&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:29 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="393"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inventoryStatusInstrutionResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:inventoryStatusInstrutionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/inventoryReportRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1971"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1971"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inventoryReport xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;inventoryActivityXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:29.389+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;logisticsInventoryReport&gt;&lt;creationDateTime&gt;2014-07-17T12:59:29.389+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;logisticsInventoryReportIdentification&gt;&lt;entityIdentification&gt;IR000003&lt;/entityIdentification&gt;&lt;/logisticsInventoryReportIdentification&gt;&lt;structureTypeCode&gt;LOCATION_BY_ITEM&lt;/structureTypeCode&gt;&lt;inventoryReportingParty&gt;&lt;gln&gt;8401576147175&lt;/gln&gt;&lt;/inventoryReportingParty&gt;&lt;inventoryReportToParty&gt;&lt;gln&gt;8400521633466&lt;/gln&gt;&lt;/inventoryReportToParty&gt;&lt;reportingPeriod&gt;&lt;beginDate&gt;2014-03-10+00:01&lt;/beginDate&gt;&lt;beginTime&gt;14:50:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-03-10+00:01&lt;/endDate&gt;&lt;endTime&gt;10:00:00+00:01&lt;/endTime&gt;&lt;/reportingPeriod&gt;&lt;logisticsInventoryReportInventoryLocation&gt;&lt;inventoryLocation&gt;&lt;gln&gt;8406024142610&lt;/gln&gt;&lt;/inventoryLocation&gt;&lt;/logisticsInventoryReportInventoryLocation&gt;&lt;/logisticsInventoryReport&gt;&lt;/inventoryActivityXML&gt;&lt;/ns4:inventoryReport&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:29 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="373"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:inventoryReportResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:inventoryReportResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/receiptNotificationOutBoundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3067"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3067"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:receiptNotificationOutBound xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUpDropOff Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:29.655+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;receivingAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:29.655+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;receivingAdviceIdentification&gt;&lt;entityIdentification&gt;RCEIVINGAD001&lt;/entityIdentification&gt;&lt;/receivingAdviceIdentification&gt;&lt;receivingDateTime&gt;2014-02-11T14:10:00.000+00:01&lt;/receivingDateTime&gt;&lt;reportingCode&gt;PARTIAL&lt;/reportingCode&gt;&lt;shipper&gt;&lt;gln&gt;8408256220210&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8402083243930&lt;/gln&gt;&lt;/receiver&gt;&lt;receivingAdviceLogisticUnit&gt;&lt;logisticUnitIdentification&gt;&lt;sscc&gt;840369243563319017&lt;/sscc&gt;&lt;/logisticUnitIdentification&gt;&lt;receivingAdviceLineItem&gt;&lt;lineItemNumber&gt;123&lt;/lineItemNumber&gt;&lt;quantityReceived&gt;10&lt;/quantityReceived&gt;&lt;quantityAccepted&gt;10&lt;/quantityAccepted&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08403447724621&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/receivingAdviceLineItem&gt;&lt;receivingAdviceLineItem&gt;&lt;lineItemNumber&gt;124&lt;/lineItemNumber&gt;&lt;quantityReceived&gt;20&lt;/quantityReceived&gt;&lt;quantityAccepted&gt;15&lt;/quantityAccepted&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08405771192138&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/receivingAdviceLineItem&gt;&lt;/receivingAdviceLogisticUnit&gt;&lt;/receivingAdvice&gt;&lt;receivingAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:29.655+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;receivingAdviceIdentification&gt;&lt;entityIdentification&gt;RCEIVINGAD002&lt;/entityIdentification&gt;&lt;/receivingAdviceIdentification&gt;&lt;receivingDateTime&gt;2014-02-11T14:10:00.000+00:01&lt;/receivingDateTime&gt;&lt;reportingCode&gt;PARTIAL&lt;/reportingCode&gt;&lt;shipper&gt;&lt;gln&gt;8408256220210&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8402083243930&lt;/gln&gt;&lt;/receiver&gt;&lt;/receivingAdvice&gt;&lt;/receivingAdviceXML&gt;&lt;/ns4:receiptNotificationOutBound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:29 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="397"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:receiptNotificationOutBoundResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:receiptNotificationOutBoundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/outboundDeliveryStatusRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1902"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1902"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:outboundDeliveryStatus xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingOutboundNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100020&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:29.920+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;warehousingOutboundNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:29.920+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;warehousingOutboundNotificationIdentification&gt;&lt;entityIdentification&gt;WON000003&lt;/entityIdentification&gt;&lt;/warehousingOutboundNotificationIdentification&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8405906722605&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8403623064596&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;warehousingOutboundNotificationShipment&gt;&lt;shipper&gt;&lt;gln&gt;8405948460756&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8408956504832&lt;/gln&gt;&lt;/receiver&gt;&lt;warehousingOutboundStatusCode&gt;codDeRecibo&lt;/warehousingOutboundStatusCode&gt;&lt;/warehousingOutboundNotificationShipment&gt;&lt;/warehousingOutboundNotification&gt;&lt;/warehousingOutboundNotificationXML&gt;&lt;/ns4:outboundDeliveryStatus&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:30 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:outboundDeliveryStatusResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:outboundDeliveryStatusResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/instructionToDespatchRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="1887"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="1887"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:instructionToDespatch xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingOutboundInstructionXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Warehousing Outbound Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:30.154+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;warehousingOutboundInstruction&gt;&lt;creationDateTime&gt;2014-07-17T12:59:30.154+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;warehousingOutboundInstructionIdentification&gt;&lt;entityIdentification&gt;WOI0000012&lt;/entityIdentification&gt;&lt;/warehousingOutboundInstructionIdentification&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8405471437515&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8405485638472&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;warehousingOutboundInstructionShipment&gt;&lt;shipper&gt;&lt;gln&gt;8404004995256&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8405338400706&lt;/gln&gt;&lt;/receiver&gt;&lt;warehousingDespatchTypeCode&gt;BUILD_PALLET&lt;/warehousingDespatchTypeCode&gt;&lt;/warehousingOutboundInstructionShipment&gt;&lt;/warehousingOutboundInstruction&gt;&lt;/warehousingOutboundInstructionXML&gt;&lt;/ns4:instructionToDespatch&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:30 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="385"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:instructionToDespatchResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:instructionToDespatchResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleWarehouseService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IWarehouse/despatchNotificationOutboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3482"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3482"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:despatchNotificationOutbound xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Despatch Advice Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:30.372+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;despatchAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:30.372+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;despatchAdviceIdentification&gt;&lt;entityIdentification&gt;Ident01&lt;/entityIdentification&gt;&lt;/despatchAdviceIdentification&gt;&lt;receiver&gt;&lt;gln&gt;8409778050156&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8408118986346&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;gln&gt;8400000687416&lt;/gln&gt;&lt;/shipTo&gt;&lt;carrier&gt;&lt;gln&gt;8407499550399&lt;/gln&gt;&lt;/carrier&gt;&lt;despatchInformation&gt;&lt;actualShipDateTime&gt;2014-02-18T16:25:00.000+00:01&lt;/actualShipDateTime&gt;&lt;/despatchInformation&gt;&lt;purchaseOrder&gt;&lt;entityIdentification&gt;ita&lt;/entityIdentification&gt;&lt;contentOwner&gt;&lt;gln&gt;8402118547057&lt;/gln&gt;&lt;/contentOwner&gt;&lt;creationDateTime&gt;2012-02-15T15:33:12.000-00:01&lt;/creationDateTime&gt;&lt;lineItemNumber&gt;16&lt;/lineItemNumber&gt;&lt;/purchaseOrder&gt;&lt;despatchAdviceLogisticUnit&gt;&lt;estimatedDeliveryDateTimeAtUltimateConsignee&gt;2014-07-17T12:59:30.372+02:00&lt;/estimatedDeliveryDateTimeAtUltimateConsignee&gt;&lt;ultimateConsignee&gt;&lt;gln&gt;8400917055148&lt;/gln&gt;&lt;/ultimateConsignee&gt;&lt;despatchAdviceLineItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;despatchedQuantity&gt;700&lt;/despatchedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08400989896700&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/despatchAdviceLineItem&gt;&lt;despatchAdviceLineItem&gt;&lt;lineItemNumber&gt;2&lt;/lineItemNumber&gt;&lt;despatchedQuantity&gt;700&lt;/despatchedQuantity&gt;&lt;transactionalTradeItem&gt;&lt;gtin&gt;08404667733936&lt;/gtin&gt;&lt;/transactionalTradeItem&gt;&lt;/despatchAdviceLineItem&gt;&lt;/despatchAdviceLogisticUnit&gt;&lt;/despatchAdvice&gt;&lt;despatchAdvice&gt;&lt;creationDateTime&gt;2014-07-17T12:59:30.372+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;despatchAdviceIdentification&gt;&lt;entityIdentification&gt;IdentificadorDespatchAdvice01&lt;/entityIdentification&gt;&lt;/despatchAdviceIdentification&gt;&lt;receiver&gt;&lt;gln&gt;8401701944631&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8409508703444&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;gln&gt;8408173786592&lt;/gln&gt;&lt;/shipTo&gt;&lt;carrier&gt;&lt;gln&gt;8403149267839&lt;/gln&gt;&lt;/carrier&gt;&lt;despatchInformation&gt;&lt;actualShipDateTime&gt;2014-02-18T16:25:00.000+00:01&lt;/actualShipDateTime&gt;&lt;/despatchInformation&gt;&lt;/despatchAdvice&gt;&lt;/despatchAdviceXML&gt;&lt;/ns4:despatchNotificationOutbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:30 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="399"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:despatchNotificationOutboundResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:despatchNotificationOutboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:30 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="4238"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/transport" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/transport" name="PointOfSaleTransportService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="PointOfSaleTransportServicePortBinding" type="ns1:ITransport"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"&gt;&lt;/soap:binding&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="trasnportStatusRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transporStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalTransportStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstructionConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal" namespace="http://org.ita.midas/logisticssaut"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="PointOfSaleTransportService"&gt;
+&lt;port name="PointOfSaleTransportServicePort" binding="tns:PointOfSaleTransportServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_45"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:30 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="10430"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:shared:shared_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_status_request:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService?xsd=7"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_status_notification:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService?xsd=8"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_status_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService?xsd=9"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_pickup_dropoff_request:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService?xsd=10"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_pickup_dropoff_confirmation:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService?xsd=11"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_pickup_dropoff_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService?xsd=12"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_instruction_response:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService?xsd=13"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_instruction_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService?xsd=14"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:transport_instruction:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService?xsd=2"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:ecom_common:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService?xsd=3"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="urn:gs1:ecom:despatch_advice:xsd:3" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService?xsd=4"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService?xsd=5"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService?xsd=6"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="PickUpRequest"&gt;
+&lt;part xmlns:ns1="urn:gs1:ecom:transport_pickup_dropoff_request:xsd:3" name="transportPickUpDropOffRequestXML" type="ns1:TransportPickUpDropOffRequestMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpRequestResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequest"&gt;
+&lt;part xmlns:ns2="urn:gs1:ecom:transport_pickup_dropoff_request:xsd:3" name="transportPickUpDropOffRequestXML" type="ns2:TransportPickUpDropOffRequestMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequestResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmation"&gt;
+&lt;part xmlns:ns3="urn:gs1:ecom:transport_pickup_dropoff_confirmation:xsd:3" name="transportPickUpDropOffConfirmationXML" type="ns3:TransportPickUpDropOffConfirmationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmation"&gt;
+&lt;part xmlns:ns4="urn:gs1:ecom:transport_pickup_dropoff_confirmation:xsd:3" name="transportPickUpDropOffConfirmationXML" type="ns4:TransportPickUpDropOffConfirmationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="trasnportStatusRequest"&gt;
+&lt;part xmlns:ns5="urn:gs1:ecom:transport_status_request:xsd:3" name="transportStatusRequestXML" type="ns5:TransportStatusRequestMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="trasnportStatusRequestResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transporStatusNotification"&gt;
+&lt;part xmlns:ns6="urn:gs1:ecom:transport_status_notification:xsd:3" name="transportStatusNotificationXML" type="ns6:TransportStatusNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transporStatusNotificationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalTransportStatusNotification"&gt;
+&lt;part xmlns:ns7="urn:gs1:ecom:transport_status_notification:xsd:3" name="transportStatusNotificationXML" type="ns7:TransportStatusNotificationMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalTransportStatusNotificationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstruction"&gt;
+&lt;part xmlns:ns8="urn:gs1:ecom:transport_instruction:xsd:3" name="transportInstructionXML" type="ns8:TransportInstructionMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionConfirmation"&gt;
+&lt;part xmlns:ns9="urn:gs1:ecom:transport_instruction_response:xsd:3" name="transportInstructionResponseXML" type="ns9:TransportInstructionResponseMessageType"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionConfirmationResponse"&gt;
+&lt;part name="return" type="xsd:boolean"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="ITransport"&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;input xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/ITransport/PickUpRequestRequest" message="tns:PickUpRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/ITransport/PickUpRequestResponse" message="tns:PickUpRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;input xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/ITransport/DropOffRequestRequest" message="tns:DropOffRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/ITransport/DropOffRequestResponse" message="tns:DropOffRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;input xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/ITransport/PickUpConfirmationRequest" message="tns:PickUpConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns15="http://www.w3.org/2007/05/addressing/metadata" ns15:Action="http://org.ita.midas/logisticssaut/ITransport/PickUpConfirmationResponse" message="tns:PickUpConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;input xmlns:ns16="http://www.w3.org/2007/05/addressing/metadata" ns16:Action="http://org.ita.midas/logisticssaut/ITransport/DropOffConfirmationRequest" message="tns:DropOffConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns17="http://www.w3.org/2007/05/addressing/metadata" ns17:Action="http://org.ita.midas/logisticssaut/ITransport/DropOffConfirmationResponse" message="tns:DropOffConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="trasnportStatusRequest"&gt;
+&lt;input xmlns:ns18="http://www.w3.org/2007/05/addressing/metadata" ns18:Action="http://org.ita.midas/logisticssaut/ITransport/trasnportStatusRequestRequest" message="tns:trasnportStatusRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns19="http://www.w3.org/2007/05/addressing/metadata" ns19:Action="http://org.ita.midas/logisticssaut/ITransport/trasnportStatusRequestResponse" message="tns:trasnportStatusRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transporStatusNotification"&gt;
+&lt;input xmlns:ns20="http://www.w3.org/2007/05/addressing/metadata" ns20:Action="http://org.ita.midas/logisticssaut/ITransport/transporStatusNotificationRequest" message="tns:transporStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns21="http://www.w3.org/2007/05/addressing/metadata" ns21:Action="http://org.ita.midas/logisticssaut/ITransport/transporStatusNotificationResponse" message="tns:transporStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalTransportStatusNotification"&gt;
+&lt;input xmlns:ns22="http://www.w3.org/2007/05/addressing/metadata" ns22:Action="http://org.ita.midas/logisticssaut/ITransport/finalTransportStatusNotificationRequest" message="tns:finalTransportStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns23="http://www.w3.org/2007/05/addressing/metadata" ns23:Action="http://org.ita.midas/logisticssaut/ITransport/finalTransportStatusNotificationResponse" message="tns:finalTransportStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;input xmlns:ns24="http://www.w3.org/2007/05/addressing/metadata" ns24:Action="http://org.ita.midas/logisticssaut/ITransport/transportInstructionRequest" message="tns:transportInstruction"&gt;&lt;/input&gt;
+&lt;output xmlns:ns25="http://www.w3.org/2007/05/addressing/metadata" ns25:Action="http://org.ita.midas/logisticssaut/ITransport/transportInstructionResponse" message="tns:transportInstructionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstructionConfirmation"&gt;
+&lt;input xmlns:ns26="http://www.w3.org/2007/05/addressing/metadata" ns26:Action="http://org.ita.midas/logisticssaut/ITransport/transportInstructionConfirmationRequest" message="tns:transportInstructionConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns27="http://www.w3.org/2007/05/addressing/metadata" ns27:Action="http://org.ita.midas/logisticssaut/ITransport/transportInstructionConfirmationResponse" message="tns:transportInstructionConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/transportInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4822"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4822"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transportInstruction xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:31.105+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportInstruction&gt;&lt;creationDateTime&gt;2014-07-17T12:59:31.121+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportInstructionIdentification&gt;&lt;entityIdentification&gt;Transport Instruction ITA&lt;/entityIdentification&gt;&lt;/transportInstructionIdentification&gt;&lt;transportInstructionFunction&gt;SHIPMENT&lt;/transportInstructionFunction&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8402398864912&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8409762479000&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;transportInstructionConsignment&gt;&lt;ginc&gt;test_consignment&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8407462437207&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8409187911543&lt;/gln&gt;&lt;/consignee&gt;&lt;notifyParty&gt;&lt;gln&gt;8409485521703&lt;/gln&gt;&lt;/notifyParty&gt;&lt;notifyParty&gt;&lt;gln&gt;8404567136714&lt;/gln&gt;&lt;/notifyParty&gt;&lt;pickUpParty&gt;&lt;gln&gt;8408066266996&lt;/gln&gt;&lt;/pickUpParty&gt;&lt;dropOffParty&gt;&lt;gln&gt;8401147276686&lt;/gln&gt;&lt;/dropOffParty&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-03+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-04+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportInstructionTransportMovement&gt;&lt;sequenceNumber&gt;1&lt;/sequenceNumber&gt;&lt;transportModeTypeCode&gt;50&lt;/transportModeTypeCode&gt;&lt;/transportInstructionTransportMovement&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;1550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;2550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;3550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;/transportInstructionConsignment&gt;&lt;transportInstructionShipment&gt;&lt;gsin&gt;84050698193348365&lt;/gsin&gt;&lt;receiver&gt;&lt;gln&gt;8404941079057&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8400271922575&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;address&gt;&lt;city&gt;Sevilla&lt;/city&gt;&lt;cityCode&gt;41012&lt;/cityCode&gt;&lt;streetAddressOne&gt;Avenida de la Reina Mercedes, s/n&lt;/streetAddressOne&gt;&lt;/address&gt;&lt;/shipTo&gt;&lt;shipFrom&gt;&lt;address&gt;&lt;city&gt;Zaragoza&lt;/city&gt;&lt;cityCode&gt;50018&lt;/cityCode&gt;&lt;streetAddressOne&gt;Calle Maria de Luna, n 7-8&lt;/streetAddressOne&gt;&lt;/address&gt;&lt;/shipFrom&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;40&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;plannedDelivery&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-04+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDelivery&gt;&lt;plannedDespatch&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-02+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDespatch&gt;&lt;transportInstructionShipmentItem&gt;&lt;lineItemNumber&gt;4&lt;/lineItemNumber&gt;&lt;/transportInstructionShipmentItem&gt;&lt;/transportInstructionShipment&gt;&lt;/transportInstruction&gt;&lt;transportInstruction&gt;&lt;creationDateTime&gt;2014-07-17T12:59:31.121+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportInstructionIdentification&gt;&lt;entityIdentification&gt;Transport Instruction ITA 2&lt;/entityIdentification&gt;&lt;/transportInstructionIdentification&gt;&lt;transportInstructionFunction&gt;SHIPMENT&lt;/transportInstructionFunction&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8408282664934&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8403886025037&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;/transportInstruction&gt;&lt;/transportInstructionXML&gt;&lt;/ns4:transportInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:31 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="383"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transportInstructionResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:transportInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/transportInstructionConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="7842"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="7842"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transportInstructionConfirmation xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionResponseXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"&gt;&lt;/ns2:Identifier&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;John Doe&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;John_Doe@purchasing.XYZretailer.com&lt;/ns2:EmailAddress&gt;&lt;ns2:FaxNumber&gt;+1-212-555-1213&lt;/ns2:FaxNumber&gt;&lt;ns2:TelephoneNumber&gt;+1-212-555-2122&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"&gt;&lt;/ns2:Identifier&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mary Smith&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;Mary_Smith@widgets.com&lt;/ns2:EmailAddress&gt;&lt;ns2:FaxNumber&gt;+1-312-555-1214&lt;/ns2:FaxNumber&gt;&lt;ns2:TelephoneNumber&gt;+1-312-555-2125&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;3.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;100002&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport Instruction Response Message&lt;/ns2:Type&gt;&lt;ns2:MultipleType&gt;false&lt;/ns2:MultipleType&gt;&lt;ns2:CreationDateAndTime&gt;2006-01-10T12:00:01.000-05:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportInstructionResponse&gt;&lt;creationDateTime&gt;2011-01-13T12:00:00.000-05:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportInstructionResponseIdentification&gt;&lt;entityIdentification&gt;TRINR00001&lt;/entityIdentification&gt;&lt;/transportInstructionResponseIdentification&gt;&lt;responseType&gt;FULLY_ACCEPTED_WITH_AMENDMENTS&lt;/responseType&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;4048623000003&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;7365566156190&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TRINS00001&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;transportInstructionConsignment&gt;&lt;ginc&gt;7365566156191234567&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;7365566156190&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;7300011234566&lt;/gln&gt;&lt;/consignee&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;21&lt;/cargoTypeCode&gt;&lt;cargoTypeDescription languageCode="en"&gt;General cargo&lt;/cargoTypeDescription&gt;&lt;totalGrossVolume measurementUnitCode="CBM"&gt;3.5&lt;/totalGrossVolume&gt;&lt;totalGrossWeight measurementUnitCode="KGM"&gt;1500&lt;/totalGrossWeight&gt;&lt;totalPackageQuantity&gt;5&lt;/totalPackageQuantity&gt;&lt;/transportCargoCharacteristics&gt;&lt;transportInstructionTransportMovement&gt;&lt;sequenceNumber&gt;1&lt;/sequenceNumber&gt;&lt;transportModeTypeCode&gt;30&lt;/transportModeTypeCode&gt;&lt;carrier&gt;&lt;gln&gt;4048623000003&lt;/gln&gt;&lt;/carrier&gt;&lt;plannedDeparture&gt;&lt;logisticLocation&gt;&lt;address&gt;&lt;city&gt;Stockholm&lt;/city&gt;&lt;/address&gt;&lt;/logisticLocation&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2011-01-14&lt;/date&gt;&lt;time&gt;08:00:00&lt;/time&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDeparture&gt;&lt;plannedArrival&gt;&lt;logisticLocation&gt;&lt;address&gt;&lt;city&gt;Lund&lt;/city&gt;&lt;/address&gt;&lt;/logisticLocation&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2011-01-14&lt;/date&gt;&lt;time&gt;17:00:00&lt;/time&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedArrival&gt;&lt;/transportInstructionTransportMovement&gt;&lt;packageTotal&gt;&lt;packageTypeCode&gt;201&lt;/packageTypeCode&gt;&lt;totalPackageQuantity&gt;3&lt;/totalPackageQuantity&gt;&lt;/packageTotal&gt;&lt;packageTotal&gt;&lt;packageTypeCode&gt;211&lt;/packageTypeCode&gt;&lt;totalPackageQuantity&gt;2&lt;/totalPackageQuantity&gt;&lt;/packageTotal&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;1&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;21&lt;/cargoTypeCode&gt;&lt;cargoTypeDescription languageCode="en"&gt;Furniture&lt;/cargoTypeDescription&gt;&lt;/transportCargoCharacteristics&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900018&lt;/sscc&gt;&lt;packageTypeCode&gt;201&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900025&lt;/sscc&gt;&lt;packageTypeCode&gt;201&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900032&lt;/sscc&gt;&lt;packageTypeCode&gt;201&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900049&lt;/sscc&gt;&lt;packageTypeCode&gt;211&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;logisticUnit&gt;&lt;sscc&gt;373655661561900056&lt;/sscc&gt;&lt;packageTypeCode&gt;211&lt;/packageTypeCode&gt;&lt;/logisticUnit&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;/transportInstructionConsignment&gt;&lt;transportInstructionConsignment&gt;&lt;ginc&gt;test_consignment&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8402350602408&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8406028433608&lt;/gln&gt;&lt;/consignee&gt;&lt;notifyParty&gt;&lt;gln&gt;8409953803164&lt;/gln&gt;&lt;/notifyParty&gt;&lt;notifyParty&gt;&lt;gln&gt;8408413792864&lt;/gln&gt;&lt;/notifyParty&gt;&lt;pickUpParty&gt;&lt;gln&gt;8406364953136&lt;/gln&gt;&lt;/pickUpParty&gt;&lt;dropOffParty&gt;&lt;gln&gt;8400381259042&lt;/gln&gt;&lt;/dropOffParty&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-03+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-04+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportInstructionTransportMovement&gt;&lt;sequenceNumber&gt;1&lt;/sequenceNumber&gt;&lt;transportModeTypeCode&gt;50&lt;/transportModeTypeCode&gt;&lt;/transportInstructionTransportMovement&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;1550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;2550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;transportInstructionConsignmentItem&gt;&lt;lineItemNumber&gt;3550&lt;/lineItemNumber&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;550&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;/transportInstructionConsignmentItem&gt;&lt;/transportInstructionConsignment&gt;&lt;transportInstructionShipment&gt;&lt;gsin&gt;84002860666005546&lt;/gsin&gt;&lt;receiver&gt;&lt;gln&gt;8409293592773&lt;/gln&gt;&lt;/receiver&gt;&lt;shipper&gt;&lt;gln&gt;8408168059052&lt;/gln&gt;&lt;/shipper&gt;&lt;shipTo&gt;&lt;address&gt;&lt;city&gt;Sevilla&lt;/city&gt;&lt;cityCode&gt;41012&lt;/cityCode&gt;&lt;streetAddressOne&gt;Avenida de la Reina Mercedes, s/n&lt;/streetAddressOne&gt;&lt;/address&gt;&lt;/shipTo&gt;&lt;shipFrom&gt;&lt;address&gt;&lt;city&gt;Zaragoza&lt;/city&gt;&lt;cityCode&gt;50018&lt;/cityCode&gt;&lt;streetAddressOne&gt;Calle Maria de Luna, n 7-8&lt;/streetAddressOne&gt;&lt;/address&gt;&lt;/shipFrom&gt;&lt;transportInstructionTerms&gt;&lt;transportServiceCategoryType&gt;30&lt;/transportServiceCategoryType&gt;&lt;/transportInstructionTerms&gt;&lt;transportCargoCharacteristics&gt;&lt;cargoTypeCode&gt;40&lt;/cargoTypeCode&gt;&lt;/transportCargoCharacteristics&gt;&lt;plannedDelivery&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-04+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDelivery&gt;&lt;plannedDespatch&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-02+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDespatch&gt;&lt;transportInstructionShipmentItem&gt;&lt;lineItemNumber&gt;4&lt;/lineItemNumber&gt;&lt;/transportInstructionShipmentItem&gt;&lt;/transportInstructionShipment&gt;&lt;/transportInstructionResponse&gt;&lt;transportInstructionResponse&gt;&lt;creationDateTime&gt;2014-07-17T12:59:31.542+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportInstructionResponseIdentification&gt;&lt;entityIdentification&gt;Transport_Response ITA 2&lt;/entityIdentification&gt;&lt;/transportInstructionResponseIdentification&gt;&lt;responseType&gt;FULLY_ACCEPTED&lt;/responseType&gt;&lt;logisticServicesSeller&gt;&lt;gln&gt;8400819447126&lt;/gln&gt;&lt;/logisticServicesSeller&gt;&lt;logisticServicesBuyer&gt;&lt;gln&gt;8402466043461&lt;/gln&gt;&lt;/logisticServicesBuyer&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TRANS_ITA_001&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;/transportInstructionResponse&gt;&lt;/transportInstructionResponseXML&gt;&lt;/ns4:transportInstructionConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:31 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="407"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transportInstructionConfirmationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:transportInstructionConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/PickUpRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3014"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3014"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:PickUpRequest xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:31.776+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportPickUpDropOffRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:31.792+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffRequestIdentification&gt;&lt;entityIdentification&gt;Pick-Up Request001&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffRequestIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportPickUpDropOffConsignment&gt;&lt;ginc&gt;123456&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8405920187879&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8409148385680&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportPickUpDropOffConsignment&gt;&lt;transportPickUpDropOffShipment&gt;&lt;gsin&gt;84094655589038594&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8400226459477&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8405254760939&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportPickUpDropOffShipment&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportMeans&gt;&lt;transportMeansType&gt;MEANS&lt;/transportMeansType&gt;&lt;/transportMeans&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TransInst01&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;slotRequestor&gt;&lt;gln&gt;8402410018842&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8402019519252&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffRequest&gt;&lt;transportPickUpDropOffRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:31.792+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffRequestIdentification&gt;&lt;entityIdentification&gt;Pick-Up Request002&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffRequestIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportMeans&gt;&lt;transportMeansType&gt;MEANS&lt;/transportMeansType&gt;&lt;/transportMeans&gt;&lt;slotRequestor&gt;&lt;gln&gt;8402410018842&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8402019519252&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffRequest&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns4:PickUpRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:31 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="369"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:PickUpRequestResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:PickUpRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/DropOffRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3016"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3016"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:DropOffRequest xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:31.885+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportPickUpDropOffRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:31.885+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffRequestIdentification&gt;&lt;entityIdentification&gt;Pick-Up Request001&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffRequestIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportPickUpDropOffConsignment&gt;&lt;ginc&gt;123456&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8403036245414&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8400064621043&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportPickUpDropOffConsignment&gt;&lt;transportPickUpDropOffShipment&gt;&lt;gsin&gt;84025642527754821&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8408587941518&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8409411286157&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportPickUpDropOffShipment&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportMeans&gt;&lt;transportMeansType&gt;MEANS&lt;/transportMeansType&gt;&lt;/transportMeans&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TransInst01&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;slotRequestor&gt;&lt;gln&gt;8406039657703&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8404193081938&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffRequest&gt;&lt;transportPickUpDropOffRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:31.885+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffRequestIdentification&gt;&lt;entityIdentification&gt;Pick-Up Request002&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffRequestIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportMeans&gt;&lt;transportMeansType&gt;MEANS&lt;/transportMeansType&gt;&lt;/transportMeans&gt;&lt;slotRequestor&gt;&lt;gln&gt;8406039657703&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8404193081938&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffRequest&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns4:DropOffRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:31 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="371"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:DropOffRequestResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:DropOffRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/PickUpConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3074"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3074"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:PickUpConfirmation xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:31.995+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportPickUpDropOffConfirmation&gt;&lt;creationDateTime&gt;2014-07-17T12:59:31.995+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffConfirmationIdentification&gt;&lt;entityIdentification&gt;Pick-Up Confirmation001&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffConfirmationIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportAppointmentStatusCode&gt;CONFIRMED&lt;/transportAppointmentStatusCode&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportPickUpDropOffConsignment&gt;&lt;ginc&gt;123456&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8404796609249&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8409253717031&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportPickUpDropOffConsignment&gt;&lt;transportPickUpDropOffShipment&gt;&lt;gsin&gt;84094553046511997&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8407666040210&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8403448221860&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportPickUpDropOffShipment&gt;&lt;slotRequestor&gt;&lt;gln&gt;8405952032307&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8408708456150&lt;/gln&gt;&lt;/slotProvider&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TransInst01&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;/transportPickUpDropOffConfirmation&gt;&lt;transportPickUpDropOffConfirmation&gt;&lt;creationDateTime&gt;2014-07-17T12:59:31.995+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffConfirmationIdentification&gt;&lt;entityIdentification&gt;Pick-Up Confirmation002&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffConfirmationIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportAppointmentStatusCode&gt;CONFIRMED&lt;/transportAppointmentStatusCode&gt;&lt;slotRequestor&gt;&lt;gln&gt;8405952032307&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8408708456150&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffConfirmation&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns4:PickUpConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:32 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="379"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:PickUpConfirmationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:PickUpConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/DropOffConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3076"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3076"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:DropOffConfirmation xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUp DropOff Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:32.307+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportPickUpDropOffConfirmation&gt;&lt;creationDateTime&gt;2014-07-17T12:59:32.307+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffConfirmationIdentification&gt;&lt;entityIdentification&gt;Pick-Up Confirmation001&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffConfirmationIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportAppointmentStatusCode&gt;CONFIRMED&lt;/transportAppointmentStatusCode&gt;&lt;plannedPickUp&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedPickUp&gt;&lt;plannedDropOff&gt;&lt;logisticEventDateTime&gt;&lt;date&gt;2014-02-06+00:01&lt;/date&gt;&lt;/logisticEventDateTime&gt;&lt;/plannedDropOff&gt;&lt;transportPickUpDropOffConsignment&gt;&lt;ginc&gt;123456&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8409781317802&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8401825853444&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportPickUpDropOffConsignment&gt;&lt;transportPickUpDropOffShipment&gt;&lt;gsin&gt;84061843705314895&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8408958177560&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8400054949232&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportPickUpDropOffShipment&gt;&lt;slotRequestor&gt;&lt;gln&gt;8407202989539&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8409988170286&lt;/gln&gt;&lt;/slotProvider&gt;&lt;transportInstruction&gt;&lt;entityIdentification&gt;TransInst01&lt;/entityIdentification&gt;&lt;/transportInstruction&gt;&lt;/transportPickUpDropOffConfirmation&gt;&lt;transportPickUpDropOffConfirmation&gt;&lt;creationDateTime&gt;2014-07-17T12:59:32.307+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportPickUpDropOffConfirmationIdentification&gt;&lt;entityIdentification&gt;Pick-Up Confirmation002&lt;/entityIdentification&gt;&lt;/transportPickUpDropOffConfirmationIdentification&gt;&lt;transportAppointmentTypeCode&gt;PICK_UP&lt;/transportAppointmentTypeCode&gt;&lt;transportAppointmentStatusCode&gt;CONFIRMED&lt;/transportAppointmentStatusCode&gt;&lt;slotRequestor&gt;&lt;gln&gt;8407202989539&lt;/gln&gt;&lt;/slotRequestor&gt;&lt;slotProvider&gt;&lt;gln&gt;8409988170286&lt;/gln&gt;&lt;/slotProvider&gt;&lt;/transportPickUpDropOffConfirmation&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns4:DropOffConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:32 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="381"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:DropOffConfirmationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:DropOffConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/trasnportStatusRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="3392"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="3392"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:trasnportStatusRequest xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusRequestXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;1.0&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;555&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport Status Request Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:32.556+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportStatusRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:32.556+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusRequestIdentification&gt;&lt;entityIdentification&gt;STATUSREQ001&lt;/entityIdentification&gt;&lt;/transportStatusRequestIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8404908827806&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8408499836018&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;reportingPeriod&gt;&lt;beginDate&gt;2014-02-06+00:01&lt;/beginDate&gt;&lt;beginTime&gt;09:00:00+00:01&lt;/beginTime&gt;&lt;endDate&gt;2014-02-06+00:01&lt;/endDate&gt;&lt;endTime&gt;17:00:00+00:01&lt;/endTime&gt;&lt;/reportingPeriod&gt;&lt;transportStatusRequestConsignment&gt;&lt;ginc&gt;consignment1234&lt;/ginc&gt;&lt;consignor&gt;&lt;gln&gt;8406099980926&lt;/gln&gt;&lt;/consignor&gt;&lt;consignee&gt;&lt;gln&gt;8404009247282&lt;/gln&gt;&lt;/consignee&gt;&lt;/transportStatusRequestConsignment&gt;&lt;transportStatusRequestShipment&gt;&lt;gsin&gt;84057287008904587&lt;/gsin&gt;&lt;shipper&gt;&lt;gln&gt;8401872451358&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8403140937472&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportStatusRequestShipment&gt;&lt;transportStatusRequestLogisticUnit&gt;&lt;sscc&gt;840216231701985148&lt;/sscc&gt;&lt;shipper&gt;&lt;gln&gt;8400783805540&lt;/gln&gt;&lt;/shipper&gt;&lt;receiver&gt;&lt;gln&gt;8406377064102&lt;/gln&gt;&lt;/receiver&gt;&lt;/transportStatusRequestLogisticUnit&gt;&lt;transportStatusRequestTransportMeans&gt;&lt;transportMeansType&gt;Transport Means&lt;/transportMeansType&gt;&lt;/transportStatusRequestTransportMeans&gt;&lt;transportStatusRequestTransportEquipment&gt;&lt;transportEquipmentTypeCode&gt;EQUIPAMIENTO01&lt;/transportEquipmentTypeCode&gt;&lt;/transportStatusRequestTransportEquipment&gt;&lt;/transportStatusRequest&gt;&lt;transportStatusRequest&gt;&lt;creationDateTime&gt;2014-07-17T12:59:32.556+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusRequestIdentification&gt;&lt;entityIdentification&gt;STATUSREQ002&lt;/entityIdentification&gt;&lt;/transportStatusRequestIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8404908827806&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8408499836018&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;/transportStatusRequest&gt;&lt;/transportStatusRequestXML&gt;&lt;/ns4:trasnportStatusRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:32 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:trasnportStatusRequestResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:trasnportStatusRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/transporStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4171"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4171"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transporStatusNotification xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUpDropOff Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:32.837+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportStatusNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:32.837+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusNotificationIdentification&gt;&lt;entityIdentification&gt;STATUSREQ001&lt;/entityIdentification&gt;&lt;/transportStatusNotificationIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8400390584463&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8406928938869&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;transportStatusRequest&gt;&lt;entityIdentification&gt;TRSR00001&lt;/entityIdentification&gt;&lt;/transportStatusRequest&gt;&lt;transportStatusNotificationConsignment&gt;&lt;ginc&gt;CONSIGNMENT010&lt;/ginc&gt;&lt;cargoTypeCode&gt;CODE10&lt;/cargoTypeCode&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_11&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationConsignment&gt;&lt;transportStatusNotificationShipment&gt;&lt;gsin&gt;84021586526527700&lt;/gsin&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_12&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationShipment&gt;&lt;transportStatusNotificationLogisticUnit&gt;&lt;sscc&gt;840176095326728756&lt;/sscc&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_14&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationLogisticUnit&gt;&lt;transportStatusNotificationTransportMeans&gt;&lt;transportMeansType&gt;Means 143&lt;/transportMeansType&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_13&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationTransportMeans&gt;&lt;transportStatusNotificationTransportEquipment&gt;&lt;transportEquipmentTypeCode&gt;Equipamiento1002&lt;/transportEquipmentTypeCode&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_15&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationTransportEquipment&gt;&lt;/transportStatusNotification&gt;&lt;transportStatusNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:32.837+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusNotificationIdentification&gt;&lt;entityIdentification&gt;STATUSREQ002&lt;/entityIdentification&gt;&lt;/transportStatusNotificationIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8400390584463&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8406928938869&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;/transportStatusNotification&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns4:transporStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:33 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="395"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:transporStatusNotificationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:transporStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.228.212</ip><host>193.144.228.212</host><port>51953</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>9084</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:9084/ws/PointOfSaleTransportService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/ITransport/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:9084"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="4183"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="4183"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:finalTransportStatusNotification xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;ns2:StandardBusinessDocumentHeader&gt;&lt;ns2:HeaderVersion&gt;version 1.0&lt;/ns2:HeaderVersion&gt;&lt;ns2:Sender&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Mohamed Guessous&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;mguessous@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;656937385&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Buyer&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Sender&gt;&lt;ns2:Receiver&gt;&lt;ns2:Identifier Authority="GS1"/&gt;&lt;ns2:ContactInformation&gt;&lt;ns2:Contact&gt;Juan Pablo Dominguez Mayo&lt;/ns2:Contact&gt;&lt;ns2:EmailAddress&gt;jpdominguez@ita.es&lt;/ns2:EmailAddress&gt;&lt;ns2:TelephoneNumber&gt;666777888&lt;/ns2:TelephoneNumber&gt;&lt;ns2:ContactTypeIdentifier&gt;Seller&lt;/ns2:ContactTypeIdentifier&gt;&lt;/ns2:ContactInformation&gt;&lt;/ns2:Receiver&gt;&lt;ns2:DocumentIdentification&gt;&lt;ns2:Standard&gt;GS1&lt;/ns2:Standard&gt;&lt;ns2:TypeVersion&gt;version ita 1.1&lt;/ns2:TypeVersion&gt;&lt;ns2:InstanceIdentifier&gt;ita123&lt;/ns2:InstanceIdentifier&gt;&lt;ns2:Type&gt;Transport PickUpDropOff Notification Message&lt;/ns2:Type&gt;&lt;ns2:CreationDateAndTime&gt;2014-07-17T12:59:33.133+02:00&lt;/ns2:CreationDateAndTime&gt;&lt;/ns2:DocumentIdentification&gt;&lt;/ns2:StandardBusinessDocumentHeader&gt;&lt;transportStatusNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:33.133+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusNotificationIdentification&gt;&lt;entityIdentification&gt;STATUSREQ001&lt;/entityIdentification&gt;&lt;/transportStatusNotificationIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8409247067562&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8405684566538&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;transportStatusRequest&gt;&lt;entityIdentification&gt;TRSR00001&lt;/entityIdentification&gt;&lt;/transportStatusRequest&gt;&lt;transportStatusNotificationConsignment&gt;&lt;ginc&gt;CONSIGNMENT010&lt;/ginc&gt;&lt;cargoTypeCode&gt;CODE10&lt;/cargoTypeCode&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_11&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationConsignment&gt;&lt;transportStatusNotificationShipment&gt;&lt;gsin&gt;84049777385090887&lt;/gsin&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_12&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationShipment&gt;&lt;transportStatusNotificationLogisticUnit&gt;&lt;sscc&gt;840568127163370373&lt;/sscc&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_14&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationLogisticUnit&gt;&lt;transportStatusNotificationTransportMeans&gt;&lt;transportMeansType&gt;Means 143&lt;/transportMeansType&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_13&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationTransportMeans&gt;&lt;transportStatusNotificationTransportEquipment&gt;&lt;transportEquipmentTypeCode&gt;Equipamiento1002&lt;/transportEquipmentTypeCode&gt;&lt;transportStatus&gt;&lt;transportStatusConditionCode&gt;CODIGO_ESTADO_DE_TRANPORTE_15&lt;/transportStatusConditionCode&gt;&lt;/transportStatus&gt;&lt;/transportStatusNotificationTransportEquipment&gt;&lt;/transportStatusNotification&gt;&lt;transportStatusNotification&gt;&lt;creationDateTime&gt;2014-07-17T12:59:33.133+02:00&lt;/creationDateTime&gt;&lt;documentStatusCode&gt;ORIGINAL&lt;/documentStatusCode&gt;&lt;transportStatusNotificationIdentification&gt;&lt;entityIdentification&gt;STATUSREQ002&lt;/entityIdentification&gt;&lt;/transportStatusNotificationIdentification&gt;&lt;transportStatusInformationCode&gt;STATUS_AND_MOVEMENT&lt;/transportStatusInformationCode&gt;&lt;transportStatusObjectCode&gt;LOGISTIC_UNIT&lt;/transportStatusObjectCode&gt;&lt;transportStatusRequestor&gt;&lt;gln&gt;8409247067562&lt;/gln&gt;&lt;/transportStatusRequestor&gt;&lt;transportStatusProvider&gt;&lt;gln&gt;8405684566538&lt;/gln&gt;&lt;/transportStatusProvider&gt;&lt;/transportStatusNotification&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns4:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Thu, 17 Jul 2014 10:59:33 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="407"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns4:finalTransportStatusNotificationResponse xmlns:ns2="http://www.unece.org/cefact/namespaces/StandardBusinessDocumentHeader" xmlns:ns3="urn:gs1:ecom:despatch_advice:xsd:3" xmlns:ns4="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns4:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange></session>
Index: /trunk/autoquest-plugin-uml-test/src/test/resources/ita_usagejournal_v2_2.log
===================================================================
--- /trunk/autoquest-plugin-uml-test/src/test/resources/ita_usagejournal_v2_2.log	(revision 1908)
+++ /trunk/autoquest-plugin-uml-test/src/test/resources/ita_usagejournal_v2_2.log	(revision 1908)
@@ -0,0 +1,3097 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<session xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange" >
+<httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56755</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:02 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3130"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="BusinessUnitReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="BusinessUnitReferenceImplementationServicePortBinding" type="ns1:IITAMaterialSupplier"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="despatchNotificationOutbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstructionConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrder"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryReport"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transporStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalTransportStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="BusinessUnitReferenceImplementationService"&gt;
+&lt;port name="BusinessUnitReferenceImplementationServicePort" binding="tns:BusinessUnitReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56755</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:03 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="6088"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="despatchNotificationOutbound"&gt;
+&lt;part name="parameters" element="tns:despatchNotificationOutbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="despatchNotificationOutboundResponse"&gt;
+&lt;part name="parameters" element="tns:despatchNotificationOutboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionConfirmation"&gt;
+&lt;part name="parameters" element="tns:transportInstructionConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:transportInstructionConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationInbound"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationInbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationInboundResponse"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationInboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrder"&gt;
+&lt;part name="parameters" element="tns:purchaseOrder"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderResponse"&gt;
+&lt;part name="parameters" element="tns:purchaseOrderResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryReport"&gt;
+&lt;part name="parameters" element="tns:inventoryReport"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryReportResponse"&gt;
+&lt;part name="parameters" element="tns:inventoryReportResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transporStatusNotification"&gt;
+&lt;part name="parameters" element="tns:transporStatusNotification"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transporStatusNotificationResponse"&gt;
+&lt;part name="parameters" element="tns:transporStatusNotificationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalTransportStatusNotification"&gt;
+&lt;part name="parameters" element="tns:finalTransportStatusNotification"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalTransportStatusNotificationResponse"&gt;
+&lt;part name="parameters" element="tns:finalTransportStatusNotificationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITAMaterialSupplier"&gt;
+&lt;operation name="despatchNotificationOutbound"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/despatchNotificationOutboundRequest" message="tns:despatchNotificationOutbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/despatchNotificationOutboundResponse" message="tns:despatchNotificationOutboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstructionConfirmation"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transportInstructionConfirmationRequest" message="tns:transportInstructionConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transportInstructionConfirmationResponse" message="tns:transportInstructionConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationInbound"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest" message="tns:receiptNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundResponse" message="tns:receiptNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrder"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/purchaseOrderRequest" message="tns:purchaseOrder"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/purchaseOrderResponse" message="tns:purchaseOrderResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryReport"&gt;
+&lt;input xmlns:ns9="http://www.w3.org/2007/05/addressing/metadata" ns9:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/inventoryReportRequest" message="tns:inventoryReport"&gt;&lt;/input&gt;
+&lt;output xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/inventoryReportResponse" message="tns:inventoryReportResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transporStatusNotification"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transporStatusNotificationRequest" message="tns:transporStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transporStatusNotificationResponse" message="tns:transporStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalTransportStatusNotification"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest" message="tns:finalTransportStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationResponse" message="tns:finalTransportStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55733</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:03 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3130"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="BusinessUnitReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="BusinessUnitReferenceImplementationServicePortBinding" type="ns1:IITAMaterialSupplier"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="despatchNotificationOutbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstructionConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrder"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryReport"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transporStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalTransportStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="BusinessUnitReferenceImplementationService"&gt;
+&lt;port name="BusinessUnitReferenceImplementationServicePort" binding="tns:BusinessUnitReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55733</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:04 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="6088"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="despatchNotificationOutbound"&gt;
+&lt;part name="parameters" element="tns:despatchNotificationOutbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="despatchNotificationOutboundResponse"&gt;
+&lt;part name="parameters" element="tns:despatchNotificationOutboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionConfirmation"&gt;
+&lt;part name="parameters" element="tns:transportInstructionConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:transportInstructionConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationInbound"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationInbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationInboundResponse"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationInboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrder"&gt;
+&lt;part name="parameters" element="tns:purchaseOrder"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderResponse"&gt;
+&lt;part name="parameters" element="tns:purchaseOrderResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryReport"&gt;
+&lt;part name="parameters" element="tns:inventoryReport"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryReportResponse"&gt;
+&lt;part name="parameters" element="tns:inventoryReportResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transporStatusNotification"&gt;
+&lt;part name="parameters" element="tns:transporStatusNotification"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transporStatusNotificationResponse"&gt;
+&lt;part name="parameters" element="tns:transporStatusNotificationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalTransportStatusNotification"&gt;
+&lt;part name="parameters" element="tns:finalTransportStatusNotification"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalTransportStatusNotificationResponse"&gt;
+&lt;part name="parameters" element="tns:finalTransportStatusNotificationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITAMaterialSupplier"&gt;
+&lt;operation name="despatchNotificationOutbound"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/despatchNotificationOutboundRequest" message="tns:despatchNotificationOutbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/despatchNotificationOutboundResponse" message="tns:despatchNotificationOutboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstructionConfirmation"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transportInstructionConfirmationRequest" message="tns:transportInstructionConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transportInstructionConfirmationResponse" message="tns:transportInstructionConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationInbound"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest" message="tns:receiptNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundResponse" message="tns:receiptNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrder"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/purchaseOrderRequest" message="tns:purchaseOrder"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/purchaseOrderResponse" message="tns:purchaseOrderResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryReport"&gt;
+&lt;input xmlns:ns9="http://www.w3.org/2007/05/addressing/metadata" ns9:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/inventoryReportRequest" message="tns:inventoryReport"&gt;&lt;/input&gt;
+&lt;output xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/inventoryReportResponse" message="tns:inventoryReportResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transporStatusNotification"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transporStatusNotificationRequest" message="tns:transporStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transporStatusNotificationResponse" message="tns:transporStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalTransportStatusNotification"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest" message="tns:finalTransportStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationResponse" message="tns:finalTransportStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44183</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:04 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3297"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="WarehouseReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="WarehouseReferenceImplementationServicePortBinding" type="ns1:IITAWarehouse"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstruction"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="WarehouseReferenceImplementationService"&gt;
+&lt;port name="WarehouseReferenceImplementationServicePort" binding="tns:WarehouseReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44183</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:05 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="6532"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="PickUpRequest"&gt;
+&lt;part name="parameters" element="tns:PickUpRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpRequestResponse"&gt;
+&lt;part name="parameters" element="tns:PickUpRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceive"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceive"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceiveResponse"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceiveResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInbound"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInboundResponse"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:outboundDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:outboundDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstruction"&gt;
+&lt;part name="parameters" element="tns:inventoryStatusInstruction"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstructionResponse"&gt;
+&lt;part name="parameters" element="tns:inventoryStatusInstructionResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBound"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationOutBound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBoundResponse"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationOutBoundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatch"&gt;
+&lt;part name="parameters" element="tns:instructionToDespatch"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatchResponse"&gt;
+&lt;part name="parameters" element="tns:instructionToDespatchResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITAWarehouse"&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest" message="tns:PickUpRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestResponse" message="tns:PickUpRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveRequest" message="tns:instrutionToReceive"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveResponse" message="tns:instrutionToReceiveResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundRequest" message="tns:depatchNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundResponse" message="tns:depatchNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inboudDeliveryStatusRequest" message="tns:inboudDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inboudDeliveryStatusResponse" message="tns:inboudDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;input xmlns:ns9="http://www.w3.org/2007/05/addressing/metadata" ns9:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/outboundDeliveryStatusRequest" message="tns:outboundDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/outboundDeliveryStatusResponse" message="tns:outboundDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstruction"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionRequest" message="tns:inventoryStatusInstruction"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionResponse" message="tns:inventoryStatusInstructionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest" message="tns:receiptNotificationOutBound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundResponse" message="tns:receiptNotificationOutBoundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;input xmlns:ns15="http://www.w3.org/2007/05/addressing/metadata" ns15:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchRequest" message="tns:instructionToDespatch"&gt;&lt;/input&gt;
+&lt;output xmlns:ns16="http://www.w3.org/2007/05/addressing/metadata" ns16:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchResponse" message="tns:instructionToDespatchResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>58171</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8090</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8090"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:05 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3297"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="WarehouseReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="WarehouseReferenceImplementationServicePortBinding" type="ns1:IITAWarehouse"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstruction"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="WarehouseReferenceImplementationService"&gt;
+&lt;port name="WarehouseReferenceImplementationServicePort" binding="tns:WarehouseReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>58171</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8090</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8090"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:05 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="6532"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="PickUpRequest"&gt;
+&lt;part name="parameters" element="tns:PickUpRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpRequestResponse"&gt;
+&lt;part name="parameters" element="tns:PickUpRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceive"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceive"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceiveResponse"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceiveResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInbound"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInboundResponse"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:outboundDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:outboundDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstruction"&gt;
+&lt;part name="parameters" element="tns:inventoryStatusInstruction"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstructionResponse"&gt;
+&lt;part name="parameters" element="tns:inventoryStatusInstructionResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBound"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationOutBound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBoundResponse"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationOutBoundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatch"&gt;
+&lt;part name="parameters" element="tns:instructionToDespatch"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatchResponse"&gt;
+&lt;part name="parameters" element="tns:instructionToDespatchResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITAWarehouse"&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest" message="tns:PickUpRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestResponse" message="tns:PickUpRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveRequest" message="tns:instrutionToReceive"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveResponse" message="tns:instrutionToReceiveResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundRequest" message="tns:depatchNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundResponse" message="tns:depatchNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inboudDeliveryStatusRequest" message="tns:inboudDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inboudDeliveryStatusResponse" message="tns:inboudDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;input xmlns:ns9="http://www.w3.org/2007/05/addressing/metadata" ns9:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/outboundDeliveryStatusRequest" message="tns:outboundDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/outboundDeliveryStatusResponse" message="tns:outboundDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstruction"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionRequest" message="tns:inventoryStatusInstruction"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionResponse" message="tns:inventoryStatusInstructionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest" message="tns:receiptNotificationOutBound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundResponse" message="tns:receiptNotificationOutBoundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;input xmlns:ns15="http://www.w3.org/2007/05/addressing/metadata" ns15:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchRequest" message="tns:instructionToDespatch"&gt;&lt;/input&gt;
+&lt;output xmlns:ns16="http://www.w3.org/2007/05/addressing/metadata" ns16:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchResponse" message="tns:instructionToDespatchResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>41304</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8091</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8091"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:05 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3297"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="WarehouseReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="WarehouseReferenceImplementationServicePortBinding" type="ns1:IITAWarehouse"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstruction"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="WarehouseReferenceImplementationService"&gt;
+&lt;port name="WarehouseReferenceImplementationServicePort" binding="tns:WarehouseReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>41304</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8091</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8091"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:06 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="6532"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="PickUpRequest"&gt;
+&lt;part name="parameters" element="tns:PickUpRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpRequestResponse"&gt;
+&lt;part name="parameters" element="tns:PickUpRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceive"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceive"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceiveResponse"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceiveResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInbound"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInboundResponse"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:outboundDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:outboundDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstruction"&gt;
+&lt;part name="parameters" element="tns:inventoryStatusInstruction"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstructionResponse"&gt;
+&lt;part name="parameters" element="tns:inventoryStatusInstructionResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBound"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationOutBound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBoundResponse"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationOutBoundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatch"&gt;
+&lt;part name="parameters" element="tns:instructionToDespatch"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatchResponse"&gt;
+&lt;part name="parameters" element="tns:instructionToDespatchResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITAWarehouse"&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest" message="tns:PickUpRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestResponse" message="tns:PickUpRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveRequest" message="tns:instrutionToReceive"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveResponse" message="tns:instrutionToReceiveResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundRequest" message="tns:depatchNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundResponse" message="tns:depatchNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inboudDeliveryStatusRequest" message="tns:inboudDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inboudDeliveryStatusResponse" message="tns:inboudDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;input xmlns:ns9="http://www.w3.org/2007/05/addressing/metadata" ns9:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/outboundDeliveryStatusRequest" message="tns:outboundDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/outboundDeliveryStatusResponse" message="tns:outboundDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstruction"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionRequest" message="tns:inventoryStatusInstruction"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionResponse" message="tns:inventoryStatusInstructionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest" message="tns:receiptNotificationOutBound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundResponse" message="tns:receiptNotificationOutBoundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;input xmlns:ns15="http://www.w3.org/2007/05/addressing/metadata" ns15:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchRequest" message="tns:instructionToDespatch"&gt;&lt;/input&gt;
+&lt;output xmlns:ns16="http://www.w3.org/2007/05/addressing/metadata" ns16:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchResponse" message="tns:instructionToDespatchResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>43347</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8092</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8092"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:06 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="2430"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="TransportReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="TransportReferenceImplementationServicePortBinding" type="ns1:IITATransport"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportStatusRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="TransportReferenceImplementationService"&gt;
+&lt;port name="TransportReferenceImplementationServicePort" binding="tns:TransportReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>43347</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8092</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8092"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:06 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3543"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="transportInstruction"&gt;
+&lt;part name="parameters" element="tns:transportInstruction"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionResponse"&gt;
+&lt;part name="parameters" element="tns:transportInstructionResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmation"&gt;
+&lt;part name="parameters" element="tns:PickUpConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:PickUpConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmation"&gt;
+&lt;part name="parameters" element="tns:DropOffConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:DropOffConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportStatusRequest"&gt;
+&lt;part name="parameters" element="tns:transportStatusRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportStatusRequestResponse"&gt;
+&lt;part name="parameters" element="tns:transportStatusRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITATransport"&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITATransport/transportInstructionRequest" message="tns:transportInstruction"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITATransport/transportInstructionResponse" message="tns:transportInstructionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest" message="tns:PickUpConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationResponse" message="tns:PickUpConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationRequest" message="tns:DropOffConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationResponse" message="tns:DropOffConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportStatusRequest"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITATransport/transportStatusRequestRequest" message="tns:transportStatusRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITATransport/transportStatusRequestResponse" message="tns:transportStatusRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>45661</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8093</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8093"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:07 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="2430"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="TransportReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="TransportReferenceImplementationServicePortBinding" type="ns1:IITATransport"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportStatusRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="TransportReferenceImplementationService"&gt;
+&lt;port name="TransportReferenceImplementationServicePort" binding="tns:TransportReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>45661</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8093</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8093"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:07 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3543"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="transportInstruction"&gt;
+&lt;part name="parameters" element="tns:transportInstruction"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionResponse"&gt;
+&lt;part name="parameters" element="tns:transportInstructionResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmation"&gt;
+&lt;part name="parameters" element="tns:PickUpConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:PickUpConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmation"&gt;
+&lt;part name="parameters" element="tns:DropOffConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:DropOffConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportStatusRequest"&gt;
+&lt;part name="parameters" element="tns:transportStatusRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportStatusRequestResponse"&gt;
+&lt;part name="parameters" element="tns:transportStatusRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITATransport"&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITATransport/transportInstructionRequest" message="tns:transportInstruction"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITATransport/transportInstructionResponse" message="tns:transportInstructionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest" message="tns:PickUpConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationResponse" message="tns:PickUpConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationRequest" message="tns:DropOffConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationResponse" message="tns:DropOffConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportStatusRequest"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITATransport/transportStatusRequestRequest" message="tns:transportStatusRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITATransport/transportStatusRequestResponse" message="tns:transportStatusRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>46500</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8094</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8094"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:08 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="2430"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="TransportReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="TransportReferenceImplementationServicePortBinding" type="ns1:IITATransport"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportStatusRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="TransportReferenceImplementationService"&gt;
+&lt;port name="TransportReferenceImplementationServicePort" binding="tns:TransportReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>46500</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8094</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8094"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:09 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3543"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="transportInstruction"&gt;
+&lt;part name="parameters" element="tns:transportInstruction"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionResponse"&gt;
+&lt;part name="parameters" element="tns:transportInstructionResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmation"&gt;
+&lt;part name="parameters" element="tns:PickUpConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:PickUpConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmation"&gt;
+&lt;part name="parameters" element="tns:DropOffConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:DropOffConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportStatusRequest"&gt;
+&lt;part name="parameters" element="tns:transportStatusRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportStatusRequestResponse"&gt;
+&lt;part name="parameters" element="tns:transportStatusRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITATransport"&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITATransport/transportInstructionRequest" message="tns:transportInstruction"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITATransport/transportInstructionResponse" message="tns:transportInstructionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest" message="tns:PickUpConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationResponse" message="tns:PickUpConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationRequest" message="tns:DropOffConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationResponse" message="tns:DropOffConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportStatusRequest"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITATransport/transportStatusRequestRequest" message="tns:transportStatusRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITATransport/transportStatusRequestResponse" message="tns:transportStatusRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48748</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:10 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3097"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="PointOfSaleReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="PointOfSaleReferenceImplementationServicePortBinding" type="ns1:IITAPointOfSale"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="productSold"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrderConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalPurchaseOrderStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="PointOfSaleReferenceImplementationService"&gt;
+&lt;port name="PointOfSaleReferenceImplementationServicePort" binding="tns:PointOfSaleReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48748</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:11 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="5823"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="instrutionToReceive"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceive"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceiveResponse"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceiveResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInbound"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInboundResponse"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="productSold"&gt;
+&lt;part name="parameters" element="tns:productSold"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="productSoldResponse"&gt;
+&lt;part name="parameters" element="tns:productSoldResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderConfirmation"&gt;
+&lt;part name="parameters" element="tns:purchaseOrderConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:purchaseOrderConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalPurchaseOrderStatusNotification"&gt;
+&lt;part name="parameters" element="tns:finalPurchaseOrderStatusNotification"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalPurchaseOrderStatusNotificationResponse"&gt;
+&lt;part name="parameters" element="tns:finalPurchaseOrderStatusNotificationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequest"&gt;
+&lt;part name="parameters" element="tns:DropOffRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequestResponse"&gt;
+&lt;part name="parameters" element="tns:DropOffRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITAPointOfSale"&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveRequest" message="tns:instrutionToReceive"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveResponse" message="tns:instrutionToReceiveResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundRequest" message="tns:depatchNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundResponse" message="tns:depatchNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/inboudDeliveryStatusRequest" message="tns:inboudDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/inboudDeliveryStatusResponse" message="tns:inboudDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="productSold"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/productSoldRequest" message="tns:productSold"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/productSoldResponse" message="tns:productSoldResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrderConfirmation"&gt;
+&lt;input xmlns:ns9="http://www.w3.org/2007/05/addressing/metadata" ns9:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationRequest" message="tns:purchaseOrderConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationResponse" message="tns:purchaseOrderConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalPurchaseOrderStatusNotification"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationRequest" message="tns:finalPurchaseOrderStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationResponse" message="tns:finalPurchaseOrderStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestRequest" message="tns:DropOffRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestResponse" message="tns:DropOffRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>37568</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8096</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8096"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:12 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3097"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="PointOfSaleReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="PointOfSaleReferenceImplementationServicePortBinding" type="ns1:IITAPointOfSale"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="productSold"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrderConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalPurchaseOrderStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="PointOfSaleReferenceImplementationService"&gt;
+&lt;port name="PointOfSaleReferenceImplementationServicePort" binding="tns:PointOfSaleReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>37568</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8096</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8096"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:13 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="5823"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="instrutionToReceive"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceive"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceiveResponse"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceiveResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInbound"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInboundResponse"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="productSold"&gt;
+&lt;part name="parameters" element="tns:productSold"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="productSoldResponse"&gt;
+&lt;part name="parameters" element="tns:productSoldResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderConfirmation"&gt;
+&lt;part name="parameters" element="tns:purchaseOrderConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:purchaseOrderConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalPurchaseOrderStatusNotification"&gt;
+&lt;part name="parameters" element="tns:finalPurchaseOrderStatusNotification"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalPurchaseOrderStatusNotificationResponse"&gt;
+&lt;part name="parameters" element="tns:finalPurchaseOrderStatusNotificationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequest"&gt;
+&lt;part name="parameters" element="tns:DropOffRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequestResponse"&gt;
+&lt;part name="parameters" element="tns:DropOffRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITAPointOfSale"&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveRequest" message="tns:instrutionToReceive"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveResponse" message="tns:instrutionToReceiveResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundRequest" message="tns:depatchNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundResponse" message="tns:depatchNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/inboudDeliveryStatusRequest" message="tns:inboudDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/inboudDeliveryStatusResponse" message="tns:inboudDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="productSold"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/productSoldRequest" message="tns:productSold"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/productSoldResponse" message="tns:productSoldResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrderConfirmation"&gt;
+&lt;input xmlns:ns9="http://www.w3.org/2007/05/addressing/metadata" ns9:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationRequest" message="tns:purchaseOrderConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationResponse" message="tns:purchaseOrderConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalPurchaseOrderStatusNotification"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationRequest" message="tns:finalPurchaseOrderStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationResponse" message="tns:finalPurchaseOrderStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestRequest" message="tns:DropOffRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestResponse" message="tns:DropOffRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>57042</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8097</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8097"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:14 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3097"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="PointOfSaleReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="PointOfSaleReferenceImplementationServicePortBinding" type="ns1:IITAPointOfSale"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="productSold"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrderConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalPurchaseOrderStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="PointOfSaleReferenceImplementationService"&gt;
+&lt;port name="PointOfSaleReferenceImplementationServicePort" binding="tns:PointOfSaleReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>57042</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8097</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8097"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:16 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="5823"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="instrutionToReceive"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceive"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceiveResponse"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceiveResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInbound"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInboundResponse"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="productSold"&gt;
+&lt;part name="parameters" element="tns:productSold"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="productSoldResponse"&gt;
+&lt;part name="parameters" element="tns:productSoldResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderConfirmation"&gt;
+&lt;part name="parameters" element="tns:purchaseOrderConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:purchaseOrderConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalPurchaseOrderStatusNotification"&gt;
+&lt;part name="parameters" element="tns:finalPurchaseOrderStatusNotification"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalPurchaseOrderStatusNotificationResponse"&gt;
+&lt;part name="parameters" element="tns:finalPurchaseOrderStatusNotificationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequest"&gt;
+&lt;part name="parameters" element="tns:DropOffRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequestResponse"&gt;
+&lt;part name="parameters" element="tns:DropOffRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITAPointOfSale"&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveRequest" message="tns:instrutionToReceive"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveResponse" message="tns:instrutionToReceiveResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundRequest" message="tns:depatchNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundResponse" message="tns:depatchNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/inboudDeliveryStatusRequest" message="tns:inboudDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/inboudDeliveryStatusResponse" message="tns:inboudDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="productSold"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/productSoldRequest" message="tns:productSold"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/productSoldResponse" message="tns:productSoldResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrderConfirmation"&gt;
+&lt;input xmlns:ns9="http://www.w3.org/2007/05/addressing/metadata" ns9:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationRequest" message="tns:purchaseOrderConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationResponse" message="tns:purchaseOrderConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalPurchaseOrderStatusNotification"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationRequest" message="tns:finalPurchaseOrderStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationResponse" message="tns:finalPurchaseOrderStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestRequest" message="tns:DropOffRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestResponse" message="tns:DropOffRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48748</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="377"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="377"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Order accepted&lt;/comments&gt;&lt;idOrder&gt;order-eo0sg&lt;/idOrder&gt;&lt;/purchaseOrderConfirmationXML&gt;&lt;/ns2:purchaseOrderConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:16 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="263"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:purchaseOrderConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44218</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="381"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="381"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceive xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;idInstruction&gt;order-eo0sg&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns2:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:16 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceiveResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44222</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="393"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="393"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instructionToDespatch xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingOutboundInstructionXML&gt;&lt;idInstruction&gt;order-eo0sg-r4e9o&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingOutboundInstructionXML&gt;&lt;/ns2:instructionToDespatch&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:17 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="255"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instructionToDespatchResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instructionToDespatchResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48748</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceive xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;idInstruction&gt;order-eo0sg-wjxsu&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns2:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:17 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceiveResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56802</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transportInstructionConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="415"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="415"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionResponseXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Transport accepted&lt;/comments&gt;&lt;idTransport&gt;order-eo0sg-qthjo&lt;/idTransport&gt;&lt;/transportInstructionResponseXML&gt;&lt;/ns2:transportInstructionConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:17 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:transportInstructionConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56802</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;comments&gt;Transport done ok&lt;/comments&gt;&lt;idTransport&gt;order-eo0sg-qthjo&lt;/idTransport&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns2:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:20 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>45695</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8093</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8093"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="403"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="403"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Accepted&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-eo0sg-qthjo-mlvl0&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:PickUpConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:21 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="249"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>37594</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8096</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8096"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="442"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="442"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-p8xl1&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-eo0sg-qthjo-mlvl0&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/despatchAdviceXML&gt;&lt;/ns2:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:21 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>58214</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8090</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8090"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="453"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="453"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;2&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-eo0sg-qthjo-mlvl0&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-eo0sg-qthjo&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:PickUpRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:21 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>45691</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8093</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8093"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="417"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="417"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;false&lt;/accepted&gt;&lt;comments&gt;Try other day of week&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-eo0sg-qthjo-mlvl0&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:PickUpConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:21 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="249"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>58210</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8090</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8090"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="453"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="453"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;7&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-eo0sg-qthjo-mlvl0&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-eo0sg-qthjo&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:PickUpRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:21 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>45688</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8093</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8093"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="417"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="417"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;false&lt;/accepted&gt;&lt;comments&gt;Try other day of week&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-eo0sg-qthjo-mlvl0&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:PickUpConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:21 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="249"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>58208</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8090</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8090"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="453"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="453"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;6&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-eo0sg-qthjo-mlvl0&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-eo0sg-qthjo&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:PickUpRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:21 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56802</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;comments&gt;Transport done ok&lt;/comments&gt;&lt;idTransport&gt;order-eo0sg-qthjo&lt;/idTransport&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns2:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:21 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>46536</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8094</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8094"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="405"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="405"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Accepted&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-eo0sg-qthjo-5uxh2&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:DropOffConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:22 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>41352</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8091</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8091"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="446"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="446"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-p8xl1&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-eo0sg-qthjo-mlvl0&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationOutBound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:22 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="267"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBoundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationOutBoundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48748</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="419"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="419"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalPurchaseOrderStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;finalPurchaseOrderNotificationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Finished - All delivered&lt;/comments&gt;&lt;idOrder&gt;order-eo0sg&lt;/idOrder&gt;&lt;/finalPurchaseOrderNotificationXML&gt;&lt;/ns2:finalPurchaseOrderStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:22 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="285"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalPurchaseOrderStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalPurchaseOrderStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55795</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="413"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="413"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;-&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-eo0sg-wjxsu&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:22 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>57066</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8097</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8097"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="455"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="455"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;3&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-eo0sg-qthjo-5uxh2&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-eo0sg-qthjo&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:DropOffRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:22 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="241"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>43372</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8092</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/transportInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8092"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="503"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="503"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstruction xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionXML&gt;&lt;destination&gt;destination-point-of-salekjn77&lt;/destination&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-eo0sg-qthjo&lt;/idTransport&gt;&lt;numberOfTrips&gt;1&lt;/numberOfTrips&gt;&lt;origin&gt;origin-material-supplier-4xnhj&lt;/origin&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportInstructionXML&gt;&lt;/ns2:transportInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:23 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="253"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:transportInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55775</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="430"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="430"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;warehouse-despatch-pigzl&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-eo0sg&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:23 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44218</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="428"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="428"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;idDespatch&gt;warehouse-despatch-pigzl&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-eo0sg&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/despatchAdviceXML&gt;&lt;/ns2:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:24 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44216</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="312"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="312"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:inventoryStatusInstruction xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;inventoryReportStatusXML&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;/inventoryReportStatusXML&gt;&lt;/ns2:inventoryStatusInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:24 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:inventoryStatusInstructionResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:inventoryStatusInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55771</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/purchaseOrderRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="325"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="325"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrder xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderXML&gt;&lt;idOrder&gt;order-eo0sg&lt;/idOrder&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/purchaseOrderXML&gt;&lt;/ns2:purchaseOrder&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:24 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:purchaseOrderResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48784</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="377"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="377"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Order accepted&lt;/comments&gt;&lt;idOrder&gt;order-qsf1o&lt;/idOrder&gt;&lt;/purchaseOrderConfirmationXML&gt;&lt;/ns2:purchaseOrderConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:29 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="263"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:purchaseOrderConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44245</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="381"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="381"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceive xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;idInstruction&gt;order-qsf1o&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns2:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:30 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceiveResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44249</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="393"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="393"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instructionToDespatch xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingOutboundInstructionXML&gt;&lt;idInstruction&gt;order-qsf1o-gnhgj&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingOutboundInstructionXML&gt;&lt;/ns2:instructionToDespatch&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:30 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="255"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instructionToDespatchResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instructionToDespatchResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48784</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceive xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;idInstruction&gt;order-qsf1o-htgl9&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns2:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:30 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceiveResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56829</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transportInstructionConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="415"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="415"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionResponseXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Transport accepted&lt;/comments&gt;&lt;idTransport&gt;order-qsf1o-7uqu7&lt;/idTransport&gt;&lt;/transportInstructionResponseXML&gt;&lt;/ns2:transportInstructionConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:30 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:transportInstructionConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56829</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;comments&gt;Transport done ok&lt;/comments&gt;&lt;idTransport&gt;order-qsf1o-7uqu7&lt;/idTransport&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns2:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:30 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>45714</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8093</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8093"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="403"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="403"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Accepted&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-qsf1o-7uqu7-v3v17&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:PickUpConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:30 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="249"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>37612</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8096</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8096"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="442"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="442"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-ltvdp&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-qsf1o-7uqu7-v3v17&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/despatchAdviceXML&gt;&lt;/ns2:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:30 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>58234</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8090</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8090"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="453"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="453"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;3&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-qsf1o-7uqu7-v3v17&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-qsf1o-7uqu7&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:PickUpRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:31 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56829</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;comments&gt;Transport done ok&lt;/comments&gt;&lt;idTransport&gt;order-qsf1o-7uqu7&lt;/idTransport&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns2:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:34 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>46561</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8094</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8094"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="405"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="405"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Accepted&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-qsf1o-7uqu7-rdihl&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:DropOffConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:34 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>41378</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8091</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8091"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="446"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="446"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-ltvdp&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-qsf1o-7uqu7-v3v17&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationOutBound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:34 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="267"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBoundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationOutBoundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48784</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="419"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="419"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalPurchaseOrderStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;finalPurchaseOrderNotificationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Finished - All delivered&lt;/comments&gt;&lt;idOrder&gt;order-qsf1o&lt;/idOrder&gt;&lt;/finalPurchaseOrderNotificationXML&gt;&lt;/ns2:finalPurchaseOrderStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:34 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="285"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalPurchaseOrderStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalPurchaseOrderStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55821</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="413"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="413"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;-&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-qsf1o-htgl9&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:34 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>57090</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8097</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8097"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="455"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="455"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;1&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-qsf1o-7uqu7-rdihl&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-qsf1o-7uqu7&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:DropOffRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:35 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="241"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>46557</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8094</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8094"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="419"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="419"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;false&lt;/accepted&gt;&lt;comments&gt;Try other day of week&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-qsf1o-7uqu7-rdihl&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:DropOffConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:35 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>57086</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8097</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8097"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="455"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="455"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;7&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-qsf1o-7uqu7-rdihl&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-qsf1o-7uqu7&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:DropOffRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:35 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="241"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>46554</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8094</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8094"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="419"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="419"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;false&lt;/accepted&gt;&lt;comments&gt;Try other day of week&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-qsf1o-7uqu7-rdihl&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:DropOffConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:35 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>57084</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8097</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8097"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="455"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="455"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;6&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-qsf1o-7uqu7-rdihl&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-qsf1o-7uqu7&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:DropOffRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:35 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="241"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>43399</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8092</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/transportInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8092"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="503"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="503"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstruction xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionXML&gt;&lt;destination&gt;destination-point-of-sale58pik&lt;/destination&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-qsf1o-7uqu7&lt;/idTransport&gt;&lt;numberOfTrips&gt;1&lt;/numberOfTrips&gt;&lt;origin&gt;origin-material-supplier-9fwui&lt;/origin&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportInstructionXML&gt;&lt;/ns2:transportInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:35 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="253"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:transportInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55802</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="430"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="430"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;warehouse-despatch-pc62y&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-qsf1o&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:35 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44245</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="428"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="428"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;idDespatch&gt;warehouse-despatch-pc62y&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-qsf1o&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/despatchAdviceXML&gt;&lt;/ns2:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:35 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44243</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="312"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="312"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:inventoryStatusInstruction xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;inventoryReportStatusXML&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;/inventoryReportStatusXML&gt;&lt;/ns2:inventoryStatusInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:35 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:inventoryStatusInstructionResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:inventoryStatusInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55797</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/purchaseOrderRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="325"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="325"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrder xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderXML&gt;&lt;idOrder&gt;order-qsf1o&lt;/idOrder&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/purchaseOrderXML&gt;&lt;/ns2:purchaseOrder&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:36 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:purchaseOrderResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48784</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="377"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="377"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Order accepted&lt;/comments&gt;&lt;idOrder&gt;order-8ddz6&lt;/idOrder&gt;&lt;/purchaseOrderConfirmationXML&gt;&lt;/ns2:purchaseOrderConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:36 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="263"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:purchaseOrderConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44245</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="381"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="381"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceive xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;idInstruction&gt;order-8ddz6&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns2:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:36 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceiveResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44266</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="393"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="393"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instructionToDespatch xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingOutboundInstructionXML&gt;&lt;idInstruction&gt;order-8ddz6-4drbl&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingOutboundInstructionXML&gt;&lt;/ns2:instructionToDespatch&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:36 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="255"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instructionToDespatchResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instructionToDespatchResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48784</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceive xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;idInstruction&gt;order-8ddz6-mcrf7&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns2:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:36 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceiveResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56829</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transportInstructionConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="415"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="415"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionResponseXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Transport accepted&lt;/comments&gt;&lt;idTransport&gt;order-8ddz6-w7x17&lt;/idTransport&gt;&lt;/transportInstructionResponseXML&gt;&lt;/ns2:transportInstructionConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:36 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:transportInstructionConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56829</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;comments&gt;Transport done ok&lt;/comments&gt;&lt;idTransport&gt;order-8ddz6-w7x17&lt;/idTransport&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns2:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:38 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>45733</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8093</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8093"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="403"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="403"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Accepted&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-8ddz6-w7x17-9y1iq&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:PickUpConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:38 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="249"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>37631</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8096</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8096"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="442"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="442"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-6zld1&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-8ddz6-w7x17-9y1iq&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/despatchAdviceXML&gt;&lt;/ns2:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:38 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>58253</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8090</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8090"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="453"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="453"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;2&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-8ddz6-w7x17-9y1iq&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-8ddz6-w7x17&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:PickUpRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:38 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>45731</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8093</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8093"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="417"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="417"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;false&lt;/accepted&gt;&lt;comments&gt;Try other day of week&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-8ddz6-w7x17-9y1iq&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:PickUpConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:38 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="249"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>58251</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8090</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8090"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="453"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="453"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;6&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-8ddz6-w7x17-9y1iq&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-8ddz6-w7x17&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:PickUpRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:38 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56829</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;comments&gt;Transport done ok&lt;/comments&gt;&lt;idTransport&gt;order-8ddz6-w7x17&lt;/idTransport&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns2:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:39 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>46554</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8094</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8094"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="405"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="405"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Accepted&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-8ddz6-w7x17-42swz&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:DropOffConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:39 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>41378</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8091</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8091"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="446"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="446"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-6zld1&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-8ddz6-w7x17-9y1iq&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationOutBound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:39 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="267"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBoundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationOutBoundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48784</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="419"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="419"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalPurchaseOrderStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;finalPurchaseOrderNotificationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Finished - All delivered&lt;/comments&gt;&lt;idOrder&gt;order-8ddz6&lt;/idOrder&gt;&lt;/finalPurchaseOrderNotificationXML&gt;&lt;/ns2:finalPurchaseOrderStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:39 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="285"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalPurchaseOrderStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalPurchaseOrderStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55821</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="413"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="413"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;-&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-8ddz6-mcrf7&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:39 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>57084</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8097</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8097"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="455"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="455"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;2&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-8ddz6-w7x17-42swz&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-8ddz6-w7x17&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:DropOffRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:39 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="241"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>43399</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8092</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/transportInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8092"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="503"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="503"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstruction xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionXML&gt;&lt;destination&gt;destination-point-of-salet9ilh&lt;/destination&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-8ddz6-w7x17&lt;/idTransport&gt;&lt;numberOfTrips&gt;1&lt;/numberOfTrips&gt;&lt;origin&gt;origin-material-supplier-htedx&lt;/origin&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportInstructionXML&gt;&lt;/ns2:transportInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:39 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="253"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:transportInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55802</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="430"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="430"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;warehouse-despatch-hyy75&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-8ddz6&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:39 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44245</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="428"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="428"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;idDespatch&gt;warehouse-despatch-hyy75&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-8ddz6&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/despatchAdviceXML&gt;&lt;/ns2:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:39 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44243</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="312"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="312"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:inventoryStatusInstruction xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;inventoryReportStatusXML&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;/inventoryReportStatusXML&gt;&lt;/ns2:inventoryStatusInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:39 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:inventoryStatusInstructionResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:inventoryStatusInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55797</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/purchaseOrderRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="325"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="325"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrder xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderXML&gt;&lt;idOrder&gt;order-8ddz6&lt;/idOrder&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/purchaseOrderXML&gt;&lt;/ns2:purchaseOrder&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:39 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:purchaseOrderResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48784</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="377"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="377"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Order accepted&lt;/comments&gt;&lt;idOrder&gt;order-hhp0z&lt;/idOrder&gt;&lt;/purchaseOrderConfirmationXML&gt;&lt;/ns2:purchaseOrderConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:40 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="263"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:purchaseOrderConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44245</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="381"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="381"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceive xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;idInstruction&gt;order-hhp0z&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns2:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:40 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceiveResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44266</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="393"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="393"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instructionToDespatch xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingOutboundInstructionXML&gt;&lt;idInstruction&gt;order-hhp0z-6k1o3&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingOutboundInstructionXML&gt;&lt;/ns2:instructionToDespatch&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:40 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="255"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instructionToDespatchResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instructionToDespatchResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48784</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceive xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;idInstruction&gt;order-hhp0z-cl3cq&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns2:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:40 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceiveResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56829</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transportInstructionConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="415"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="415"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionResponseXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Transport accepted&lt;/comments&gt;&lt;idTransport&gt;order-hhp0z-fjd7o&lt;/idTransport&gt;&lt;/transportInstructionResponseXML&gt;&lt;/ns2:transportInstructionConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:40 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:transportInstructionConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56829</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;comments&gt;Transport done ok&lt;/comments&gt;&lt;idTransport&gt;order-hhp0z-fjd7o&lt;/idTransport&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns2:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:40 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>45731</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8093</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8093"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="403"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="403"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Accepted&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-hhp0z-fjd7o-y3ta4&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:PickUpConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:41 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="249"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>41378</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8091</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8091"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="446"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="446"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-gda7l&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-hhp0z-fjd7o-y3ta4&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationOutBound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:41 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="267"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBoundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationOutBoundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48784</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="419"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="419"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalPurchaseOrderStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;finalPurchaseOrderNotificationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Finished - All delivered&lt;/comments&gt;&lt;idOrder&gt;order-hhp0z&lt;/idOrder&gt;&lt;/finalPurchaseOrderNotificationXML&gt;&lt;/ns2:finalPurchaseOrderStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:41 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="285"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalPurchaseOrderStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalPurchaseOrderStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55821</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="413"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="413"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;-&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-hhp0z-cl3cq&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:41 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>37631</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8096</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8096"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="442"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="442"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-gda7l&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-hhp0z-fjd7o-y3ta4&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/despatchAdviceXML&gt;&lt;/ns2:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:41 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>58251</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8090</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8090"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="453"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="453"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;5&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-hhp0z-fjd7o-y3ta4&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-hhp0z-fjd7o&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:PickUpRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:41 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56829</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;comments&gt;Transport done ok&lt;/comments&gt;&lt;idTransport&gt;order-hhp0z-fjd7o&lt;/idTransport&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns2:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:41 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>46554</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8094</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8094"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="405"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="405"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Accepted&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-hhp0z-fjd7o-vhgzw&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:DropOffConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:41 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>41378</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8091</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8091"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="446"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="446"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-gda7l&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-hhp0z-fjd7o-y3ta4&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationOutBound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:41 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="267"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBoundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationOutBoundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55821</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="413"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="413"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;-&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-hhp0z-cl3cq&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:41 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="266"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>57084</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8097</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8097"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="455"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="455"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;3&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-hhp0z-fjd7o-vhgzw&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-hhp0z-fjd7o&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:DropOffRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:41 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="241"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>43399</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8092</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/transportInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8092"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="503"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="503"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstruction xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionXML&gt;&lt;destination&gt;destination-point-of-saleknc32&lt;/destination&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-hhp0z-fjd7o&lt;/idTransport&gt;&lt;numberOfTrips&gt;1&lt;/numberOfTrips&gt;&lt;origin&gt;origin-material-supplier-qzi7r&lt;/origin&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportInstructionXML&gt;&lt;/ns2:transportInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:42 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="253"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:transportInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55802</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="430"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="430"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;warehouse-despatch-6h068&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-hhp0z&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:42 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44245</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="428"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="428"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;idDespatch&gt;warehouse-despatch-6h068&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-hhp0z&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/despatchAdviceXML&gt;&lt;/ns2:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:42 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44243</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="312"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="312"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:inventoryStatusInstruction xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;inventoryReportStatusXML&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;/inventoryReportStatusXML&gt;&lt;/ns2:inventoryStatusInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:42 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:inventoryStatusInstructionResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:inventoryStatusInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55797</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/purchaseOrderRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="325"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="325"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrder xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderXML&gt;&lt;idOrder&gt;order-hhp0z&lt;/idOrder&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/purchaseOrderXML&gt;&lt;/ns2:purchaseOrder&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:42 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:purchaseOrderResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48784</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="377"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="377"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Order accepted&lt;/comments&gt;&lt;idOrder&gt;order-tk1f9&lt;/idOrder&gt;&lt;/purchaseOrderConfirmationXML&gt;&lt;/ns2:purchaseOrderConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:42 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="263"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:purchaseOrderConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44245</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="381"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="381"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceive xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;idInstruction&gt;order-tk1f9&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns2:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:42 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceiveResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44266</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="393"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="393"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instructionToDespatch xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingOutboundInstructionXML&gt;&lt;idInstruction&gt;order-tk1f9-cz5od&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingOutboundInstructionXML&gt;&lt;/ns2:instructionToDespatch&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:43 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="255"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instructionToDespatchResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instructionToDespatchResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48784</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceive xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;idInstruction&gt;order-tk1f9-xintf&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns2:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:43 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceiveResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56829</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transportInstructionConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="415"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="415"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionResponseXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Transport accepted&lt;/comments&gt;&lt;idTransport&gt;order-tk1f9-rhw7e&lt;/idTransport&gt;&lt;/transportInstructionResponseXML&gt;&lt;/ns2:transportInstructionConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:43 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:transportInstructionConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56829</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;comments&gt;Transport done ok&lt;/comments&gt;&lt;idTransport&gt;order-tk1f9-rhw7e&lt;/idTransport&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns2:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:43 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>45731</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8093</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8093"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="403"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="403"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Accepted&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-tk1f9-rhw7e-y3wuu&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:PickUpConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:43 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="249"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>41378</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8091</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8091"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="446"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="446"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-qahk7&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-tk1f9-rhw7e-y3wuu&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationOutBound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:43 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="267"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBoundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationOutBoundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48784</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="419"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="419"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalPurchaseOrderStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;finalPurchaseOrderNotificationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Finished - All delivered&lt;/comments&gt;&lt;idOrder&gt;order-tk1f9&lt;/idOrder&gt;&lt;/finalPurchaseOrderNotificationXML&gt;&lt;/ns2:finalPurchaseOrderStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:43 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="285"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalPurchaseOrderStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalPurchaseOrderStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55821</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="413"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="413"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;-&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-tk1f9-xintf&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:43 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>37631</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8096</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8096"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="442"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="442"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-qahk7&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-tk1f9-rhw7e-y3wuu&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/despatchAdviceXML&gt;&lt;/ns2:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:43 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>58251</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8090</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8090"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="453"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="453"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;5&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-tk1f9-rhw7e-y3wuu&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-tk1f9-rhw7e&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:PickUpRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:43 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56829</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;comments&gt;Transport done ok&lt;/comments&gt;&lt;idTransport&gt;order-tk1f9-rhw7e&lt;/idTransport&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns2:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:43 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>46554</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8094</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8094"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="405"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="405"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Accepted&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-tk1f9-rhw7e-k5g21&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:DropOffConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:43 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>41378</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8091</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8091"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="446"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="446"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-qahk7&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-tk1f9-rhw7e-y3wuu&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationOutBound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:44 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="267"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBoundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationOutBoundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55821</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="413"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="413"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;-&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-tk1f9-xintf&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:44 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="266"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>57084</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8097</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8097"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="455"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="455"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;3&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-tk1f9-rhw7e-k5g21&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-tk1f9-rhw7e&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:DropOffRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:44 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="241"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>43399</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8092</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/transportInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8092"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="503"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="503"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstruction xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionXML&gt;&lt;destination&gt;destination-point-of-sale64xb1&lt;/destination&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-tk1f9-rhw7e&lt;/idTransport&gt;&lt;numberOfTrips&gt;1&lt;/numberOfTrips&gt;&lt;origin&gt;origin-material-supplier-aofu2&lt;/origin&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportInstructionXML&gt;&lt;/ns2:transportInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:44 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="253"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:transportInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55802</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="430"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="430"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;warehouse-despatch-yyg0c&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-tk1f9&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:44 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44245</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="428"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="428"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;idDespatch&gt;warehouse-despatch-yyg0c&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-tk1f9&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/despatchAdviceXML&gt;&lt;/ns2:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:44 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44243</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="312"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="312"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:inventoryStatusInstruction xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;inventoryReportStatusXML&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;/inventoryReportStatusXML&gt;&lt;/ns2:inventoryStatusInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:44 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:inventoryStatusInstructionResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:inventoryStatusInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55797</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/purchaseOrderRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="325"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="325"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrder xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderXML&gt;&lt;idOrder&gt;order-tk1f9&lt;/idOrder&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/purchaseOrderXML&gt;&lt;/ns2:purchaseOrder&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:44 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:purchaseOrderResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48784</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="377"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="377"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Order accepted&lt;/comments&gt;&lt;idOrder&gt;order-3vmdf&lt;/idOrder&gt;&lt;/purchaseOrderConfirmationXML&gt;&lt;/ns2:purchaseOrderConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:45 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="263"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:purchaseOrderConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44245</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="381"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="381"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceive xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;idInstruction&gt;order-3vmdf&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns2:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:45 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceiveResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44266</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="393"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="393"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instructionToDespatch xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingOutboundInstructionXML&gt;&lt;idInstruction&gt;order-3vmdf-g1yzt&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingOutboundInstructionXML&gt;&lt;/ns2:instructionToDespatch&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:45 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="255"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instructionToDespatchResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instructionToDespatchResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48784</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceive xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;idInstruction&gt;order-3vmdf-9mqdr&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns2:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:45 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceiveResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56829</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transportInstructionConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="415"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="415"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionResponseXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Transport accepted&lt;/comments&gt;&lt;idTransport&gt;order-3vmdf-op30i&lt;/idTransport&gt;&lt;/transportInstructionResponseXML&gt;&lt;/ns2:transportInstructionConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:45 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:transportInstructionConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56829</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;comments&gt;Transport done ok&lt;/comments&gt;&lt;idTransport&gt;order-3vmdf-op30i&lt;/idTransport&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns2:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:45 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>45731</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8093</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8093"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="403"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="403"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Accepted&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-3vmdf-op30i-e54v5&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:PickUpConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:45 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="249"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>41378</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8091</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8091"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="446"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="446"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-51r2x&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-3vmdf-op30i-e54v5&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationOutBound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:45 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="267"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBoundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationOutBoundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48784</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="419"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="419"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalPurchaseOrderStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;finalPurchaseOrderNotificationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Finished - All delivered&lt;/comments&gt;&lt;idOrder&gt;order-3vmdf&lt;/idOrder&gt;&lt;/finalPurchaseOrderNotificationXML&gt;&lt;/ns2:finalPurchaseOrderStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:45 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="285"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalPurchaseOrderStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalPurchaseOrderStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55821</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="413"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="413"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;-&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-3vmdf-9mqdr&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:46 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>37631</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8096</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8096"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="442"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="442"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-51r2x&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-3vmdf-op30i-e54v5&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/despatchAdviceXML&gt;&lt;/ns2:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:46 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>58251</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8090</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8090"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="453"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="453"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;3&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-3vmdf-op30i-e54v5&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-3vmdf-op30i&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:PickUpRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:46 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56829</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;comments&gt;Transport done ok&lt;/comments&gt;&lt;idTransport&gt;order-3vmdf-op30i&lt;/idTransport&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns2:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:46 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>46554</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8094</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8094"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="405"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="405"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Accepted&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-3vmdf-op30i-ocwc4&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:DropOffConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:46 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>41378</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8091</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8091"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="446"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="446"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-51r2x&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-3vmdf-op30i-e54v5&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationOutBound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:46 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="267"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBoundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationOutBoundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55821</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="413"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="413"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;-&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-3vmdf-9mqdr&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:46 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="266"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>57084</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8097</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8097"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="455"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="455"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;2&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-3vmdf-op30i-ocwc4&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-3vmdf-op30i&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:DropOffRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:46 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="241"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>43399</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8092</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/transportInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8092"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="503"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="503"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstruction xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionXML&gt;&lt;destination&gt;destination-point-of-salec7neb&lt;/destination&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-3vmdf-op30i&lt;/idTransport&gt;&lt;numberOfTrips&gt;1&lt;/numberOfTrips&gt;&lt;origin&gt;origin-material-supplier-xmdfh&lt;/origin&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportInstructionXML&gt;&lt;/ns2:transportInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:46 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="253"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:transportInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55802</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="430"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="430"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;warehouse-despatch-aljfv&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-3vmdf&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:46 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44245</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="428"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="428"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;idDespatch&gt;warehouse-despatch-aljfv&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-3vmdf&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/despatchAdviceXML&gt;&lt;/ns2:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:46 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44243</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="312"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="312"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:inventoryStatusInstruction xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;inventoryReportStatusXML&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;/inventoryReportStatusXML&gt;&lt;/ns2:inventoryStatusInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:46 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:inventoryStatusInstructionResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:inventoryStatusInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55797</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/purchaseOrderRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="325"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="325"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrder xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderXML&gt;&lt;idOrder&gt;order-3vmdf&lt;/idOrder&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/purchaseOrderXML&gt;&lt;/ns2:purchaseOrder&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:27:46 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:purchaseOrderResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56856</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:11 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3130"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="BusinessUnitReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="BusinessUnitReferenceImplementationServicePortBinding" type="ns1:IITAMaterialSupplier"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="receiptNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstructionConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrder"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="despatchNotificationOutbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transporStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryReport"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalTransportStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="BusinessUnitReferenceImplementationService"&gt;
+&lt;port name="BusinessUnitReferenceImplementationServicePort" binding="tns:BusinessUnitReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56856</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:11 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="6088"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="receiptNotificationInbound"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationInbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationInboundResponse"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationInboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionConfirmation"&gt;
+&lt;part name="parameters" element="tns:transportInstructionConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:transportInstructionConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrder"&gt;
+&lt;part name="parameters" element="tns:purchaseOrder"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderResponse"&gt;
+&lt;part name="parameters" element="tns:purchaseOrderResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="despatchNotificationOutbound"&gt;
+&lt;part name="parameters" element="tns:despatchNotificationOutbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="despatchNotificationOutboundResponse"&gt;
+&lt;part name="parameters" element="tns:despatchNotificationOutboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transporStatusNotification"&gt;
+&lt;part name="parameters" element="tns:transporStatusNotification"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transporStatusNotificationResponse"&gt;
+&lt;part name="parameters" element="tns:transporStatusNotificationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryReport"&gt;
+&lt;part name="parameters" element="tns:inventoryReport"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryReportResponse"&gt;
+&lt;part name="parameters" element="tns:inventoryReportResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalTransportStatusNotification"&gt;
+&lt;part name="parameters" element="tns:finalTransportStatusNotification"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalTransportStatusNotificationResponse"&gt;
+&lt;part name="parameters" element="tns:finalTransportStatusNotificationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITAMaterialSupplier"&gt;
+&lt;operation name="receiptNotificationInbound"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest" message="tns:receiptNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundResponse" message="tns:receiptNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstructionConfirmation"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transportInstructionConfirmationRequest" message="tns:transportInstructionConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transportInstructionConfirmationResponse" message="tns:transportInstructionConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrder"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/purchaseOrderRequest" message="tns:purchaseOrder"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/purchaseOrderResponse" message="tns:purchaseOrderResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="despatchNotificationOutbound"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/despatchNotificationOutboundRequest" message="tns:despatchNotificationOutbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/despatchNotificationOutboundResponse" message="tns:despatchNotificationOutboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transporStatusNotification"&gt;
+&lt;input xmlns:ns9="http://www.w3.org/2007/05/addressing/metadata" ns9:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transporStatusNotificationRequest" message="tns:transporStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transporStatusNotificationResponse" message="tns:transporStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryReport"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/inventoryReportRequest" message="tns:inventoryReport"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/inventoryReportResponse" message="tns:inventoryReportResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalTransportStatusNotification"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest" message="tns:finalTransportStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationResponse" message="tns:finalTransportStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55833</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:11 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3130"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="BusinessUnitReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="BusinessUnitReferenceImplementationServicePortBinding" type="ns1:IITAMaterialSupplier"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="receiptNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstructionConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrder"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="despatchNotificationOutbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transporStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryReport"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalTransportStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="BusinessUnitReferenceImplementationService"&gt;
+&lt;port name="BusinessUnitReferenceImplementationServicePort" binding="tns:BusinessUnitReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55833</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:11 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="6088"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="receiptNotificationInbound"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationInbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationInboundResponse"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationInboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionConfirmation"&gt;
+&lt;part name="parameters" element="tns:transportInstructionConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:transportInstructionConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrder"&gt;
+&lt;part name="parameters" element="tns:purchaseOrder"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderResponse"&gt;
+&lt;part name="parameters" element="tns:purchaseOrderResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="despatchNotificationOutbound"&gt;
+&lt;part name="parameters" element="tns:despatchNotificationOutbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="despatchNotificationOutboundResponse"&gt;
+&lt;part name="parameters" element="tns:despatchNotificationOutboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transporStatusNotification"&gt;
+&lt;part name="parameters" element="tns:transporStatusNotification"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transporStatusNotificationResponse"&gt;
+&lt;part name="parameters" element="tns:transporStatusNotificationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryReport"&gt;
+&lt;part name="parameters" element="tns:inventoryReport"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryReportResponse"&gt;
+&lt;part name="parameters" element="tns:inventoryReportResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalTransportStatusNotification"&gt;
+&lt;part name="parameters" element="tns:finalTransportStatusNotification"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalTransportStatusNotificationResponse"&gt;
+&lt;part name="parameters" element="tns:finalTransportStatusNotificationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITAMaterialSupplier"&gt;
+&lt;operation name="receiptNotificationInbound"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest" message="tns:receiptNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundResponse" message="tns:receiptNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportInstructionConfirmation"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transportInstructionConfirmationRequest" message="tns:transportInstructionConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transportInstructionConfirmationResponse" message="tns:transportInstructionConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrder"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/purchaseOrderRequest" message="tns:purchaseOrder"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/purchaseOrderResponse" message="tns:purchaseOrderResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="despatchNotificationOutbound"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/despatchNotificationOutboundRequest" message="tns:despatchNotificationOutbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/despatchNotificationOutboundResponse" message="tns:despatchNotificationOutboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transporStatusNotification"&gt;
+&lt;input xmlns:ns9="http://www.w3.org/2007/05/addressing/metadata" ns9:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transporStatusNotificationRequest" message="tns:transporStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transporStatusNotificationResponse" message="tns:transporStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryReport"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/inventoryReportRequest" message="tns:inventoryReport"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/inventoryReportResponse" message="tns:inventoryReportResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalTransportStatusNotification"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest" message="tns:finalTransportStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationResponse" message="tns:finalTransportStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44281</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:12 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3297"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="WarehouseReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="WarehouseReferenceImplementationServicePortBinding" type="ns1:IITAWarehouse"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstruction"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="WarehouseReferenceImplementationService"&gt;
+&lt;port name="WarehouseReferenceImplementationServicePort" binding="tns:WarehouseReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44281</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:12 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="6532"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="PickUpRequest"&gt;
+&lt;part name="parameters" element="tns:PickUpRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpRequestResponse"&gt;
+&lt;part name="parameters" element="tns:PickUpRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceive"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceive"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceiveResponse"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceiveResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInbound"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInboundResponse"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:outboundDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:outboundDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstruction"&gt;
+&lt;part name="parameters" element="tns:inventoryStatusInstruction"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstructionResponse"&gt;
+&lt;part name="parameters" element="tns:inventoryStatusInstructionResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBound"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationOutBound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBoundResponse"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationOutBoundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatch"&gt;
+&lt;part name="parameters" element="tns:instructionToDespatch"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatchResponse"&gt;
+&lt;part name="parameters" element="tns:instructionToDespatchResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITAWarehouse"&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest" message="tns:PickUpRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestResponse" message="tns:PickUpRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveRequest" message="tns:instrutionToReceive"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveResponse" message="tns:instrutionToReceiveResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundRequest" message="tns:depatchNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundResponse" message="tns:depatchNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inboudDeliveryStatusRequest" message="tns:inboudDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inboudDeliveryStatusResponse" message="tns:inboudDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;input xmlns:ns9="http://www.w3.org/2007/05/addressing/metadata" ns9:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/outboundDeliveryStatusRequest" message="tns:outboundDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/outboundDeliveryStatusResponse" message="tns:outboundDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstruction"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionRequest" message="tns:inventoryStatusInstruction"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionResponse" message="tns:inventoryStatusInstructionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest" message="tns:receiptNotificationOutBound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundResponse" message="tns:receiptNotificationOutBoundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;input xmlns:ns15="http://www.w3.org/2007/05/addressing/metadata" ns15:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchRequest" message="tns:instructionToDespatch"&gt;&lt;/input&gt;
+&lt;output xmlns:ns16="http://www.w3.org/2007/05/addressing/metadata" ns16:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchResponse" message="tns:instructionToDespatchResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>58267</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8090</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8090"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:12 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3297"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="WarehouseReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="WarehouseReferenceImplementationServicePortBinding" type="ns1:IITAWarehouse"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstruction"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="WarehouseReferenceImplementationService"&gt;
+&lt;port name="WarehouseReferenceImplementationServicePort" binding="tns:WarehouseReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>58267</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8090</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8090"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:12 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="6532"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="PickUpRequest"&gt;
+&lt;part name="parameters" element="tns:PickUpRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpRequestResponse"&gt;
+&lt;part name="parameters" element="tns:PickUpRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceive"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceive"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceiveResponse"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceiveResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInbound"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInboundResponse"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:outboundDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:outboundDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstruction"&gt;
+&lt;part name="parameters" element="tns:inventoryStatusInstruction"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstructionResponse"&gt;
+&lt;part name="parameters" element="tns:inventoryStatusInstructionResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBound"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationOutBound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBoundResponse"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationOutBoundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatch"&gt;
+&lt;part name="parameters" element="tns:instructionToDespatch"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatchResponse"&gt;
+&lt;part name="parameters" element="tns:instructionToDespatchResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITAWarehouse"&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest" message="tns:PickUpRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestResponse" message="tns:PickUpRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveRequest" message="tns:instrutionToReceive"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveResponse" message="tns:instrutionToReceiveResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundRequest" message="tns:depatchNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundResponse" message="tns:depatchNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inboudDeliveryStatusRequest" message="tns:inboudDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inboudDeliveryStatusResponse" message="tns:inboudDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;input xmlns:ns9="http://www.w3.org/2007/05/addressing/metadata" ns9:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/outboundDeliveryStatusRequest" message="tns:outboundDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/outboundDeliveryStatusResponse" message="tns:outboundDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstruction"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionRequest" message="tns:inventoryStatusInstruction"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionResponse" message="tns:inventoryStatusInstructionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest" message="tns:receiptNotificationOutBound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundResponse" message="tns:receiptNotificationOutBoundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;input xmlns:ns15="http://www.w3.org/2007/05/addressing/metadata" ns15:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchRequest" message="tns:instructionToDespatch"&gt;&lt;/input&gt;
+&lt;output xmlns:ns16="http://www.w3.org/2007/05/addressing/metadata" ns16:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchResponse" message="tns:instructionToDespatchResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>41399</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8091</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8091"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:12 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3297"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="WarehouseReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="WarehouseReferenceImplementationServicePortBinding" type="ns1:IITAWarehouse"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstruction"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="WarehouseReferenceImplementationService"&gt;
+&lt;port name="WarehouseReferenceImplementationServicePort" binding="tns:WarehouseReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>41399</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8091</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8091"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:12 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="6532"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="PickUpRequest"&gt;
+&lt;part name="parameters" element="tns:PickUpRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpRequestResponse"&gt;
+&lt;part name="parameters" element="tns:PickUpRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceive"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceive"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceiveResponse"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceiveResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInbound"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInboundResponse"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:outboundDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="outboundDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:outboundDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstruction"&gt;
+&lt;part name="parameters" element="tns:inventoryStatusInstruction"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inventoryStatusInstructionResponse"&gt;
+&lt;part name="parameters" element="tns:inventoryStatusInstructionResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBound"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationOutBound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="receiptNotificationOutBoundResponse"&gt;
+&lt;part name="parameters" element="tns:receiptNotificationOutBoundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatch"&gt;
+&lt;part name="parameters" element="tns:instructionToDespatch"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instructionToDespatchResponse"&gt;
+&lt;part name="parameters" element="tns:instructionToDespatchResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITAWarehouse"&gt;
+&lt;operation name="PickUpRequest"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest" message="tns:PickUpRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestResponse" message="tns:PickUpRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveRequest" message="tns:instrutionToReceive"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveResponse" message="tns:instrutionToReceiveResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundRequest" message="tns:depatchNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundResponse" message="tns:depatchNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inboudDeliveryStatusRequest" message="tns:inboudDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inboudDeliveryStatusResponse" message="tns:inboudDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="outboundDeliveryStatus"&gt;
+&lt;input xmlns:ns9="http://www.w3.org/2007/05/addressing/metadata" ns9:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/outboundDeliveryStatusRequest" message="tns:outboundDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/outboundDeliveryStatusResponse" message="tns:outboundDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inventoryStatusInstruction"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionRequest" message="tns:inventoryStatusInstruction"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionResponse" message="tns:inventoryStatusInstructionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="receiptNotificationOutBound"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest" message="tns:receiptNotificationOutBound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundResponse" message="tns:receiptNotificationOutBoundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="instructionToDespatch"&gt;
+&lt;input xmlns:ns15="http://www.w3.org/2007/05/addressing/metadata" ns15:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchRequest" message="tns:instructionToDespatch"&gt;&lt;/input&gt;
+&lt;output xmlns:ns16="http://www.w3.org/2007/05/addressing/metadata" ns16:Action="http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchResponse" message="tns:instructionToDespatchResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>43441</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8092</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8092"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:12 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="2430"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="TransportReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="TransportReferenceImplementationServicePortBinding" type="ns1:IITATransport"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportStatusRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="TransportReferenceImplementationService"&gt;
+&lt;port name="TransportReferenceImplementationServicePort" binding="tns:TransportReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>43441</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8092</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8092"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:12 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3543"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="transportInstruction"&gt;
+&lt;part name="parameters" element="tns:transportInstruction"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionResponse"&gt;
+&lt;part name="parameters" element="tns:transportInstructionResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmation"&gt;
+&lt;part name="parameters" element="tns:PickUpConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:PickUpConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmation"&gt;
+&lt;part name="parameters" element="tns:DropOffConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:DropOffConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportStatusRequest"&gt;
+&lt;part name="parameters" element="tns:transportStatusRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportStatusRequestResponse"&gt;
+&lt;part name="parameters" element="tns:transportStatusRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITATransport"&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITATransport/transportInstructionRequest" message="tns:transportInstruction"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITATransport/transportInstructionResponse" message="tns:transportInstructionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest" message="tns:PickUpConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationResponse" message="tns:PickUpConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationRequest" message="tns:DropOffConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationResponse" message="tns:DropOffConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportStatusRequest"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITATransport/transportStatusRequestRequest" message="tns:transportStatusRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITATransport/transportStatusRequestResponse" message="tns:transportStatusRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>45754</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8093</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8093"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:12 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="2430"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="TransportReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="TransportReferenceImplementationServicePortBinding" type="ns1:IITATransport"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportStatusRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="TransportReferenceImplementationService"&gt;
+&lt;port name="TransportReferenceImplementationServicePort" binding="tns:TransportReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>45754</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8093</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8093"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:13 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3543"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="transportInstruction"&gt;
+&lt;part name="parameters" element="tns:transportInstruction"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionResponse"&gt;
+&lt;part name="parameters" element="tns:transportInstructionResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmation"&gt;
+&lt;part name="parameters" element="tns:PickUpConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:PickUpConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmation"&gt;
+&lt;part name="parameters" element="tns:DropOffConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:DropOffConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportStatusRequest"&gt;
+&lt;part name="parameters" element="tns:transportStatusRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportStatusRequestResponse"&gt;
+&lt;part name="parameters" element="tns:transportStatusRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITATransport"&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITATransport/transportInstructionRequest" message="tns:transportInstruction"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITATransport/transportInstructionResponse" message="tns:transportInstructionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest" message="tns:PickUpConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationResponse" message="tns:PickUpConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationRequest" message="tns:DropOffConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationResponse" message="tns:DropOffConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportStatusRequest"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITATransport/transportStatusRequestRequest" message="tns:transportStatusRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITATransport/transportStatusRequestResponse" message="tns:transportStatusRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>46592</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8094</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8094"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:13 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="2430"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="TransportReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="TransportReferenceImplementationServicePortBinding" type="ns1:IITATransport"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportStatusRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="TransportReferenceImplementationService"&gt;
+&lt;port name="TransportReferenceImplementationServicePort" binding="tns:TransportReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>46592</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8094</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8094"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:13 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3543"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="transportInstruction"&gt;
+&lt;part name="parameters" element="tns:transportInstruction"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportInstructionResponse"&gt;
+&lt;part name="parameters" element="tns:transportInstructionResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmation"&gt;
+&lt;part name="parameters" element="tns:PickUpConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="PickUpConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:PickUpConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmation"&gt;
+&lt;part name="parameters" element="tns:DropOffConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:DropOffConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportStatusRequest"&gt;
+&lt;part name="parameters" element="tns:transportStatusRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="transportStatusRequestResponse"&gt;
+&lt;part name="parameters" element="tns:transportStatusRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITATransport"&gt;
+&lt;operation name="transportInstruction"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITATransport/transportInstructionRequest" message="tns:transportInstruction"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITATransport/transportInstructionResponse" message="tns:transportInstructionResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="PickUpConfirmation"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest" message="tns:PickUpConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationResponse" message="tns:PickUpConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffConfirmation"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationRequest" message="tns:DropOffConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationResponse" message="tns:DropOffConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="transportStatusRequest"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITATransport/transportStatusRequestRequest" message="tns:transportStatusRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITATransport/transportStatusRequestResponse" message="tns:transportStatusRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48839</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:13 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3097"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="PointOfSaleReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="PointOfSaleReferenceImplementationServicePortBinding" type="ns1:IITAPointOfSale"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrderConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalPurchaseOrderStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="productSold"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="PointOfSaleReferenceImplementationService"&gt;
+&lt;port name="PointOfSaleReferenceImplementationServicePort" binding="tns:PointOfSaleReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48839</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:13 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="5823"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="instrutionToReceive"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceive"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceiveResponse"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceiveResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInbound"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInboundResponse"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderConfirmation"&gt;
+&lt;part name="parameters" element="tns:purchaseOrderConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:purchaseOrderConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalPurchaseOrderStatusNotification"&gt;
+&lt;part name="parameters" element="tns:finalPurchaseOrderStatusNotification"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalPurchaseOrderStatusNotificationResponse"&gt;
+&lt;part name="parameters" element="tns:finalPurchaseOrderStatusNotificationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequest"&gt;
+&lt;part name="parameters" element="tns:DropOffRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequestResponse"&gt;
+&lt;part name="parameters" element="tns:DropOffRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="productSold"&gt;
+&lt;part name="parameters" element="tns:productSold"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="productSoldResponse"&gt;
+&lt;part name="parameters" element="tns:productSoldResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITAPointOfSale"&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveRequest" message="tns:instrutionToReceive"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveResponse" message="tns:instrutionToReceiveResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundRequest" message="tns:depatchNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundResponse" message="tns:depatchNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/inboudDeliveryStatusRequest" message="tns:inboudDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/inboudDeliveryStatusResponse" message="tns:inboudDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrderConfirmation"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationRequest" message="tns:purchaseOrderConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationResponse" message="tns:purchaseOrderConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalPurchaseOrderStatusNotification"&gt;
+&lt;input xmlns:ns9="http://www.w3.org/2007/05/addressing/metadata" ns9:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationRequest" message="tns:finalPurchaseOrderStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationResponse" message="tns:finalPurchaseOrderStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestRequest" message="tns:DropOffRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestResponse" message="tns:DropOffRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="productSold"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/productSoldRequest" message="tns:productSold"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/productSoldResponse" message="tns:productSoldResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>37658</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8096</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8096"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:13 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3097"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="PointOfSaleReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="PointOfSaleReferenceImplementationServicePortBinding" type="ns1:IITAPointOfSale"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrderConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalPurchaseOrderStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="productSold"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="PointOfSaleReferenceImplementationService"&gt;
+&lt;port name="PointOfSaleReferenceImplementationServicePort" binding="tns:PointOfSaleReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>37658</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8096</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8096"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:13 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="5823"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="instrutionToReceive"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceive"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceiveResponse"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceiveResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInbound"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInboundResponse"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderConfirmation"&gt;
+&lt;part name="parameters" element="tns:purchaseOrderConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:purchaseOrderConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalPurchaseOrderStatusNotification"&gt;
+&lt;part name="parameters" element="tns:finalPurchaseOrderStatusNotification"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalPurchaseOrderStatusNotificationResponse"&gt;
+&lt;part name="parameters" element="tns:finalPurchaseOrderStatusNotificationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequest"&gt;
+&lt;part name="parameters" element="tns:DropOffRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequestResponse"&gt;
+&lt;part name="parameters" element="tns:DropOffRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="productSold"&gt;
+&lt;part name="parameters" element="tns:productSold"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="productSoldResponse"&gt;
+&lt;part name="parameters" element="tns:productSoldResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITAPointOfSale"&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveRequest" message="tns:instrutionToReceive"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveResponse" message="tns:instrutionToReceiveResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundRequest" message="tns:depatchNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundResponse" message="tns:depatchNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/inboudDeliveryStatusRequest" message="tns:inboudDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/inboudDeliveryStatusResponse" message="tns:inboudDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrderConfirmation"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationRequest" message="tns:purchaseOrderConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationResponse" message="tns:purchaseOrderConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalPurchaseOrderStatusNotification"&gt;
+&lt;input xmlns:ns9="http://www.w3.org/2007/05/addressing/metadata" ns9:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationRequest" message="tns:finalPurchaseOrderStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationResponse" message="tns:finalPurchaseOrderStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestRequest" message="tns:DropOffRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestResponse" message="tns:DropOffRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="productSold"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/productSoldRequest" message="tns:productSold"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/productSoldResponse" message="tns:productSoldResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>57131</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8097</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService" query="wsdl"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8097"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:14 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="3097"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:wsp1_2="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://org.ita.midas.logisticssaut/referenceimplementation" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas.logisticssaut/referenceimplementation" name="PointOfSaleReferenceImplementationService"&gt;
+&lt;import namespace="http://org.ita.midas/logisticssaut" location="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService?wsdl=1"&gt;&lt;/import&gt;
+&lt;binding xmlns:ns1="http://org.ita.midas/logisticssaut" name="PointOfSaleReferenceImplementationServicePortBinding" type="ns1:IITAPointOfSale"&gt;
+&lt;soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"&gt;&lt;/soap:binding&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrderConfirmation"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalPurchaseOrderStatusNotification"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="productSold"&gt;
+&lt;soap:operation soapAction=""&gt;&lt;/soap:operation&gt;
+&lt;input&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/input&gt;
+&lt;output&gt;
+&lt;soap:body use="literal"&gt;&lt;/soap:body&gt;
+&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/binding&gt;
+&lt;service name="PointOfSaleReferenceImplementationService"&gt;
+&lt;port name="PointOfSaleReferenceImplementationServicePort" binding="tns:PointOfSaleReferenceImplementationServicePortBinding"&gt;
+&lt;soap:address location="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService"&gt;&lt;/soap:address&gt;
+&lt;/port&gt;
+&lt;/service&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>57131</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8097</port></receiver><request method="GET" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService" query="wsdl=1"><headers><header key="User-Agent" value="Java/1.7.0_75"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8097"/><header key="Accept" value="text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2"/></headers></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:14 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml;charset=UTF-8" length="5823"><data>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.2.4-b01. --&gt;&lt;definitions xmlns:tns="http://org.ita.midas/logisticssaut" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://org.ita.midas/logisticssaut"&gt;
+&lt;types&gt;
+&lt;xsd:schema&gt;
+&lt;xsd:import namespace="http://org.ita.midas/logisticssaut" schemaLocation="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService?xsd=1"&gt;&lt;/xsd:import&gt;
+&lt;/xsd:schema&gt;
+&lt;/types&gt;
+&lt;message name="instrutionToReceive"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceive"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="instrutionToReceiveResponse"&gt;
+&lt;part name="parameters" element="tns:instrutionToReceiveResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInbound"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInbound"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="depatchNotificationInboundResponse"&gt;
+&lt;part name="parameters" element="tns:depatchNotificationInboundResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatus"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatus"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="inboudDeliveryStatusResponse"&gt;
+&lt;part name="parameters" element="tns:inboudDeliveryStatusResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderConfirmation"&gt;
+&lt;part name="parameters" element="tns:purchaseOrderConfirmation"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="purchaseOrderConfirmationResponse"&gt;
+&lt;part name="parameters" element="tns:purchaseOrderConfirmationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalPurchaseOrderStatusNotification"&gt;
+&lt;part name="parameters" element="tns:finalPurchaseOrderStatusNotification"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="finalPurchaseOrderStatusNotificationResponse"&gt;
+&lt;part name="parameters" element="tns:finalPurchaseOrderStatusNotificationResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequest"&gt;
+&lt;part name="parameters" element="tns:DropOffRequest"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="DropOffRequestResponse"&gt;
+&lt;part name="parameters" element="tns:DropOffRequestResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="productSold"&gt;
+&lt;part name="parameters" element="tns:productSold"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;message name="productSoldResponse"&gt;
+&lt;part name="parameters" element="tns:productSoldResponse"&gt;&lt;/part&gt;
+&lt;/message&gt;
+&lt;portType name="IITAPointOfSale"&gt;
+&lt;operation name="instrutionToReceive"&gt;
+&lt;input xmlns:ns1="http://www.w3.org/2007/05/addressing/metadata" ns1:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveRequest" message="tns:instrutionToReceive"&gt;&lt;/input&gt;
+&lt;output xmlns:ns2="http://www.w3.org/2007/05/addressing/metadata" ns2:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveResponse" message="tns:instrutionToReceiveResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="depatchNotificationInbound"&gt;
+&lt;input xmlns:ns3="http://www.w3.org/2007/05/addressing/metadata" ns3:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundRequest" message="tns:depatchNotificationInbound"&gt;&lt;/input&gt;
+&lt;output xmlns:ns4="http://www.w3.org/2007/05/addressing/metadata" ns4:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundResponse" message="tns:depatchNotificationInboundResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="inboudDeliveryStatus"&gt;
+&lt;input xmlns:ns5="http://www.w3.org/2007/05/addressing/metadata" ns5:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/inboudDeliveryStatusRequest" message="tns:inboudDeliveryStatus"&gt;&lt;/input&gt;
+&lt;output xmlns:ns6="http://www.w3.org/2007/05/addressing/metadata" ns6:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/inboudDeliveryStatusResponse" message="tns:inboudDeliveryStatusResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="purchaseOrderConfirmation"&gt;
+&lt;input xmlns:ns7="http://www.w3.org/2007/05/addressing/metadata" ns7:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationRequest" message="tns:purchaseOrderConfirmation"&gt;&lt;/input&gt;
+&lt;output xmlns:ns8="http://www.w3.org/2007/05/addressing/metadata" ns8:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationResponse" message="tns:purchaseOrderConfirmationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="finalPurchaseOrderStatusNotification"&gt;
+&lt;input xmlns:ns9="http://www.w3.org/2007/05/addressing/metadata" ns9:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationRequest" message="tns:finalPurchaseOrderStatusNotification"&gt;&lt;/input&gt;
+&lt;output xmlns:ns10="http://www.w3.org/2007/05/addressing/metadata" ns10:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationResponse" message="tns:finalPurchaseOrderStatusNotificationResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="DropOffRequest"&gt;
+&lt;input xmlns:ns11="http://www.w3.org/2007/05/addressing/metadata" ns11:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestRequest" message="tns:DropOffRequest"&gt;&lt;/input&gt;
+&lt;output xmlns:ns12="http://www.w3.org/2007/05/addressing/metadata" ns12:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestResponse" message="tns:DropOffRequestResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;operation name="productSold"&gt;
+&lt;input xmlns:ns13="http://www.w3.org/2007/05/addressing/metadata" ns13:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/productSoldRequest" message="tns:productSold"&gt;&lt;/input&gt;
+&lt;output xmlns:ns14="http://www.w3.org/2007/05/addressing/metadata" ns14:Action="http://org.ita.midas/logisticssaut/IITAPointOfSale/productSoldResponse" message="tns:productSoldResponse"&gt;&lt;/output&gt;
+&lt;/operation&gt;
+&lt;/portType&gt;
+&lt;/definitions&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48839</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="377"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="377"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Order accepted&lt;/comments&gt;&lt;idOrder&gt;order-4pw20&lt;/idOrder&gt;&lt;/purchaseOrderConfirmationXML&gt;&lt;/ns2:purchaseOrderConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:14 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="263"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:purchaseOrderConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44303</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="381"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="381"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceive xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;idInstruction&gt;order-4pw20&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns2:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:14 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceiveResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44307</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="393"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="393"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instructionToDespatch xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingOutboundInstructionXML&gt;&lt;idInstruction&gt;order-4pw20-pizo1&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingOutboundInstructionXML&gt;&lt;/ns2:instructionToDespatch&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:14 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="255"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instructionToDespatchResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instructionToDespatchResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48839</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceive xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;idInstruction&gt;order-4pw20-uk67s&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns2:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:14 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceiveResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56856</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transportInstructionConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="415"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="415"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionResponseXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Transport accepted&lt;/comments&gt;&lt;idTransport&gt;order-4pw20-jldjk&lt;/idTransport&gt;&lt;/transportInstructionResponseXML&gt;&lt;/ns2:transportInstructionConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:14 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:transportInstructionConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56856</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;comments&gt;Transport done ok&lt;/comments&gt;&lt;idTransport&gt;order-4pw20-jldjk&lt;/idTransport&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns2:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:16 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>45774</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8093</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8093"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="403"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="403"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Accepted&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-4pw20-jldjk-z79b8&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:PickUpConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:16 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="249"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>37658</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8096</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8096"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="442"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="442"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-im5hp&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-4pw20-jldjk-z79b8&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/despatchAdviceXML&gt;&lt;/ns2:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:16 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>58293</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8090</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8090"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="453"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="453"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;4&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-4pw20-jldjk-z79b8&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-4pw20-jldjk&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:PickUpRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:16 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>45754</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8093</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8093"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="417"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="417"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;false&lt;/accepted&gt;&lt;comments&gt;Try other day of week&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-4pw20-jldjk-z79b8&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:PickUpConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:16 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="249"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>58267</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8090</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8090"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="453"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="453"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;7&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-4pw20-jldjk-z79b8&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-4pw20-jldjk&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:PickUpRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:17 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56856</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;comments&gt;Transport done ok&lt;/comments&gt;&lt;idTransport&gt;order-4pw20-jldjk&lt;/idTransport&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns2:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:17 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>46592</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8094</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8094"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="405"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="405"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Accepted&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-4pw20-jldjk-r7dgb&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:DropOffConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:17 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>41399</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8091</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8091"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="446"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="446"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-im5hp&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-4pw20-jldjk-z79b8&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationOutBound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:17 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="267"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBoundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationOutBoundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48839</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="419"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="419"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalPurchaseOrderStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;finalPurchaseOrderNotificationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Finished - All delivered&lt;/comments&gt;&lt;idOrder&gt;order-4pw20&lt;/idOrder&gt;&lt;/finalPurchaseOrderNotificationXML&gt;&lt;/ns2:finalPurchaseOrderStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:17 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="285"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalPurchaseOrderStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalPurchaseOrderStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55870</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="413"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="413"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;-&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-4pw20-uk67s&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:17 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>57131</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8097</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8097"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="455"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="455"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;1&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-4pw20-jldjk-r7dgb&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-4pw20-jldjk&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:DropOffRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:17 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="241"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>43441</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8092</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/transportInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8092"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="503"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="503"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstruction xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionXML&gt;&lt;destination&gt;destination-point-of-saleo1k1m&lt;/destination&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-4pw20-jldjk&lt;/idTransport&gt;&lt;numberOfTrips&gt;1&lt;/numberOfTrips&gt;&lt;origin&gt;origin-material-supplier-9bb87&lt;/origin&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportInstructionXML&gt;&lt;/ns2:transportInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:17 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="253"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:transportInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55861</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="430"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="430"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;warehouse-despatch-s6mdm&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-4pw20&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:17 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44303</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="428"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="428"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;idDespatch&gt;warehouse-despatch-s6mdm&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-4pw20&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/despatchAdviceXML&gt;&lt;/ns2:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:17 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44281</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="312"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="312"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:inventoryStatusInstruction xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;inventoryReportStatusXML&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;/inventoryReportStatusXML&gt;&lt;/ns2:inventoryStatusInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:17 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:inventoryStatusInstructionResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:inventoryStatusInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55833</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/purchaseOrderRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="325"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="325"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrder xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderXML&gt;&lt;idOrder&gt;order-4pw20&lt;/idOrder&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/purchaseOrderXML&gt;&lt;/ns2:purchaseOrder&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:18 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:purchaseOrderResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48839</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/purchaseOrderConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="377"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="377"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Order accepted&lt;/comments&gt;&lt;idOrder&gt;order-wl1gp&lt;/idOrder&gt;&lt;/purchaseOrderConfirmationXML&gt;&lt;/ns2:purchaseOrderConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:18 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="263"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:purchaseOrderConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44303</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="381"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="381"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceive xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;idInstruction&gt;order-wl1gp&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns2:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:18 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceiveResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44307</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/instructionToDespatchRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="393"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="393"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instructionToDespatch xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingOutboundInstructionXML&gt;&lt;idInstruction&gt;order-wl1gp-k5xcz&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingOutboundInstructionXML&gt;&lt;/ns2:instructionToDespatch&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:18 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="255"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instructionToDespatchResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instructionToDespatchResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48839</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/instrutionToReceiveRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceive xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;warehousingInboundInstructionXML&gt;&lt;idInstruction&gt;order-wl1gp-6hlpx&lt;/idInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/warehousingInboundInstructionXML&gt;&lt;/ns2:instrutionToReceive&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:18 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:instrutionToReceiveResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:instrutionToReceiveResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56856</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/transportInstructionConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="415"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="415"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionResponseXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Transport accepted&lt;/comments&gt;&lt;idTransport&gt;order-wl1gp-wrga7&lt;/idTransport&gt;&lt;/transportInstructionResponseXML&gt;&lt;/ns2:transportInstructionConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:18 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:transportInstructionConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56856</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;comments&gt;Transport done ok&lt;/comments&gt;&lt;idTransport&gt;order-wl1gp-wrga7&lt;/idTransport&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns2:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:19 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>45754</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8093</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8093/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/PickUpConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8093"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="403"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="403"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Accepted&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-wl1gp-wrga7-u31hj&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:PickUpConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:19 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="249"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>41399</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8091</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8091"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="446"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="446"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-jjmt7&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-wl1gp-wrga7-u31hj&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationOutBound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:19 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="267"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBoundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationOutBoundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>48839</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8095</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8095/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/finalPurchaseOrderStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8095"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="419"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="419"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalPurchaseOrderStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;finalPurchaseOrderNotificationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Finished - All delivered&lt;/comments&gt;&lt;idOrder&gt;order-wl1gp&lt;/idOrder&gt;&lt;/finalPurchaseOrderNotificationXML&gt;&lt;/ns2:finalPurchaseOrderStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:19 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="285"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalPurchaseOrderStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalPurchaseOrderStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55870</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="413"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="413"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;-&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-wl1gp-6hlpx&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:19 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>37658</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8096</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8096/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8096"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="442"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="442"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-jjmt7&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-wl1gp-wrga7-u31hj&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/despatchAdviceXML&gt;&lt;/ns2:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:19 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>58267</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8090</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8090/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/PickUpRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8090"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="453"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="453"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;3&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-wl1gp-wrga7-u31hj&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-wl1gp-wrga7&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:PickUpRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:19 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:PickUpRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:PickUpRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>56856</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8087</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8087/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/finalTransportStatusNotificationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8087"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="387"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="387"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotification xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportStatusNotificationXML&gt;&lt;comments&gt;Transport done ok&lt;/comments&gt;&lt;idTransport&gt;order-wl1gp-wrga7&lt;/idTransport&gt;&lt;/transportStatusNotificationXML&gt;&lt;/ns2:finalTransportStatusNotification&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:19 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="277"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:finalTransportStatusNotificationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:finalTransportStatusNotificationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>46592</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8094</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8094/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/DropOffConfirmationRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8094"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="405"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="405"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmation xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffConfirmationXML&gt;&lt;accepted&gt;true&lt;/accepted&gt;&lt;comments&gt;Accepted&lt;/comments&gt;&lt;idPickUpDropOff&gt;order-wl1gp-wrga7-969q8&lt;/idPickUpDropOff&gt;&lt;/transportPickUpDropOffConfirmationXML&gt;&lt;/ns2:DropOffConfirmation&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:19 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="251"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffConfirmationResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffConfirmationResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>41399</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8091</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8091/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/receiptNotificationOutBoundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8091"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="446"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="446"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;pointofsale-despatch-jjmt7&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-wl1gp-wrga7-u31hj&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationOutBound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:19 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="267"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationOutBoundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationOutBoundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55870</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="413"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="413"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;-&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-wl1gp-6hlpx&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:19 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="266"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;false&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>57131</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8097</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8097/ws/PointOfSaleReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAPointOfSale/DropOffRequestRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8097"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="455"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="455"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequest xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportPickUpDropOffRequestXML&gt;&lt;dayOfWeek&gt;4&lt;/dayOfWeek&gt;&lt;idPickUpDropOff&gt;order-wl1gp-wrga7-969q8&lt;/idPickUpDropOff&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-wl1gp-wrga7&lt;/idTransport&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportPickUpDropOffRequestXML&gt;&lt;/ns2:DropOffRequest&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:19 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="241"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:DropOffRequestResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:DropOffRequestResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>43441</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8092</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8092/ws/TransportReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITATransport/transportInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8092"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="503"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="503"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstruction xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;transportInstructionXML&gt;&lt;destination&gt;destination-point-of-saleazy98&lt;/destination&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;idTransport&gt;order-wl1gp-wrga7&lt;/idTransport&gt;&lt;numberOfTrips&gt;1&lt;/numberOfTrips&gt;&lt;origin&gt;origin-material-supplier-sperj&lt;/origin&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/transportInstructionXML&gt;&lt;/ns2:transportInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:20 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="253"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:transportInstructionResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:transportInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55861</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/receiptNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="430"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="430"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;receivingAdviceXML&gt;&lt;idDespatch&gt;warehouse-despatch-7vw6j&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-wl1gp&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/receivingAdviceXML&gt;&lt;/ns2:receiptNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:20 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:receiptNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:receiptNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44303</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/depatchNotificationInboundRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="428"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="428"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInbound xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;despatchAdviceXML&gt;&lt;idDespatch&gt;warehouse-despatch-7vw6j&lt;/idDespatch&gt;&lt;idInboundInstruction&gt;order-wl1gp&lt;/idInboundInstruction&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/despatchAdviceXML&gt;&lt;/ns2:depatchNotificationInbound&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:20 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:depatchNotificationInboundResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:depatchNotificationInboundResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>44281</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8089</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8089/ws/WarehouseReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAWarehouse/inventoryStatusInstructionRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8089"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="312"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="312"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:inventoryStatusInstruction xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;inventoryReportStatusXML&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;/inventoryReportStatusXML&gt;&lt;/ns2:inventoryStatusInstruction&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:20 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="265"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:inventoryStatusInstructionResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:inventoryStatusInstructionResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange><httpExchange status="success" xmlns="http://autoquest.informatik.uni-goettingen.de/httpexchange"><sender><ip>193.144.226.15</ip><host>193.144.226.15</host><port>55833</port></sender><receiver><ip>193.144.226.15</ip><host>193.144.226.15</host><port>8088</port></receiver><request method="POST" protocol="HTTP/1.1" url="http://midassaut.itainnova.es:8088/ws/BusinessUnitReferenceImplementationService"><headers><header key="SOAPAction" value="&quot;http://org.ita.midas/logisticssaut/IITAMaterialSupplier/purchaseOrderRequest&quot;"/><header key="User-Agent" value="JAX-WS RI 2.2.4-b01"/><header key="Connection" value="keep-alive"/><header key="Host" value="midassaut.itainnova.es:8088"/><header key="Content-Type" value="text/xml; charset=UTF-8"/><header key="Accept" value="text/xml, multipart/related"/><header key="Content-Length" value="325"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="325"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrder xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;purchaseOrderXML&gt;&lt;idOrder&gt;order-wl1gp&lt;/idOrder&gt;&lt;idProduct&gt;POTATOES&lt;/idProduct&gt;&lt;quantity&gt;5000&lt;/quantity&gt;&lt;/purchaseOrderXML&gt;&lt;/ns2:purchaseOrder&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></request><response status="200"><headers><header key="Date" value="Fri, 27 Feb 2015 11:28:20 GMT"/><header key="Content-Type" value="text/xml; charset=UTF-8"/></headers><content encoding="UTF-8" type="text/xml; charset=UTF-8" length="239"><data>&lt;?xml version="1.0" ?&gt;&lt;S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"&gt;&lt;S:Body&gt;&lt;ns2:purchaseOrderResponse xmlns:ns2="http://org.ita.midas/logisticssaut"&gt;&lt;return&gt;true&lt;/return&gt;&lt;/ns2:purchaseOrderResponse&gt;&lt;/S:Body&gt;&lt;/S:Envelope&gt;</data></content></response></httpExchange></session>
Index: /trunk/autoquest-plugin-uml-test/src/test/resources/ita_v2_servicenamemap.txt
===================================================================
--- /trunk/autoquest-plugin-uml-test/src/test/resources/ita_v2_servicenamemap.txt	(revision 1908)
+++ /trunk/autoquest-plugin-uml-test/src/test/resources/ita_v2_servicenamemap.txt	(revision 1908)
@@ -0,0 +1,4 @@
+/ws/BusinessUnitReferenceImplementationService = materialSupplierService
+/ws/WarehouseReferenceImplementationService = warehouseService
+/ws/PointOfSaleReferenceImplementationService = pointOfSaleService
+/ws/TransportReferenceImplementationService = TransportService
Index: /trunk/autoquest-plugin-uml/src/main/java/de/ugoe/cs/autoquest/plugin/uml/UMLUtils.java
===================================================================
--- /trunk/autoquest-plugin-uml/src/main/java/de/ugoe/cs/autoquest/plugin/uml/UMLUtils.java	(revision 1907)
+++ /trunk/autoquest-plugin-uml/src/main/java/de/ugoe/cs/autoquest/plugin/uml/UMLUtils.java	(revision 1908)
@@ -40,9 +40,17 @@
 import org.eclipse.uml2.uml.Connector;
 import org.eclipse.uml2.uml.ConnectorEnd;
+import org.eclipse.uml2.uml.DataType;
 import org.eclipse.uml2.uml.Element;
+import org.eclipse.uml2.uml.Expression;
+import org.eclipse.uml2.uml.InstanceSpecification;
+import org.eclipse.uml2.uml.InstanceValue;
 import org.eclipse.uml2.uml.Interaction;
 import org.eclipse.uml2.uml.InteractionFragment;
 import org.eclipse.uml2.uml.Interface;
 import org.eclipse.uml2.uml.Lifeline;
+import org.eclipse.uml2.uml.LiteralBoolean;
+import org.eclipse.uml2.uml.LiteralInteger;
+import org.eclipse.uml2.uml.LiteralReal;
+import org.eclipse.uml2.uml.LiteralString;
 import org.eclipse.uml2.uml.Message;
 import org.eclipse.uml2.uml.MessageOccurrenceSpecification;
@@ -51,8 +59,12 @@
 import org.eclipse.uml2.uml.Operation;
 import org.eclipse.uml2.uml.Package;
+import org.eclipse.uml2.uml.Parameter;
+import org.eclipse.uml2.uml.ParameterDirectionKind;
 import org.eclipse.uml2.uml.Port;
+import org.eclipse.uml2.uml.PrimitiveType;
 import org.eclipse.uml2.uml.Profile;
 import org.eclipse.uml2.uml.Property;
 import org.eclipse.uml2.uml.Region;
+import org.eclipse.uml2.uml.Slot;
 import org.eclipse.uml2.uml.StateMachine;
 import org.eclipse.uml2.uml.Stereotype;
@@ -138,14 +150,8 @@
                         "Found the following services and operations in the usage data: ");
         for (Entry<String, Set<String>> entry : calledMethods.entrySet()) {
-            Console.trace(Level.INFO, "\tService \"" + entry.getKey() + "\": ");
-            Iterator<String> iter = entry.getValue().iterator();
-            StringBuilder strBld = new StringBuilder();
-            while (iter.hasNext()) {
-                strBld.append(iter.next());
-                if (iter.hasNext()) {
-                    strBld.append(", ");
-                }
-            }
-            Console.traceln(Level.INFO, strBld.toString());
+            Console.traceln(Level.INFO, "\tService \"" + entry.getKey() + "\": ");
+            for(String method : entry.getValue()) {
+                Console.traceln(Level.INFO, "\t\t"+method);
+            }
         }
 
@@ -197,13 +203,9 @@
                                     "\tFound the following realized interfaces for the service \"" +
                                         serviceName + "\": ");
-                    Iterator<Interface> iter = interfaces.iterator();
-                    while (iter.hasNext()) {
-                        String interfaceName = iter.next().getName();
-                        StringBuilder strBld = new StringBuilder();
-                        strBld.append(interfaceName);
-                        if (iter.hasNext()) {
-                            strBld.append(", ");
+                    for( Interface intface : interfaces ) {
+                        Console.traceln(Level.INFO, "\t" + intface.getName());
+                        for( Operation operation : intface.getAllOperations() ) {
+                            Console.traceln(Level.INFO, "\t\t" + operation.getName());
                         }
-                        Console.traceln(Level.INFO, strBld.toString());
                     }
                     for (String methodName : methodNames) {
@@ -221,7 +223,4 @@
                             Console.traceln(Level.SEVERE, "\tCould not find operation: " +
                                 methodName);
-                            Console
-                                .traceln(Level.SEVERE,
-                                         "\tHint: check if operation is present and spelled correctly");
                         }
                     }
@@ -568,5 +567,6 @@
                 // create call
                 Message callMessage = interaction.createMessage(methodName);
-                callMessage.setSignature(calledOperation);
+                callMessage.setSignature(calledOperation); 
+                setMessageParameters(callMessage, calledOperation, event);
                 callMessage.setConnector(inferConnector(msgSourceLifeline, msgTargetLifeline));
                 callMessage.setSendEvent(callSendFragment);
@@ -630,4 +630,6 @@
         }
     }
+
+    
 
     /**
@@ -958,3 +960,89 @@
         return null;
     }
+    
+    private static void setMessageParameters(Message callMessage, Operation calledOperation, Event event) {
+        // Set parameters of operation
+        for( Parameter param : calledOperation.getOwnedParameters() ) {
+            Expression argument = (Expression) callMessage.createArgument(param.getName(), param.getType(), UMLPackage.Literals.EXPRESSION);
+            
+            if( param.getDirection()==ParameterDirectionKind.IN_LITERAL || param.getDirection()==ParameterDirectionKind.INOUT_LITERAL) {
+                if( param.getType() instanceof DataType ) {
+                    InstanceSpecification instSpec = createInstanceSpecification((DataType) param.getType(), event);
+                    
+                    InstanceValue value = (InstanceValue) argument.createOperand(null, param.getType(), UMLPackage.Literals.INSTANCE_VALUE);
+                    value.setInstance(instSpec);
+                }
+                else if( param.getType() instanceof PrimitiveType ) {
+                    if( "String".equals(param.getType().getName()) ) {
+                        LiteralString spec = (LiteralString) argument.createOperand(param.getName(), null, UMLPackage.Literals.LITERAL_STRING);
+                        spec.setValue("foobar"); // TODO needs to be real value
+                    }
+                    else if( "Integer".equals(param.getType().getName()) ) {
+                        LiteralInteger spec = (LiteralInteger) argument.createOperand(param.getName(), null, UMLPackage.Literals.LITERAL_INTEGER);
+                        spec.setValue(42); // TODO needs to be real value
+                    }
+                    else if( "Boolean".equals(param.getType().getName()) ) {
+                        LiteralBoolean spec = (LiteralBoolean) argument.createOperand(param.getName(), null, UMLPackage.Literals.LITERAL_BOOLEAN);
+                        spec.setValue(true); // TODO needs to be real value
+                    }
+                    else if( "Real".equals(param.getType().getName()) ) {
+                        LiteralReal spec = (LiteralReal) argument.createOperand(param.getName(), null, UMLPackage.Literals.LITERAL_REAL);
+                        spec.setValue(3.14); // TODO needs to be real value
+                    }
+                }
+            } else {
+                // set literalNull for out and return parameters
+                argument.createOperand(null, param.getType(), UMLPackage.Literals.LITERAL_NULL);
+            }
+        }
+    }
+    
+    public static InstanceSpecification createInstanceSpecification(DataType type, Event event) {
+        String pkgUBTInstSpecs = "UBT_InstanceSpecifications";
+        Model model = type.getModel();
+        Package ubtInstSpecPkg = (Package) model.getOwnedMember(pkgUBTInstSpecs);
+        if( ubtInstSpecPkg==null ) {
+            ubtInstSpecPkg = (Package) type.getModel().createPackagedElement(pkgUBTInstSpecs, UMLPackage.Literals.PACKAGE);
+        }
+        String serviceName = ((SOAPEventType) event.getType()).getServiceName();
+        Package serviceInstSpecPkg = (Package) ubtInstSpecPkg.getOwnedMember(serviceName);
+        if( serviceInstSpecPkg==null ) {
+            serviceInstSpecPkg = (Package) ubtInstSpecPkg.createPackagedElement(serviceName, UMLPackage.Literals.PACKAGE);
+        }
+        
+        InstanceSpecification instSpec = (InstanceSpecification) serviceInstSpecPkg.createPackagedElement("instspec_"+type.getName(), UMLPackage.Literals.INSTANCE_SPECIFICATION);
+        instSpec.getClassifiers().add(type);
+        System.out.println(type.getName());
+        for( Property prop : type.getAllAttributes() ) {
+            // TODO handle multiplicity
+            //int lowerBound = prop.getLower();
+            //int upperBound = prop.getUpper();
+            
+            Slot slot = instSpec.createSlot();
+            slot.setDefiningFeature(prop);
+            if( prop.getType() instanceof PrimitiveType ) {
+                if( "String".equals(prop.getType().getName()) ) {
+                    LiteralString value = (LiteralString) slot.createValue(prop.getName(), null, UMLPackage.Literals.LITERAL_STRING);
+                    value.setValue("foobar"); // TODO needs to be real value
+                }
+                else if( "Integer".equals(prop.getType().getName()) ) {
+                    LiteralInteger value = (LiteralInteger) slot.createValue(prop.getName(), null, UMLPackage.Literals.LITERAL_INTEGER);
+                    value.setValue(42); // TODO needs to be real value
+                }
+                else if( "Boolean".equals(prop.getType().getName()) ) {
+                    LiteralBoolean value = (LiteralBoolean) slot.createValue(prop.getName(), null, UMLPackage.Literals.LITERAL_BOOLEAN);
+                    value.setValue(true); // TODO needs to be real value
+                }
+                else if( "Real".equals(prop.getType().getName()) ) {
+                    LiteralReal value = (LiteralReal) slot.createValue(prop.getName(), null, UMLPackage.Literals.LITERAL_REAL);
+                    value.setValue(3.14); // TODO needs to be real value
+                }
+            }
+            else if( prop.getType() instanceof DataType ) {
+                InstanceValue value = (InstanceValue) slot.createValue(prop.getName(), prop.getType(), UMLPackage.Literals.INSTANCE_VALUE);
+                value.setInstance(createInstanceSpecification((DataType) prop.getType(), event));
+            }
+        }
+        return instSpec;
+    }
 }
