T
Timothy Alvis
Unfortunately due to a mishap with Visual Sourcesafe, I'm having to
recreate a solution file from scratch for a software package I
"inherited" when starting at this position.
I am wanting to be able to develop both the program that calls the web
service, and the web service itself in the same environment. This was
working before this mishap, but for the life of me I can't get it to
work now.
Let's say that the webservice is named: somewebservice.asmx
It is in it's own project within the solution named
"SomeWebServiceProj"
The other project is named, "SomeApp", with a proxy project to connect
the two named "SomeAppProxy".
What do I need to do so that when I create a function that calls the
proxy, which then calls the web service, to have it point to the
version of the web service I'm developing instead of the currently
"compiled" version that is running on the server?
I will provide any other information that is necessary.
Thanks!
recreate a solution file from scratch for a software package I
"inherited" when starting at this position.
I am wanting to be able to develop both the program that calls the web
service, and the web service itself in the same environment. This was
working before this mishap, but for the life of me I can't get it to
work now.
Let's say that the webservice is named: somewebservice.asmx
It is in it's own project within the solution named
"SomeWebServiceProj"
The other project is named, "SomeApp", with a proxy project to connect
the two named "SomeAppProxy".
What do I need to do so that when I create a function that calls the
proxy, which then calls the web service, to have it point to the
version of the web service I'm developing instead of the currently
"compiled" version that is running on the server?
I will provide any other information that is necessary.
Thanks!