users@jax-rpc.java.net

Re: Dynamic Proxy invocation

From: Zhihong Zou <zhihong.n.zou_at_VERIZON.COM>
Date: Tue, 11 Feb 2003 12:31:15 -0500

Anne, could you please explain some more details about JWSDL? I was trying
to do
the same thing using WSDL4J and SOAPMessage. Thanks, Zhihong





"Anne Thomas Manes" <anne_at_MANES.NET>@JAVA.SUN.COM> on 02/11/2003 12:26:20
PM

Please respond to "Public discussion on JAX-RPC"
       <JAXRPC-INTEREST_at_JAVA.SUN.COM>

Sent by: "Public discussion on JAX-RPC" <JAXRPC-INTEREST_at_JAVA.SUN.COM>


To: JAXRPC-INTEREST_at_JAVA.SUN.COM
cc:
Subject: Re: Dynamic Proxy invocation


Try using JWSDL.

> -----Original Message-----
> From: Public discussion on JAX-RPC
> [mailto:JAXRPC-INTEREST_at_JAVA.SUN.COM]On Behalf Of Rajesh Chawla
> Sent: Tuesday, February 11, 2003 12:12 PM
> To: JAXRPC-INTEREST_at_JAVA.SUN.COM
> Subject: Re: Dynamic Proxy invocation
>
>
> I've been able to do this by running xrpcc on the WSDL file and then
> parsing
> the model file generated to retrieve the correct classnames. If
> you find a
> simpler
> way to do this I would love to hear about it.
>
> Regards,
> Rajesh
>
>
>
>
> Suresh Y
> <suresh.yellamaraju@ To:
> JAXRPC-INTEREST_at_JAVA.SUN.COM
> SUN.COM> cc:
> Sent by: Public Subject:
> Dynamic Proxy invocation
> discussion on
> JAX-RPC
> <JAXRPC-INTEREST_at_JAV
> A.SUN.COM>
>
>
> 02/11/2003 08:41 AM
> Please respond to
> Public discussion on
> JAX-RPC
>
>
>
>
>
> Given only a WSDL document and method name, how do we get to know the
> serviceEndpointInterface class to use, in getPort method of Service? Is
> there any sample code that illustrates how to do this?
>