.netwcfwsdlcontract-firstwscf

Generating Service Contract from a WSDL


I have a WSDL that I need to generate a ServiceContract (OperationContract, DataContract)...

I have found a way to do it for ASMX WebServices but can't seem to find how to do it in WCF.

I have tried running

svcutil AuthPartnerWSDL.wsdl  /i /messagecontract /tcv:version35

but the resulting interface doesn't deserialize the call coming in so all the request parameters to the service implementation are null


Solution

  • Contract first tool for WCF

    http://wscfblue.codeplex.com/