Proxy class from WSDL considering known types.
-
Hi, How to generate a proxy class from WSDL by not generating classes for known types ? I already have few classes which WSDL has and i don't want WSDL tool to generate partial classes for those client classes which i have in xyz namespace. Thanks
-
Hi, How to generate a proxy class from WSDL by not generating classes for known types ? I already have few classes which WSDL has and i don't want WSDL tool to generate partial classes for those client classes which i have in xyz namespace. Thanks
I found the solution. I commented out all the shared types from proxy class (generated by wsdl) and added [XmlInclude] attribute on proxy class for all types in shared assembly. I am not sure its the right approach.
-
Hi, How to generate a proxy class from WSDL by not generating classes for known types ? I already have few classes which WSDL has and i don't want WSDL tool to generate partial classes for those client classes which i have in xyz namespace. Thanks