We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method : Post Url : https://americas.universal-api.travelport.com/B2BGateway/connect/uAPI/SystemService HTTP/2.0 Authorization : Basic Universal API/uAPI5092-08f172442924 Content-Type : text/xml;charset=UTF-8 SOAPAction : "" Body <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> soapenv:Header/ soapenv:Body <sys:PingReq TraceId="test" xmlns:sys="http://www.travelport.com/schema/system_v32_0"> sys:Payloadthis is a test for testing</sys:Payload> </sys:PingReq> </soapenv:Body> </soapenv:Envelope>
Passing this info to postman but getting 500 Response Code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Method : Post
Url : https://americas.universal-api.travelport.com/B2BGateway/connect/uAPI/SystemService HTTP/2.0
Authorization : Basic Universal API/uAPI5092-08f172442924
Content-Type : text/xml;charset=UTF-8
SOAPAction : ""
Body
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
soapenv:Header/
soapenv:Body
<sys:PingReq TraceId="test" xmlns:sys="http://www.travelport.com/schema/system_v32_0">
sys:Payloadthis is a test for testing</sys:Payload>
</sys:PingReq>
</soapenv:Body>
</soapenv:Envelope>
Passing this info to postman but getting 500 Response Code
The text was updated successfully, but these errors were encountered: