Получение документа из заказа системы Nemo.
<soapenv:Header/>
<soapenv:Body>
<ver:GetDocument>
<Request>
<RequestBody>
<OrderID>512861</OrderID>
<DocType>ItinReceiptNemo</DocType>
</RequestBody>
<Requisites>
<NemoOneAuthToken>YOUR_TOKKEN</NemoOneAuthToken>
<AuthToken>YOUR_TOKKEN</AuthToken>
</Requisites>
<UserID>YOUR_ID</UserID>
</Request>
</ver:GetDocument>
</soapenv:Body>
</soapenv:Envelope>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="***">
<SOAP-ENV:Body>
<ns1:GetDocumentResponse>
<ResponseBin OrderID="512861">
<PaperDocument>
<Type>ItinReceiptNemo</Type>
<Format>PDF-1.41</Format>
<Encoding/>
<DocumentData>Контент документа</DocumentData>
<IsBase64Wrapped>true</IsBase64Wrapped>
</PaperDocument>
</ResponseBin>
</ns1:GetDocumentResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>