Hi, I am working with wsdl4j now trying to create a parser that will pull out the part names from the messages in the web service (wsdl) document. Although sometimes these part names are descriptive as to their content, often times they are tagged ambiguously with the word "parameters ." When the word "parameters " comes up instead of explicit, descriptive names, I want to be able to go back through the schema and locate the underlying part names to which "parameters " refers. Is this possible? Has it been done before? Is there a way to do it with wsdl4j? Any help or even comments are much appreciated, thanks.
Michael
Michael