Click here to Skip to main content
15,909,373 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello all,

I have a problem. I have been given a url of a asmx service,which methods i have to use with my application.I can access the service from the server where i will deploy my app,but not from my debugging environment. Is there any way to add it service reference?

Thanks in advance
Posted

1 solution

You better create another application using the reference and install it in the machine you are working.
So, Create a service setup using the reference and install it which runs in your system under the services(services.msc)
later refer that service using your machine configuration settings in your developing environment.
But it is long way instead of that i suggest you to refer the service in your debugging environment itself, which is easiest one
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900