I am very new to working with web services and a novice in C# as well so I apologize for asking such a simple question. I am working on taking this xml request and converting it valid C# code. I believe this will improve the structure of my request and ensure it sends back a valid response each time. Could someone possibly assist me in moving forward with this? Any help is greatly appreciated.
http://production.shippingapis.com/ShippingAPI.dll?API=TrackV2&XML=<?xml version ="1.0" encoding ="UTF-8" ?>
<TrackRequest USERID= "xxxxxxxxx">
<TrackID ID = "xxxxx1"></TrackID>
<TrackID ID = "xxxxx2"></TrackID>
<TrackID ID = "xxxxx3"></TrackID>
</TrackRequest>