Removes certain types from generated WSDL in WCF? -
how can remove specific types the generated wsdl document of wcf service?
i have system.web.services.description.servicedescription service in custom iwsdlexportextension. can find types in service description?
thanks
when you're creating .net proxy class using svcutil command line utility, can define command-line switch
/excludetype:<type> specifies fully-qualified or assembly-qualified type name excluded referenced contract types. when using switch /r separate dlls, full name of xsd class referenced. short form: /et see complete , freely available msdn documentation svcutil more details.
Comments
Post a Comment