Accessing WebService usingh SOAP / no .NET proxy

  • Thread starter Thread starter MuZZy
  • Start date Start date
M

MuZZy

Hi,

I'm not sure if this is the appropriate NG for rthe question, so please don't beat me if it's not :)
In my c# windows app i'm trying to use a CurrencyConverter web service provided by WebserviceX.net.
The Service doesn't have a .NET proxy, so how do i access it thru SOAP? All the exmaples on using
SOAP with .NET i can find are using a proxy dll.

I can of cource use HTTP GET/POST, but i don't want to parse the output manually.

Any suggestions/ideas are highly appreciated!

Thank you
Andrey
 
Back
Top