R
Robert Thomson
HI
Does anyone have an idea why I keep getting the standard message :
This web service is using http://tempuri.org/ as its default namespace.
Recommendation: Change the default namespace before the XML Web service is
made public.
This message shows when I post the web service onto our Intranet Windows
2000 SP4 web server.
The top of the class already has the code to assign a valid namespace.
e.
[WebService(Namespace="http://www.bankxxxxxxxx.co.uk/corporatedivision/webservices")]
public class CMAdminServices : System.Web.Services.WebService
Everything builds but we cannot get the server to identify the new namespace.
Accessing the WDSL shows TEMPURI.ORG in the namespace section.
Any Help Please ?
Robert Thomson
Does anyone have an idea why I keep getting the standard message :
This web service is using http://tempuri.org/ as its default namespace.
Recommendation: Change the default namespace before the XML Web service is
made public.
This message shows when I post the web service onto our Intranet Windows
2000 SP4 web server.
The top of the class already has the code to assign a valid namespace.
e.
[WebService(Namespace="http://www.bankxxxxxxxx.co.uk/corporatedivision/webservices")]
public class CMAdminServices : System.Web.Services.WebService
Everything builds but we cannot get the server to identify the new namespace.
Accessing the WDSL shows TEMPURI.ORG in the namespace section.
Any Help Please ?
Robert Thomson