You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Vinu Murugesan <qu...@yahoo.com> on 2002/12/16 22:59:04 UTC

Web Service Inspection

Hello all,

Given a WSDL file, is it possible to get the operation
names, as well as their In and Out parameters of the
Web service using Axis?

If you want to see an example of this functionality,
see the WSDL Analyzer of a Web service at XMethods.com

Any help is greatly appreciated.
Thanks.
Vinu.

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

RE: Web Service Inspection

Posted by Anne Thomas Manes <an...@manes.net>.
You probably want to use JWSDL (http://www.jcp.org/en/jsr/detail?id=110) to
inspect the WSDL file. There's a link to IBM's open source implementation
(WSDL4J) from the Axis site.

Anne

> -----Original Message-----
> From: Alex Dovlecel [mailto:dovle@ford.kbs.twi.tudelft.nl]On Behalf Of
> Alex Dovlecel
> Sent: Monday, December 16, 2002 5:26 PM
> To: axis-user@xml.apache.org
> Subject: Re: Web Service Inspection
>
>
> Being an xml file, I suppose you can parse it :o))) It should not
> be too hard
> because you might even have a DTD to use for validation and the
> structure is
> not so complex (at least for what you need).
>
> But this should be your last solution...
>
> Hope it (somehow) helps
> dovle
>
> > Hello all,
> >
> > Given a WSDL file, is it possible to get the operation
> > names, as well as their In and Out parameters of the
> > Web service using Axis?
> >
> > If you want to see an example of this functionality,
> > see the WSDL Analyzer of a Web service at XMethods.com
> >
> > Any help is greatly appreciated.
> > Thanks.
> > Vinu.
> >
> > __________________________________________________
> > Do you Yahoo!?
> > Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> > http://mailplus.yahoo.com
>


Re: Web Service Inspection

Posted by Alex Dovlecel <do...@kbs.twi.tudelft.nl>.
Being an xml file, I suppose you can parse it :o))) It should not be too hard 
because you might even have a DTD to use for validation and the structure is 
not so complex (at least for what you need). 

But this should be your last solution... 

Hope it (somehow) helps
dovle 

> Hello all,
>
> Given a WSDL file, is it possible to get the operation
> names, as well as their In and Out parameters of the
> Web service using Axis?
>
> If you want to see an example of this functionality,
> see the WSDL Analyzer of a Web service at XMethods.com
>
> Any help is greatly appreciated.
> Thanks.
> Vinu.
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com