You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kandula-dev@ws.apache.org by "Alireza Salimi (JIRA)" <ji...@apache.org> on 2010/03/16 17:12:27 UTC

[jira] Created: (AXIS2-4655) Client.java in UserGuide has syntax errors

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


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.
-
You can reply to this email to add a comment to the issue online.


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