Buggy code sample in MTOM GUIDE
-------------------------------
Key: AXIS2-772
URL: http://issues.apache.org/jira/browse/AXIS2-772
Project: Apache Axis 2.0 (Axis2)
Type: Bug
Components: samples, build,site & docs
Reporter: Thilina Gunarathne
Priority: Minor
public EchoSwA() {
}
public void setOperationContext(OperationContext oc) throws AxisFault {
msgcts = oc.getMessageContext(WSDLConstants.MESSAGE_LABEL_OUT_VALUE);
}
should be
public EchoSwA() {
}
public void setOperationContext(OperationContext oc) throws AxisFault {
msgcts = oc.getMessageContext(WSDLConstants.MESSAGE_LABEL_IN_VALUE);
}
I have already done the fix in xdocs/latest.... Some body please update the
site..
I have seen in the mailing list that some people already went in to trouble due
to this buggy code peice,...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]