There's XmlSchema, from ws.apache.org, which provides an API for the schema part, and wsdl4j for the wsdl part. The only sample I can think of is CXF itself.
On Sun, Feb 6, 2011 at 3:18 PM, John Baker <[email protected]> wrote: > Is there any sample code to show how to walk a schema? > > On Sun, 06 Feb 2011 14:48 -0500, "Benson Margulies" > <[email protected]> wrote: >> It just walks the WSDL/Schema. >> >> On Sun, Feb 6, 2011 at 1:52 PM, John Baker >> <[email protected]> wrote: >> > Glen, >> > >> > I appreciate that demand for such a request would be low. Could you tell >> > me how SoapUI does it? It's quite a clever feature and would help in >> > building a UI for building SOAP messages. >> > >> > >> > John >> > >> >
