R
Raghu Dongur via .NET 247
hi,
I'm trying to create a proxy class in my asp.net project for a web service.
but,i have problem adding a web reference to my asp.net project through a wsdl file.
as below:
project--->add web reference--->http://localhost/WFM/test.wsdl
The problem is it doesn't create source file.
I get an error message as:
Custom tool warning: DiscoCodeGenerator unable to initialize code generator. No code generated.
I tried executing WSDL.EXE from command prompt with WSDL file as input.
But it fails to create class file with an error message.
warning: no classes were generated.
please can some one help me as to find out what am i missing?
thanks
I'm trying to create a proxy class in my asp.net project for a web service.
but,i have problem adding a web reference to my asp.net project through a wsdl file.
as below:
project--->add web reference--->http://localhost/WFM/test.wsdl
The problem is it doesn't create source file.
I get an error message as:
Custom tool warning: DiscoCodeGenerator unable to initialize code generator. No code generated.
I tried executing WSDL.EXE from command prompt with WSDL file as input.
But it fails to create class file with an error message.
warning: no classes were generated.
please can some one help me as to find out what am i missing?
thanks