Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Can a webservice namespace be changed in IIS?

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  FTP & SUS  
Author Message
bruce1

External


Since: Dec 01, 2003
Posts: 2



(Msg. 1) Posted: Mon Dec 01, 2003 7:12 pm
Post subject: Can a webservice namespace be changed in IIS?
Archived from groups: microsoft>public>inetserver>iis (more info?)

I wrote a webservice in which I changed the default namespace with the
namespace attribute of the webservice. Works fine on the development PC
as well as my over my LAN.

But when I upload the DLL 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.

This leads me to believe that IIS (at the hosting company) is screwing
things up. I just can't figure out how. Any suggestions?

Thanks for your help.

 >> Stay informed about: Can a webservice namespace be changed in IIS? 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 2) Posted: Tue Dec 02, 2003 1:24 am
Post subject: Re: Can a webservice namespace be changed in IIS? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

Please see this webpage for how to change this:

<a style='text-decoration: underline;' href="http://builder.com.com/5100-6373-1046325.html" target="_blank">http://builder.com.com/5100-6373-1046325.html</a>

--
Regards,
Kristofer Gafvert
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a> - FAQ and Tutorials for Windows Server 2003


"Bruce W..1" <bruce DeleteThis @noDirectEmail.com> wrote in message
news:3FCBAEA5.C48E895E@noDirectEmail.com...
 > I wrote a webservice in which I changed the default namespace with the
 > namespace attribute of the webservice. Works fine on the development PC
 > as well as my over my LAN.
 >
 > But when I upload the DLL to my hosting company I get this error:
 >
 > This web service is using <a style='text-decoration: underline;' href="http://tempuri.org/" target="_blank">http://tempuri.org/</a> as its default namespace.
 > Recommendation: Change the default namespace before the XML Web service
 > is made public.
 >
 > This leads me to believe that IIS (at the hosting company) is screwing
 > things up. I just can't figure out how. Any suggestions?
 >
 > Thanks for your help.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Can a webservice namespace be changed in IIS? 
Back to top
Login to vote
bruce1

External


Since: Dec 01, 2003
Posts: 2



(Msg. 3) Posted: Wed Dec 03, 2003 12:56 am
Post subject: Re: Can a webservice namespace be changed in IIS? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Kristofer Gafvert wrote:
 >
 > Hello,
 >
 > Please see this webpage for how to change this:
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://builder.com.com/5100-6373-1046325.html</font" target="_blank">http://builder.com.com/5100-6373-1046325.html</font</a>>
 >
 > --
 > Regards,
 > Kristofer Gafvert
 > Reply to newsgroup only. Remove NEWS if you must reply by email, but please
 > do not.
 > <a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a> - FAQ and Tutorials for Windows Server 2003
 >
===========================================================

Yes I know all about that. And like I said, it doesn't work right.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Can a webservice namespace be changed in IIS? 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 4) Posted: Wed Dec 03, 2003 1:59 am
Post subject: Re: Can a webservice namespace be changed in IIS? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

There's nothing to screw up as far as IIS is concerned.

The only things I can think of are:
1. there is a cache between you and the ISP with the older response (either
it's a caching proxy, or the ISP somehow still had an older, cached copy of
your DLL which had this problem)
2. you're not uploading the changed DLL to them
3. the older DLL was in-memory, so you cannot overwrite it with your new DLL
until it is unloaded. Once ASP.Net loads a DLL to service a request, it
will never unload that DLL (i.e. you can't change the DLL on disk) until
that process recycles and no other requests cause the DLL to load again.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Bruce W..1" <bruce.TakeThisOut@noDirectEmail.com> wrote in message
news:3FCD50ED.79A9C9CE@noDirectEmail.com...
Kristofer Gafvert wrote:
 >
 > Hello,
 >
 > Please see this webpage for how to change this:
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://builder.com.com/5100-6373-1046325.html</font" target="_blank">http://builder.com.com/5100-6373-1046325.html</font</a>>
 >
 > --
 > Regards,
 > Kristofer Gafvert
 > Reply to newsgroup only. Remove NEWS if you must reply by email, but
please
 > do not.
 > <a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a> - FAQ and Tutorials for Windows Server 2003
 >
===========================================================

Yes I know all about that. And like I said, it doesn't work right.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Can a webservice namespace be changed in IIS? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS won't recognize if an ASP page has been changed - With Windows 2003 Server... Imagine the following scenario: there is a simple ASP page, for example just a single Response.Write statement. There is a virtual directory pointing to the directory, where the ASP page is stored. If I change this ASP page....

win2k - changed domain and IIS fails w/ "cannot find the p.. - Changed the domain and my network login name on my Windows 2000 sp4 machine, and now I cannot get Internet Services Manager to start. Message I get is "the system cannot find the path specified". I have uninstalled and reinstalled IIS to ...

W2K3: IUSR_ Password Accidentally Changed: Anonumous Web A.. - I have a Windows Server 2003 installed with tens of web sites on it. They all used anonymous authentication, and worked fine. About an hour ago, someone accidentally changed the IUSR_MYHOST user account's password. Needless to say, anonymous..
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]