Re: Design AXIS2 web service for .NET

2009-01-23 Thread etcuser
Thanks Martin, thanks Jose for this rapid answears. I will try it out. Jose, you're right. I plan to develope a VB.NET client, so I look for the wsdl.exe in my .NET framwork. The WSDL has defined the complex type Weather and the methods I mentioned. So I think Martin's approach could work. Thanks

Re: Design AXIS2 web service for .NET

2009-01-23 Thread José Ferreiro
Hello, This information is provided for explanation. You would like to have a VB .net client. The explanations provided below (Martin's mail) are for a C# (c-sharp) .net client. If you are using .net 2.0 the you may find the program wsdl.exe in the installed .net package in your computer. Hope t

RE: Design AXIS2 web service for .NET

2009-01-23 Thread Martin Gainty
http://my.execpc.com/~gopalan/dotnet/webservices/webservice_csharp_client.html Create the .NET Service call from the WSDL wsdl /l:CS /protocol:SOAP http://localhost/ServerName/ServerServiceName.asmx?wsdl then compile the service csc /t:library /r:System.WebServices.sll /r:System.xml.dll OIDServ