You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2006/07/21 12:01:15 UTC

[jira] Resolved: (AXIS2-772) Buggy code sample in MTOM GUIDE

     [ http://issues.apache.org/jira/browse/AXIS2-772?page=all ]

Deepal Jayasinghe resolved AXIS2-772.
-------------------------------------

    Resolution: Fixed

fixed in current SVN

> Buggy code sample in MTOM GUIDE
> -------------------------------
>
>                 Key: AXIS2-772
>                 URL: http://issues.apache.org/jira/browse/AXIS2-772
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: samples, build,site  & docs
>            Reporter: Thilina Gunarathne
>         Assigned To: Deepal Jayasinghe
>            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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org