APAR status
Closed as program error.
Error description
Suppose we have a method with an array parameter.
public void method(int[] param);
for doc/lit wrapped this will be modeled as a complextype.
<complexType name="method">
<sequence>
<element name="param" type="xsd:int" maxOccurs="true" />
</sequence>
</complexType>
If the array param is null, it should not be serialized.
We are errroneously serializing this as:
<method><param xsi:nil="true/></method>
Local fix Problem summary
****************************************************************
* USERS AFFECTED: WebSphere Application Server users of web *
* services *
****************************************************************
* PROBLEM DESCRIPTION: Document/literal wrapped array *
* parameter is serialized incorrectly *
****************************************************************
* RECOMMENDATION: *
****************************************************************
Document/literal wrapped array parameter is serialized
incorrectly. Several other related fixes are included.
Problem conclusion
A compendium of related fixes was made.
Temporary fix Comments
APAR information |
APAR number |
PQ80568 |
Reported component name |
WAS BASE 5.0 |
Reported component ID |
5630A3600 |
Reported release |
00W |
Status |
CLOSED PER |
PE |
NoPE |
HIPER |
NoHIPER |
Special Attention |
NoSpecatt |
Submitted date |
2003-11-06 |
Closed date |
2003-11-19 |
Last modified date |
2003-11-19 |
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Modules/Macros
Publications Referenced
Applicable component levels |
R003 PSY |
UP |
R00A PSY |
UP |
R00H PSY |
UP |
R00I PSY |
UP |
R00P PSY |
UP |
R00S PSY |
UP |
R00W PSY |
UP |
|