Calling class ASP Web Service from C#

Preaphflarp

New Member
I have a web service that seems to be written in classic asp as its url looks like this: https://www.someurl.com/xmlrequest.aspI have got some java code which is calling this service by appending a URL parameter ?xml="actualxml" .How can I implement this in C# by calling the xml as a query string parameter ?
 
Top