I have an wsdl file that describes a group of objects, but I want to extract the definition just from a subset of them, is this possible, and if so what's the best way to achieve this? My goal is to generate an XSD schema for that subset.
What if you are not using the WSDL generation tools in .NET? Is there a good way to accomplish this using other tools? I am using Java, trying to interface with a web service. I have a library for manipulating xml documents, which requires an xsd. I also have a library for simple SOAP interactions, which makes using Axis overkill. It would be great if I could easily extract an XSD from the WSDL.