Hi,

When I run wsdl2java from a .NET 1.1 web service axis adds code such as:

 

if (localitemCode ==null){

// write the nil attribute

throw new org.apache.axis2.databinding.ADBException("itemCode cannot be
null!!");

                                          

The WSDL looks like:

 

<s:element minOccurs="0" maxOccurs="1" name="itemCode" type="s:string"/>

 

Why does it generate the field as required? Can I make it not do this?
Previously on axis 1.4 I would change setNillable(false) to
setNillable(true).

 

Thanks in advance

Tim McConechy | Principal Software Engineer | Infor | Office:
610.407.8191 | Mobile: 610.306.6603 | [EMAIL PROTECTED]

 

Reply via email to