How can i change Location to Production ? i mean is there
a way to change/specify the Location dynamically ?
<service name="MySrvcName">
- <port name="MySrvcNameSoap" binding="p:MySrvcNameSoap">
<soap:address
location="HTTP://myDev.mycom.COM:5058/XML/XMLAB00" />
</port>
</service>
Thanks
2) You can store the location of the webservice in a config file by setting
the URLBehavior property to Dynamic in the client project.
3) You can use a UDDI server to split the implementation of the webservice
from the location, allowing dynamic discovery and location services.
--
Greetz
Jan Tielens
________________________________
Read my weblog: http://weblogs.asp.net/jan
"WS_User" <anon...@discussions.microsoft.com> wrote in message
news:08bc01c3d3a2$de28e2d0$a601...@phx.gbl...
To verify this, set up another dev machine to migrate it from your dev to it. Let me know if it is not true.
----- John wrote: -----