Well, parsing XML isn't an issue, but I thought there may be a set of
APIs for breaking up the SOAP message into well defined objects, and
hence making some walking code rather easier.

Anyway thanks for the advice.

On Sun, 06 Feb 2011 15:44 -0500, "Glen Mazza" <[email protected]> wrote:
> A schema is just an XML document, so you're asking how to parse an XML 
> document in Java -- I would google on JAXP, SAX, StAX, and/or DOM and 
> you'll see lots of examples.
> 
> Glen
> 
> On 06.02.2011 15:18, John Baker 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
> >>>
> 
> 
> -- 
> Glen Mazza
> Software Engineer, Talend (http://www.talend.com)
> blog: http://www.jroller.com/gmazza
> 
> 
> 

Reply via email to