Hi All,

 

I have a WSDL which contains the following part in the type section:

<element name="GetFileStatusRequest">

    <complexType>

     <sequence>

      <element name="statuscode">

        <complexType>

          <element name="statuscodepart1" type="xsd:unsignedInt"/>

          <element name="statuscodepart2" type="xsd:unsignedInt"/>

        </complexType>

      </element>

     </sequence>

    </complexType>

</element>   

 

 

Now I run the java2WSDL tool which generates a separate class __GetFileStatusRequest

 

My question is what must I do make sure that statuscodepart1 and statuscodepart1 can be set and send in the soap request ?

 

Kind regards,

Marco Laponder

 

 

Reply via email to