regarding web services
-
i have created a simple web service for doing mathematical operations. while i'm trying to open that web service in another machine, it opens but with out the services. what actually i have to do in order to access that particular web service in another machine? Thanks with regards, :) K.Vijaya
-
i have created a simple web service for doing mathematical operations. while i'm trying to open that web service in another machine, it opens but with out the services. what actually i have to do in order to access that particular web service in another machine? Thanks with regards, :) K.Vijaya
First of all you need to start your web service. and See if you can view the wsdl from another machine. you can do this by typing your webservice address in webbrowser. now add a webrefrence to your client after that you should be able to consume the webservce method as normal methods. Mandar Patankar Microsoft Certified professional