...
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:bil="http://projectorpsa.com/DataContracts/Shared/Billing/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/"> <soapenv:Header/> <soapenv:Body> <pws:PwsGetInvoice> <!--Optional:--> <pws:serviceRequest> <req:SessionTicket>AcQ1BEusAT8qGh8BhF0OFg==</req:SessionTicket> <!--Optional:--> <bil:IncludeAdjustmentHistoryFlag>1</bil:IncludeAdjustmentHistoryFlag> <!--Optional:--> <bil:IncludeFullAdjustmentHistoryFlag>0</bil:IncludeFullAdjustmentHistoryFlag> <bil:InvoiceIdentity> <com:InvoiceNumber>DRAFT00155</com:InvoiceNumber> </bil:InvoiceIdentity> </pws:serviceRequest> </pws:PwsGetInvoice> </soapenv:Body> </soapenv:Envelope> |
...