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?