Travelport / travelport-uapi-tutorial-c-sharp

The travelport-uapi-tutorial-c-sharp is a C# project for Universal API that will help you connect and code a standard Air availablity call and Hotel search, details, and booking flow.
34 stars 30 forks source link

Extract XML #226

Open JMakhoul opened 2 years ago

JMakhoul commented 2 years ago

Is it possible to extract xml (request, Response) from proxy classes?

RicOsiro commented 2 years ago

hi,

yes, it is possible. As webservice is a open protocol to connect system, if you are programming using proxy classes it could be implemented as need to extract and save the xml.

there are lot of articles available to explain it for example http://stackoverflow.com/questions/300674/getting-raw-soap-data-from-a-web-reference-client-running-in-asp-net

maybe it could help you. You could find another articles that are suitable for your implementation

thanks and regards