Hello,

We have service with Axis2 1.3 running and I faced following issue:
For nillable elements in WSDL like 

<xs:element maxOccurs="unbounded" minOccurs="0" name="zipTargeting"
nillable="true" type="ax24:CreativeZipTargeting"/>

server receive soap envelope that contains empty placeholder, e.g.

<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";>
<SOAP-ENV:Header>
....
</SOAP-ENV:Header>
<SOAP-ENV:Body>
...
<zipTargeting/>
...
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Expected behavior in this case is that null object for zipTargeting
should be created, but instead of this zipTargeting object with default
constructor is created. Is this a bug known for 1.3 version or I missed
something?

best regards,
Anatoly Rybalchenko.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to