B
Bruce W...1
My ASP.NET web service runs fine on my local PC, and it has the
namespace that I gave it. But when I upload it to my hosting company I
get 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.
Here's the URL:
http://qotd.keystandard.com/QService.asmx
This is the very same DLL and asmx file. And no the host server is not
caching an older file, I ran tests to confirm this.
No I have not made a WSDL file.
The DLL is acting differently when at the hosting company. How can this
be?
Thanks for your help.
namespace that I gave it. But when I upload it to my hosting company I
get 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.
Here's the URL:
http://qotd.keystandard.com/QService.asmx
This is the very same DLL and asmx file. And no the host server is not
caching an older file, I ran tests to confirm this.
No I have not made a WSDL file.
The DLL is acting differently when at the hosting company. How can this
be?
Thanks for your help.