posted 12 years ago
Hi,
I am new to web services, I have parsed the web service & have the Definition object with me
From Definition I got the Types object & then list of Schemas from it.
List<Schema> list = types.getExtensibilityElements();
Now I want to iterate on the individual Schema & get the Element, Complex Types, restriction from it.
How I can I do it
Thanks
Vishal