DII (Dinamic Invocation Interface)

2009-11-09 Thread Stefano Tranquillini
Hi all,
someone knows how to perform the DII in axis2?
i didn't found  nothing useful in the net, someone of you has examples?

anyway,question:
- the axis2 perform the DII using java class has parameters or i can use
codification?
i.e.: if i've a message soap that has 2 parameters, id and name, i've to
construct a class that has  id and name or i can specify that the
message contains 2 fields named  id and name?


-- 
Stefano


Re: DII (Dinamic Invocation Interface)

2009-11-09 Thread emiddio-verizon
i am speculating here

-- axis1 supports jax-rpc which has a DII interface -- and should work in axis1;

axis2 may? be only jax-ws compatabile -- but not jax-rpc -- the DII interface 
in jax-ws is not DII i think -- its more like
static stub or dynamic proxy in jax-rpc -- not full DII as in jax-rpc.

gary

  - Original Message - 
  From: Stefano Tranquillini 
  To: axis-user@ws.apache.org 
  Sent: Monday, November 09, 2009 2:07 AM
  Subject: DII (Dinamic Invocation Interface)


  Hi all,
  someone knows how to perform the DII in axis2?
  i didn't found  nothing useful in the net, someone of you has examples?

  anyway,question:
  - the axis2 perform the DII using java class has parameters or i can use 
codification?
  i.e.: if i've a message soap that has 2 parameters, id and name, i've to 
construct a class that has  id and name or i can specify that the message 
contains 2 fields named  id and name?


  -- 
  Stefano