...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:doc="http://projectorpsa.com/DataContracts/Shared/DocumentManagement/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/"> <soapenv:Header/> <soapenv:Body> <pws:PwsGetDocumentDetails> <pws:serviceRequest> <req:SessionTicket>AR1y0tla07GdSuw83u1Fvg==</req:SessionTicket> <doc:DocumentIdentity> <com:DocumentRefUid>1152921504607655227</com:DocumentRefUid> </doc:DocumentIdentity> </pws:serviceRequest> </pws:PwsGetDocumentDetails> </soapenv:Body> </soapenv:Envelope> |
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://projectorpsa.com/PwsProjectorServices/" xmlns:req="http://projectorpsa.com/DataContracts/Requests/" xmlns:doc="http://projectorpsa.com/DataContracts/Shared/DocumentManagement/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/">
<soapenv:Header/>
<soapenv:Body>
<pws:PwsGetDocumentDetails>
<pws:serviceRequest>
<req:SessionTicket>AYpG7EHMig6Q0YYpVJ3YDQ==</req:SessionTicket>
<doc:DocumentIdentity>
<com:DocumentRefUid>1152921504607773797</com:DocumentRefUid>
</doc:DocumentIdentity>
</pws:serviceRequest>
</pws:PwsGetDocumentDetails>
</soapenv:Body>
</soapenv:Envelope>
|
Response Format
Panel | ||
---|---|---|
| ||
|
...