Which version of Visual Studio are you running? Visual Studio .NET 2002 had
a limitation where it cannot reference other files your WSDL depends on
(<import> references in the <types> element in your WSDL file). This
limitation has been removed from VS.NET 2003.
The other thing you can do is use the command line tool wsdl.exe.
Eric

Signature
Eric Cherng
MCP, MCDBA, MCSD
http://echerng.com
> Hi,
>
> I used the excellent article
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/
service08202002.asp
> from Scott Seely to have a webservice interface defined in a separated wsdl
> file. It works just fine, but when I try to navigate to the wsdl from Visual
[quoted text clipped - 10 lines]
>
> Mauricio
Mauricio Arroyo - 09 Aug 2004 18:36 GMT
Eric, thank you for your answer. I'm using VS.NET 2003 Framework 1.1, the
tool my client is using is GeneXus (I don't know it). Maybe the reason VS is
not seeing the Ports (showing the No Ports message) is related to why
GeneXus is not able to get a reference to my webService. Any help would be
really appreciated.
Thanks again.
> Which version of Visual Studio are you running? Visual Studio .NET 2002 had
> a limitation where it cannot reference other files your WSDL depends on
[quoted text clipped - 8 lines]
> >
> > I used the excellent article
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/
service08202002.asp
> > from Scott Seely to have a webservice interface defined in a separated
> wsdl
[quoted text clipped - 14 lines]
> >
> > Mauricio