Hi,
> The wsdl URL will be given as input from an UI, and after processing the > wsdl, the UI has to display the list of messages and fields under each > message. The fields of each message should be mapped to a position in a flat > string. > > I want to know how would i process the wsdl file in order to get the > individual messages and corresponding fields. > If it is a WSDL 1.1 document you could use WSDL4J [1] for this. Also look at JWSDL API [2] HTH. [1] - http://sourceforge.net/projects/wsdl4j/ [2] - http://wsdl4j.sourceforge.net/downloads/JSR110_proposed_final_draft.pdf Thanks, -- Sagara Gunathunga Blog - http://ssagara.blogspot.com Web - http://people.apache.org/~sagara/
