[ https://issues.apache.org/jira/browse/AXIS2-5138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pushpalanka Jayawardhana updated AXIS2-5138: -------------------------------------------- Attachment: AXIS2-5138.patch Updated with proper methods used in the sample source code. > RESTClient documentation example differs from RESTClient.java source file > ------------------------------------------------------------------------- > > Key: AXIS2-5138 > URL: https://issues.apache.org/jira/browse/AXIS2-5138 > Project: Axis2 > Issue Type: Improvement > Components: documentation > Affects Versions: 1.5.5 > Reporter: John Zoetebier > Priority: Trivial > Labels: documentation > Attachments: AXIS2-5138.patch > > > Web page site/docs/rest-ws.html shows example for RESTClient. > However source listing differs from the actual source code. > For example in listing we see: > sender.engageModule(new QName(Constants.MODULE_ADDRESSING)); > While code has the proper non-deprecated method call : > sender.engageModule(Constants.MODULE_ADDRESSING); -- 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