I have written some web service, I run it and see it from my firefox and run it from there.
Now I want to call it from some other code/solution i trying to add there a web reference and Web Services on the Local Machine , but i cannot see there my web services.
Any idea what is missing ? Sorry for the newbie question it’s my first time with web services.
Thanks.
when you run the
web serviceyou will get a url in browser.Copy that, in reference of your project Add Webreference, it will ask for the url paste it and click go.Add that to your project.If you are not added in
IIS. please add it to IIS and do the rest of operation.other wise when you try for that you wont get the web service.Orrun web service in visual studio debugger and dont close and to the operations.please also ref: http://msdn.microsoft.com/en-us/library/d9w023sx(VS.80).aspx