Folks,
>From my understanding of web services, an ASP.net C# web service is
written first and .wsdl file is made available to the client.
The client generates the proxy class code using the .wsdl file.
In my situation, i have a .wsdl file alone. Is it possible to create
the signature of web service server side classes from a .wsdl file?
TIA.
Sek
Greg Young [MVP] - 26 Apr 2006 09:39 GMT
wsdl.exe /server
you might want to read through this
http://msdn.microsoft.com/msdnmag/issues/05/05/ServiceStation/
and thinktecture has WSCF which may be of assistance to you if you are
heading down a contract first path.
Cheers,
Greg
> Folks,
>
[quoted text clipped - 8 lines]
> TIA.
> Sek