Hi,
I want to generate an wsdl document from an .asmx.
I want to create an wsdl froma an .NET asmx using the syntax:
http://localhost/Service/Service.asmx?wsdl
This generates an wsdl document.
The problem is that the generated document for the same webservice is
different.
On some machines running XP(SP2) and Win 2003 server the tags look like
this
<definitions....
<types>
............
but on a machine with win Xp SP1
<wsdl:definitions.....
<wsdl:types>
.............
all the machines have IIS 5.1.
My question is why on some computers there is an " wsdl: " in the tag and
on others only simple tags and how can I change this.
Thanks.
Lionel LASKE - 13 Apr 2005 12:57 GMT
My guess is that it's more related to the .NET Framework version than from
the OS.
However both syntax are valid, the namespace prefix is not required.
Lionel.
"Forascu Eugen via DotNetMonster.com" <forum@nospam.DotNetMonster.com> a
?crit dans le message de news:
8125c0c763bf4985848475afc7d21139@DotNetMonster.com...
> Hi,
>
[quoted text clipped - 22 lines]
>
> Thanks.