Performance issue with SOAPHANDLER'S HANDLEMESSAGE --------------------------------------------------
Key: AXIS2-4528 URL: https://issues.apache.org/jira/browse/AXIS2-4528 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: jaxws Reporter: Lori VanGulick Fix For: 1.6 Implementations of HandlerPostInvoker have no way to determine if the SOAP message has even been accessed by the handlers. Without this information they may needlessly expand the message causing performance degradation. Add a property "jaxws.messageAccessed" to the SOAPMessageContext when a SOAPMessageContext.getMessage() is performed. HandlerPostInvoker implementations can then check for the property. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.