0 Replies Latest reply on Apr 17, 2008 6:51 AM by yogeshkb

    java-->wsdl/xsd query - minOccurs value of args for wsdl ope

    yogeshkb

      Hi Team,

      I have a wsdl/xsd snippet generated for an SEI below.

      <xs:complexType name='addBannedUser'>
      <xs:sequence>
      <xs:element minOccurs='0' name='arg0' type='xs:string'/>
      <xs:element minOccurs='0' name='arg1' type='xs:string'/>
      </xs:sequence>

      The arguments for the operation are all mandatory and they cannot be null.

      Pls help me on how to configure the wsprovide scripts to generate the wsdl/xsd with the minOccurs=1 for all the arguments of my operation.

      Regards,
      Yogesh