MKC Respond sample
From Agility
Revision as of 14:01, 4 July 2017 by Sosenka (Talk | contribs) (Created page with "<source> <?xml version='1.0' encoding='utf-8'?> <soap:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap='h...")
<?xml version='1.0' encoding='utf-8'?>
<soap:Envelope xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'>
<soap:Body>
<Response xmlns='http://namespace.com'>
<ResponseDetail>
<ItemNumber>1</ItemNumber>
<ItemBusinessPartnerID>WWS001</ItemBusinessPartnerID>
<ItemCode>1</ItemCode>
<ItemDescription>W5</ItemDescription>
<ItemQuantity>1</ItemQuantity>
<CostCode>FOC</CostCode>
<AppointmentDate></AppointmentDate>
<ItemSERCOReference>AC1</ItemSERCOReference>
<ItemStatusCode>Success</ItemStatusCode>
<ItemStatusDescription></ItemStatusDescription>
</ResponseDetail>
<ResponseDetail>
<ItemNumber>2</ItemNumber>
<ItemBusinessPartnerID>WWS001</ItemBusinessPartnerID>
<ItemCode>2</ItemCode>
<ItemDescription>W6</ItemDescription>
<ItemQuantity>1</ItemQuantity>
<CostCode>FOC</CostCode>
<AppointmentDate></AppointmentDate>
<ItemSERCOReference>AC1</ItemSERCOReference>
<ItemStatusCode>Success</ItemStatusCode>
<ItemStatusDescription></ItemStatusDescription>
</ResponseDetail>
<ResponseSummary>
<BusinessPartnerID>WWS001</BusinessPartnerID>
<Status>Success</Status>
<ResponseDateTime>2011-06-13 14:18:42</ResponseDateTime>
</ResponseSummary>
</Response>
</soap:Body>
</soap:Envelope>