users@jax-rpc.java.net

Re: extracting info from wsdl at run time

From: Arun Gupta <arun.gupta_at_sun.com>
Date: Thu, 15 Aug 2002 12:02:58 -0700

You can use XML parsing APIs, like JAXP (Java APIs for XML Parsing,
bundled along with JWSDP release), to parse the WSDL and extract the
portType name and operation names from the WSDL. portType name maps to
the interface name and operation names map to the methods defined in the
interface.

Thanks for your interest in JAX-RPC.

Regards,
-Arun

svk_pvt2002 wrote:

>I would like to know whether there is any way to get
>the interface name and the method names from the wsdl so that the
>client can get them at run time (and I don't have to hard code them)
>while using DII (the DII example given in the tutorial is hard coding
>these values)
>

--
=============================================
There is only one me, I must live myself!
There is only one today, I must live itself!
=============================================
http://members.tripod.com/~apgupta/index.html
=============================================