users@jax-rpc.java.net

JAX-RPC DII

From: Holly Schinsky <hschinsky_at_QLINKTECH.COM>
Date: Fri, 08 Mar 2002 13:18:39 -0700

Hello,

I have been trying to ask a question about how exactly to use JAX-RPC DII, but don't think I've made my question clear.

I have implemented an app that performs a UDDI inquiry and gets back a WSDL file from it. I then take the WSDL URI and parse the operation, parameters etc... out of it, and make a dynamic call to the service using Systinet's WASP DII. I am trying to find out if I can do the same using JAX-RPC DII. From what I've found, it seems as though a config file is needed to make a call, but I need to do it on the fly and not generate any files (stubs, config files or otherwise). I want to be able to make the call only using what I have from the WSDL.

Can someone tell me if this can be done with JAX-RPC DII, and possibly give a code excerpt? The only code I've found is the dynamic hello program in the JWSDP, but some of the Call() parameters that are set (portTypeName) seem to be taken from some config file.

Thanks in advance,
Holly