B
Bruce W...1
WebHost4Life is my hosting company. Every web service I ever tried to
deploy there gives me this error:
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.
I changed the namespace with a WebService attribute, like so many
examples show. Works fine on my local machine. But I still get the
tempuri.org error at the hosting company. So I'm starting to think the
problem might be at the hosting company.
Sofar as I can tell the IIS setting for a webservice are the same as for
an ASP.NET website. So if ASP.NET works then so should a webservice.
Has anyone here experienced the same problem?
Thanks for your help.
deploy there gives me this error:
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.
I changed the namespace with a WebService attribute, like so many
examples show. Works fine on my local machine. But I still get the
tempuri.org error at the hosting company. So I'm starting to think the
problem might be at the hosting company.
Sofar as I can tell the IIS setting for a webservice are the same as for
an ASP.NET website. So if ASP.NET works then so should a webservice.
Has anyone here experienced the same problem?
Thanks for your help.