Hi,

I want to use Castor to access the schema section in any wsdl-file.
Then I want to read all complex types definied in the wsdl, pass them in a array
or something like this and print them out whith System.out.
I get the schema types with:

ExtensibilityElement schemaExtElem = 
findExtensibilityElement(wsdlDefinition.getTypes().getExtensibilityElements(), 
"schema");

But then I dont know how to go on.
I suppose I`ve to get the Elements with:

while(...)
System.out.println("Name:" +elementDecl.getName() + "Typ: " +elementDecl.getType() );

But I dont know the steps between, I just dont get it to work(which methods to use...)
I would be really happy if someone of you could help me and give me some tips how to 
achieve this.
Thanks a lot
Greetings

____________________________________________________________________
Der WEB.DE Virenschutz schuetzt Ihr Postfach vor dem Wurm Sober.A-F!
Kostenfrei fuer FreeMail Nutzer. http://f.web.de/?mc=021158

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to