Author: chatra Date: Fri Nov 10 01:49:36 2006 New Revision: 473291 URL: http://svn.apache.org/viewvc?view=rev&rev=473291 Log: correction in code listing. Thanks Charitha for pointing out
Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/rest-ws.html Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/rest-ws.html URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/rest-ws.html?view=diff&rev=473291&r1=473290&r2=473291 ============================================================================== --- webservices/axis2/branches/java/1_1/xdocs/1_1/rest-ws.html (original) +++ webservices/axis2/branches/java/1_1/xdocs/1_1/rest-ws.html Fri Nov 10 01:49:36 2006 @@ -101,7 +101,7 @@ "http://example1.org/example1", "example1"); OMElement method = fac.createOMElement("echo", omNs); OMElement value = fac.createOMElement("Text", omNs); - value.addChild(fac.createText(value, "Axis2 Echo String ")); + value.addChild(fac.createOMText(value, "Axis2 Echo String ")); method.addChild(value); return method; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]