Re: How to wrap the Calculator WSDL for .Net?

2009-03-30 Thread Uthaiyashankar
Hi Sam, You can use svcutil.exe to generate C# code. When you generate code using svcutil, you can see the code is generated as you expected. I am attaching the code I generated using svcutil for your reference. Regards, Shankar On Tue, Mar 31, 2009 at 5:38 AM, Sam Carleton wrote: > I just crea

How to wrap the Calculator WSDL for .Net?

2009-03-30 Thread Sam Carleton
I just created a .Net client to call the sample Calculator service that is in the Axis2/C source and it has the standard calling convention of: Calculator.addResponse add(Calculator.addRequest request); According to what I read in "Developing Web Services with Apache Axis2" by Kent Ka lok Tong, i