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 sa...@apache.org on 2006/02/07 16:08:34 UTC

svn commit: r375622 - /webservices/axis2/trunk/c/test/core/clientapi/echo.xml

Author: samisa
Date: Tue Feb  7 07:08:32 2006
New Revision: 375622

URL: http://svn.apache.org/viewcvs?rev=375622&view=rev
Log:
Fixed the element name

Modified:
    webservices/axis2/trunk/c/test/core/clientapi/echo.xml

Modified: webservices/axis2/trunk/c/test/core/clientapi/echo.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/clientapi/echo.xml?rev=375622&r1=375621&r2=375622&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/clientapi/echo.xml (original)
+++ webservices/axis2/trunk/c/test/core/clientapi/echo.xml Tue Feb  7 07:08:32 2006
@@ -1 +1 @@
-<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Body><echo><text>echo5</text></echo></soapenv:Body></soapenv:Envelope>
+<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"><soapenv:Body><echoString><text>echo5</text></echoString></soapenv:Body></soapenv:Envelope>