...
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:tim="http://projectorpsa.com/DataContracts/Shared/TimeAndCost/" xmlns:com="http://projectorpsa.com/DataContracts/Shared/Common/"> <soapenv:Header/> <soapenv:Body> <pws:PwsGetLocations> <pws:serviceRequest> <req:SessionTicket>ARNkL4C1bp7KLtsSXQW6/g==</req:SessionTicket> <tim:IncludeInactiveFlag>true</tim:IncludeInactiveFlag> <tim:ListType>T</tim:ListType> <tim:MaximumRows>10<LocationIdentity> <com:LocationName>London</com:LocationName> </tim:MaximumRows>LocationIdentity> <tim:SearchString>on<MaximumRows>10</tim:SearchString>MaximumRows> </pws:serviceRequest> </pws:PwsGetLocations> </soapenv:Body> </soapenv:Envelope> |
...