...
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:sch="http://projectorpsa.com/DataContracts/Shared/Scheduling/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/"> <soapenv:Header/> <soapenv:Body> <pws:PwsGetProjectList> <pws:serviceRequest> <req:SessionTicket>ARM5cmQi4CD5BoGl6bHk4w==</req:SessionTicket> <sch:IncludeClosedFlag>true</sch:IncludeClosedFlag> <sch:MaxRowsToReturn>2</sch:MaxRowsToReturn> <!--Optional:--> <sch:QueryString>P00105</sch:QueryString> <!--Optional:--> <sch:LastUpdatedSinceTimestamp>2018-01-01z</sch:LastUpdatedSinceTimestamp> </pws:serviceRequest> </pws:PwsGetProjectList> </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:sch="http://projectorpsa.com/DataContracts/Shared/Scheduling/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/"> <soapenv:Header/> <soapenv:Body> <pws:PwsGetProjectList> <pws:serviceRequest> <req:SessionTicket>ARM5cmQi4CD5BoGl6bHk4w==</req:SessionTicket> <sch:MaxRowsToReturn>2</sch:MaxRowsToReturn> <sch:ProjectIdentity> <com:ProjectCode>P001053-001</com:ProjectCode> </sch:ProjectIdentity> <!--Optional:--> <sch:QueryString>P00105</sch:QueryString> <!--Optional:--> <sch:LastUpdatedSinceTimestamp>2018-01-01z</sch:LastUpdatedSinceTimestamp> </pws:serviceRequest> </pws:PwsGetProjectList> </soapenv:Body> </soapenv:Envelope> |
...