I created some simple Web Service on Axis/Tomcat Beta1 release. I deployed it (on localhost:8080)This works fine, and I could access the service from a client on the local machine.
Then I opened MS VS.net, created a client for the same service that is deployed above. Visual Studio could find and recognizes the service and get its wsdl file. When I tried to build the client, I get the message: "c:\inetpub\wwwroot\TempConvertClient1\WebForm1.aspx.cs(65): The type or namespace name 'Converter' does not exist in the class or namespace 'TempConvertClient1.TcatSvc' (are you missing an assembly reference?) c:\inetpub\wwwroot\TempConvertClient1\WebForm1.aspx.cs(67): The type or namespace name 'ws' could not be found (are you missing a using directive or an assembly reference?) "Converter" is the name of the Web Service. attached you find the Converter.wsdl file What is going on here? Did anyone tried this? Any compatibility issues here between Axis and .Net? please respond quickly Thanks
Converter.wsdl
Description: Binary data