2 Replies Latest reply on Sep 12, 2004 7:20 PM by thomas.diesler

    SOAP Message using Axis

    crazypalm

      Hi, All

      I have to construct a soap message like:

      Test



      for the node Subject, I know i use:
      call.addParameter("Subject", org.apache.axis.Constants.XSD_STRING, ParameterMode.IN);

      but how can get the Content node where the parameter allowAdaptions i need pass is shown as an attributes in the message.

      Thank you.