kylewest / DotNetShipping

UPS, FedEx, USPS shipping rate calculators for .NET
MIT License
78 stars 66 forks source link

Get XML Request from request #66

Closed amart7 closed 7 years ago

amart7 commented 7 years ago

Hi! When I talk to UPS Tech support they asked to provide only XML Request to them. How can I get XML Request from code? Optional: how to get XML response? Thank you!

kylewest commented 7 years ago

Easiest way is to use Fiddler to inspect the traffic to and from your development machine.

Alternatively, you could set a debug breakpoint somewhere in here and step through the request and response.

Kyle