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

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -