[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

Re: How to get rid of tempuri.org?

Bruce W.1

8/13/2003 11:41:00 PM

I should add that this is the WSDL description:

<?xml version="1.0" encoding="utf-8" ?>
- <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/s...
xmlns:tns="http://tempuri....
xmlns:s="http://www.w3.org/2001/XMLSc...
xmlns:http="http://schemas.xmlsoap.org/wsdl/h...
xmlns:tm="http://microsoft.com/wsdl/mime/textMatch...
xmlns:mime="http://schemas.xmlsoap.org/wsdl/m...
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encod...
targetNamespace="http://tempuri....
xmlns="http://schemas.xmlsoap.org/wsdl/...
<types />
<service name="Service1" />
</definitions>

But I still can't figure out how to change this. tempuri.org is not any
any of the project files or settings. So VS must be doing it at
compile.
1 Answer

Martin Honnen

8/14/2003 10:06:00 AM

0



Bruce W.1 wrote:
> I should add that this is the WSDL description:
>
> <?xml version="1.0" encoding="utf-8" ?>
> - <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/s...
> xmlns:tns="http://tempuri....
> xmlns:s="http://www.w3.org/2001/XMLSc...
> xmlns:http="http://schemas.xmlsoap.org/wsdl/h...
> xmlns:tm="http://microsoft.com/wsdl/mime/textMatch...
> xmlns:mime="http://schemas.xmlsoap.org/wsdl/m...
> xmlns:soapenc="http://schemas.xmlsoap.org/soap/encod...
> targetNamespace="http://tempuri....

What about this, targetNamespace, I think you need to set it to the
namespace you want to define a web service for.

> xmlns="http://schemas.xmlsoap.org/wsdl/...
> <types />
> <service name="Service1" />
> </definitions>
>
> But I still can't figure out how to change this. tempuri.org is not any
> any of the project files or settings. So VS must be doing it at
> compile.


--

Martin Honnen
http://JavaScript....