Mittal Vishal wrote:Hi,
I am new to web services, I have parsed the web service & have the Definition object with me
Now I want to get all the schemas defined in the WSDL.
Schemas can have import/include statements.
Is there any way to get the complete schema information
So that I can iterate on the individual Schema & get the Element, Complex Types, restriction from it.
Thanks
Vishal
You can do anything. Like you have parsed WSDL, now traverse to the types element and retrieve all the schemas defined in it.