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 "Shrotriya, Sumit" <Su...@westgroup.com> on 2002/12/16 23:56:11 UTC

Apache Soap to Axis (beginner)

I am converting some code from Apache Soap to Apache Axis. 
 I want to set two parameters in my service call..
In the soap version of the code it was like this::

  //params.addElement(new Parameter("servicename", String.class,
varServicename, null));
  //params.addElement(new Parameter("input",
javax.activation.DataHandler.class, dh, null));
  //call.setParams(params);

Could you please help me as how should I pass the DataHandler as a parameter
in axis.
Regards,
Sumit