APAR status
Closed as program error.
Error description
1. SEI throws WebServicesFault. 2. Our handler processing code
makes a response message from the above fault. 3.
PMIPortHandler is called before application handlers. 4.
PMIPortHandler.close(MessageContext) calls
Message.getContentLength() which in turn calls
Message.getAsBytes(), then calls getAsString() which
converts the fault the xml string. 5. Application handler
tries to get into the soap message which will trigger the
engine to fully convert soap message (String) into the full
SAAJ tree. 6. getAsByte() is called and it'll return the
outdated soap message.
Local fix Problem summary
****************************************************************
* USERS AFFECTED: WebSphere Application Server users of web *
* services *
****************************************************************
* PROBLEM DESCRIPTION: Outdated SOAP message with SOAPPart *
* which has two representations of the *
* SOAP message *
****************************************************************
* RECOMMENDATION: *
****************************************************************
There is a problem with SOAPPart which has two concurrent
representations of the SOAP message. Outdated SOAP message is
returned.
Problem conclusion
Fix was made so that correct SOAP message is returned.
Temporary fix Comments
APAR information |
APAR number |
PQ80563 |
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-18 |
Last modified date |
2003-11-18 |
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 |
|