Amazon web services using C#?
Hi all,
I need to develop an application consuming the amazon web services using C#.
I am a newbie to C# web services programming...
Can you guys please help me out...
thanks a lot !
# 1 Re: Amazon web services using C#?
If you have the url to the service, just add the web reference to your project, e.g., http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl?, etc. then authenticate and call available methods on it. . .feel free to post on the progress. . .