Need C# Web Services Consumption example.

2007-07-20 Thread Srinivasa Rao K
Hi, I am looking for a C#, Visual Studio 2005, Web Services Consumption example. The Web Service Provider is Axis. I appreciate your help. thanks, Srini - Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo!

Re: Need C# Web Services Consumption example.

2007-07-20 Thread Darren Clarke
Hi Srini I don¹t have an example I can give you, but I¹m in the middle of doing the same. Once your service is up and running, go to your project in MSVS.NET and add a new Web Reference. In the New Web Reference dialog, enter the URL to the WSDL and click Go. The dialog will then show you a

Re: Need C# Web Services Consumption example

2007-07-20 Thread Srinivasa Rao K
Thanks Darren, I wrote a Consol Application and compiled well. But, I am trying to access HTTPS service so there is some SSL exception, any idea how to add certificate for the Console Application? For java client I was using jks file. Do we need to create a new certificate for .Net/C#

Re: Need C# Web Services Consumption example.

2007-07-20 Thread Martin Gainty
: Need C# Web Services Consumption example. Hi Srini I don't have an example I can give you, but I'm in the middle of doing the same. Once your service is up and running, go to your project in MSVS.NET and add a new Web Reference. In the New Web Reference dialog, enter the URL to the WSDL