Migrating website that references a web service

S

Steven Thomas

I have a project that references a web service. How do I change which
web service it references when I move from dev to qat to production?

I have been changing path to the web service in dev to point to my qat
service, building the project and coping it to qat. Then changing the
path back for dev. Then doing the same thing to get to production
from qat. I must be missing something her????

Thanks
 
G

Guest

i have the same exact problem.. what i found was to use soap toolkit to
consume the service. then you can dynamically change the path of the service.
but i guess this is jurassic and i feel there is a better way to do it.. when
you get to know a better solution, please post it.. thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top