You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Stefano Tranquillini <st...@gmail.com> on 2009/11/09 11:07:20 UTC

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

Re: DII (Dinamic Invocation Interface)

Posted by emiddio-verizon <em...@verizon.net>.
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