Link to home
Start Free TrialLog in
Avatar of mmunger
mmungerFlag for United States of America

asked on

UPS Web Services - Viewing xml

I am trying to debug some code that I have written in C#.  The purpose of the code is to retrieve UPS shipping rates from UPS web services.

I am getting a response back but the rates are not right.  I have contacted UPS to try to troubleshoot the issue but they are asking for the XML.  Since I am utilizing SOAP this has been very difficult to do. I would like a way to retrieve the request and response in xml but I am not sure of the best way to achieve this.

Does anyone have suggestions?  I am using Visual Studio 2013.

Thanks,

@CreativeTechie
ASKER CERTIFIED SOLUTION
Avatar of kaufmed
kaufmed
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mmunger

ASKER

That is exactly what I did and it worked like a charm.  Took me forever to figure it out but you had the answer.  Thanks!

@CreativeTechie