Migrating website that references a web service

  • Thread starter Thread starter Steven Thomas
  • Start date Start date
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
 
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.
 
Back
Top