Take Sample Message Examples
Take Sample request example:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:tracelink:soap">
<soapenv:Header/>
<soapenv:Body>
<urn:TakeSample>
<SampleRequest>
<Items>
<Item sn="0100882025030220216370871" namespace="?"/>
</Items>
<EventDateTime>2015-06-01T17:10:16</EventDateTime>
<Location>8888882.02867.0</Location>
<ReasonDescription>Sample of product given to on-site client</ReasonDescription>
</SampleRequest>
</urn:TakeSample>
</soapenv:Body>
</soapenv:Envelope>
Take Sample response example:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:TakeSampleResponse xmlns:ns2="urn:tracelink:soap" xmlns:ns3="http://tracelink.com/som">
<TLResponse>
<Success>true</Success>
</TLResponse>
</ns2:TakeSampleResponse>
</S:Body>
</S:Envelope>