[ 
https://issues.apache.org/jira/browse/AXIS2-4655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13098796#comment-13098796
 ] 

Hudson commented on AXIS2-4655:
-------------------------------

Integrated in Axis2 #977 (See [https://builds.apache.org/job/Axis2/977/])
    Fixed AXIS2-4655.

sagara : 
Files : 
* /axis/axis2/java/core/trunk/src/site/xdoc/docs/userguide-codelisting7.xml


> Client.java in UserGuide has syntax errors
> ------------------------------------------
>
>                 Key: AXIS2-4655
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4655
>             Project: Axis2
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Alireza Salimi
>             Fix For: 1.7.0
>
>         Attachments: AXIS2-4655-corrected.patch, AXIS2-4655.patch
>
>
> The code for Client.java in Code Listing 7 calls incorrect method names on 
> stub,
> for example stub.DoInOnly(req) which should be stub.doInOnly(req) or
> stub.TwoWayOneParameterEcho(req) which should be 
> stub.twoWayOneParameterEcho(req) 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to