SVCUtil skip complexType of a wsdl to avoid duplicates
问题 I have multiple wsdl files downloaded on my local - A.WSDL and B.WSDL A.WSDL has same set of complex type (nearly 100) as that of B.WSDL <xsd:complexType name="Book"> but the methods/operations are different. For Example: A.WSDL has complex type <xsd:complexType name="Book"> and operations being create new operations B.WSDL has same complex type <xsd:complexType name="Book"> and operations being read operations I am using SVCUtil to generate stubs on the client end to a single file and stubs