Closed amart7 closed 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!
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
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!