2 Replies Latest reply on Aug 18, 2004 6:15 PM by lafr

    wrapped-style wsdl, how  to do typemapping ?

    lafr

      Testing the different wsdl-styles I did not succeed to get a running example for the wrapped style.
      I have a CustomerOrder webservice with method getHead and getComplete. Both methods get two Integer parameters: companyID and orderID.
      With document style I get parameter in0 and in1, mapping them to simpleType Integer.
      With wrapped style the parameters are wrapped as a complexType with name getHead and getComplete.
      What is the typemapping for this and where to put it ?
      Do I have to create a JavaClass with to int-fields and take this for the typemapping ?