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 ch...@apache.org on 2006/04/07 13:48:57 UTC

svn commit: r392259 [2/3] - in /webservices/axis2/trunk/java/modules: addressing/src/org/apache/axis2/handlers/addressing/ integration/src/test/interop/whitemesa/round1/util/ integration/src/test/interop/whitemesa/round2/util/ integration/src/test/inte...

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/Round2EchoStructClientUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/Round2EchoStructClientUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/Round2EchoStructClientUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/Round2EchoStructClientUtil.java Fri Apr  7 04:48:51 2006
@@ -44,13 +44,13 @@
 
         OMElement value0 = omfactory.createOMElement("varString", "", null);
         value0.addAttribute("xsi:type", "xsd:string", null);
-        value0.addChild(omfactory.createText("strss fdfing1"));
+        value0.addChild(omfactory.createOMText("strss fdfing1"));
         OMElement value1 = omfactory.createOMElement("varInt", "", null);
         value1.addAttribute("xsi:type", "xsd:int", null);
-        value1.addChild(omfactory.createText("25"));
+        value1.addChild(omfactory.createOMText("25"));
         OMElement value2 = omfactory.createOMElement("varFloat", "", null);
         value2.addAttribute("xsi:type", "xsd:float", null);
-        value2.addChild(omfactory.createText("25.23"));
+        value2.addChild(omfactory.createOMText("25.23"));
 
         part.addChild(value0);
         part.addChild(value1);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12Echo2DStringArrayUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12Echo2DStringArrayUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12Echo2DStringArrayUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12Echo2DStringArrayUtil.java Fri Apr  7 04:48:51 2006
@@ -44,16 +44,16 @@
 
         OMElement value0 = omfactory.createOMElement("varString", "", null);
         value0.addAttribute("xsi:type", "xsd:string", null);
-        value0.addChild(omfactory.createText("strss fdfing1"));
+        value0.addChild(omfactory.createOMText("strss fdfing1"));
         OMElement value1 = omfactory.createOMElement("varString", "", null);
         value1.addAttribute("xsi:type", "xsd:string", null);
-        value1.addChild(omfactory.createText("sdfsdf25"));
+        value1.addChild(omfactory.createOMText("sdfsdf25"));
         OMElement value2 = omfactory.createOMElement("varString", "", null);
         value2.addAttribute("xsi:type", "xsd:string", null);
-        value2.addChild(omfactory.createText("25dsasd dfasdas23"));
+        value2.addChild(omfactory.createOMText("25dsasd dfasdas23"));
         OMElement value3 = omfactory.createOMElement("varString", "", null);
         value3.addAttribute("xsi:type", "xsd:string", null);
-        value3.addChild(omfactory.createText("25dsasd dfasdas23"));
+        value3.addChild(omfactory.createOMText("25dsasd dfasdas23"));
 
         part.addChild(value0);
         part.addChild(value1);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12EchoNestedArrayUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12EchoNestedArrayUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12EchoNestedArrayUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12EchoNestedArrayUtil.java Fri Apr  7 04:48:51 2006
@@ -43,15 +43,15 @@
 
         OMElement value0 = omfactory.createOMElement("varString", "", null);
         value0.addAttribute("xsi:type", "xsd:string", null);
-        value0.addChild(omfactory.createText("strss fdfing1"));
+        value0.addChild(omfactory.createOMText("strss fdfing1"));
 
         OMElement value1 = omfactory.createOMElement("varInt", "", null);
         value1.addAttribute("xsi:type", "xsd:int", null);
-        value1.addChild(omfactory.createText("25"));
+        value1.addChild(omfactory.createOMText("25"));
 
         OMElement value2 = omfactory.createOMElement("varFloat", "", null);
         value2.addAttribute("xsi:type", "xsd:float", null);
-        value2.addChild(omfactory.createText("25.23"));
+        value2.addChild(omfactory.createOMText("25.23"));
 
         OMElement value3 = omfactory.createOMElement("varArray", "", null);
         part.addAttribute("xsi:type", "s:SOAPArrayStruct", null);
@@ -59,15 +59,15 @@
 
         OMElement value30 = omfactory.createOMElement("item", "", null);
         value30.addAttribute("xsi:type", "xsd:string", null);
-        value30.addChild(omfactory.createText("strss fdfing1"));
+        value30.addChild(omfactory.createOMText("strss fdfing1"));
 
         OMElement value31 = omfactory.createOMElement("item", "", null);
         value31.addAttribute("xsi:type", "xsd:string", null);
-        value31.addChild(omfactory.createText("strss fdfing2"));
+        value31.addChild(omfactory.createOMText("strss fdfing2"));
 
         OMElement value32 = omfactory.createOMElement("item", "", null);
         value32.addAttribute("xsi:type", "xsd:string", null);
-        value32.addChild(omfactory.createText("strss fdfing3"));
+        value32.addChild(omfactory.createOMText("strss fdfing3"));
 
         value3.addChild(value30);
         value3.addChild(value31);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12EchoNestedStructUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12EchoNestedStructUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12EchoNestedStructUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12EchoNestedStructUtil.java Fri Apr  7 04:48:51 2006
@@ -44,29 +44,29 @@
 
         OMElement value0 = omfactory.createOMElement("varString", "", null);
         value0.addAttribute("xsi:type", "xsd:string", null);
-        value0.addChild(omfactory.createText("strss fdfing1"));
+        value0.addChild(omfactory.createOMText("strss fdfing1"));
 
         OMElement value1 = omfactory.createOMElement("varInt", "", null);
         value1.addAttribute("xsi:type", "xsd:int", null);
-        value1.addChild(omfactory.createText("25"));
+        value1.addChild(omfactory.createOMText("25"));
 
         OMElement value2 = omfactory.createOMElement("varFloat", "", null);
         value2.addAttribute("xsi:type", "xsd:float", null);
-        value2.addChild(omfactory.createText("25.23"));
+        value2.addChild(omfactory.createOMText("25.23"));
 
         OMElement value3 = omfactory.createOMElement("varStruct", "", null);
 
         OMElement value30 = omfactory.createOMElement("varString", "", null);
         value30.addAttribute("xsi:type", "xsd:string", null);
-        value30.addChild(omfactory.createText("strss fdfing1"));
+        value30.addChild(omfactory.createOMText("strss fdfing1"));
 
         OMElement value31 = omfactory.createOMElement("varInt", "", null);
         value31.addAttribute("xsi:type", "xsd:int", null);
-        value31.addChild(omfactory.createText("25"));
+        value31.addChild(omfactory.createOMText("25"));
 
         OMElement value32 = omfactory.createOMElement("varFloat", "", null);
         value32.addAttribute("xsi:type", "xsd:float", null);
-        value32.addChild(omfactory.createText("25.23"));
+        value32.addChild(omfactory.createOMText("25.23"));
 
         value3.addChild(value30);
         value3.addChild(value31);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12EchoSimpleTypesAsStructUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12EchoSimpleTypesAsStructUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12EchoSimpleTypesAsStructUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12EchoSimpleTypesAsStructUtil.java Fri Apr  7 04:48:51 2006
@@ -40,15 +40,15 @@
 
         OMElement part0 = omfactory.createOMElement("inputString", "", null);
         part0.addAttribute("xsi:type", "xsd:string", null);
-        part0.addChild(omfactory.createText("45ascasc  acasa asd52"));
+        part0.addChild(omfactory.createOMText("45ascasc  acasa asd52"));
 
         OMElement part1 = omfactory.createOMElement("inputInteger", "", null);
         part1.addAttribute("xsi:type", "xsd:int", null);
-        part1.addChild(omfactory.createText("4552"));
+        part1.addChild(omfactory.createOMText("4552"));
 
         OMElement part2 = omfactory.createOMElement("inputFloat", "", null);
         part2.addAttribute("xsi:type", "xsd:float", null);
-        part2.addChild(omfactory.createText("450.52"));
+        part2.addChild(omfactory.createOMText("450.52"));
 
         operation.addChild(part0);
         operation.addChild(part1);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12EchoStructAsSimpleTypesUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12EchoStructAsSimpleTypesUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12EchoStructAsSimpleTypesUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupbSoap12EchoStructAsSimpleTypesUtil.java Fri Apr  7 04:48:51 2006
@@ -43,13 +43,13 @@
 
         OMElement value0 = omfactory.createOMElement("varString", "", null);
         value0.addAttribute("xsi:type", "xsd:string", null);
-        value0.addChild(omfactory.createText("strss fdfing1"));
+        value0.addChild(omfactory.createOMText("strss fdfing1"));
         OMElement value1 = omfactory.createOMElement("varInt", "", null);
         value1.addAttribute("xsi:type", "xsd:int", null);
-        value1.addChild(omfactory.createText("25"));
+        value1.addChild(omfactory.createOMText("25"));
         OMElement value2 = omfactory.createOMElement("varFloat", "", null);
         value2.addAttribute("xsi:type", "xsd:float", null);
-        value2.addChild(omfactory.createText("25.23"));
+        value2.addChild(omfactory.createOMText("25.23"));
 
         part.addChild(value0);
         part.addChild(value1);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupcSoap12EchoStringUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupcSoap12EchoStringUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupcSoap12EchoStringUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupcSoap12EchoStringUtil.java Fri Apr  7 04:48:51 2006
@@ -41,7 +41,7 @@
         OMNamespace hns = reqEnv.declareNamespace("http://soapinterop.org/echoheader/", "hns");
         SOAPHeaderBlock block1 = header.addHeaderBlock("echoMeStringRequest", hns);
         block1.addAttribute("xsi:type", "xsd:string", null);
-        block1.addChild(omfactory.createText("string"));
+        block1.addChild(omfactory.createOMText("string"));
         header.addChild(block1);
 
         SOAPHeaderBlock block2 = header.addHeaderBlock("echoMeStructRequest", hns);
@@ -49,15 +49,15 @@
 
         OMElement h2Val1 = omfactory.createOMElement("varString", null);
         h2Val1.addAttribute("xsi:type", "xsd:string", null);
-        h2Val1.addChild(omfactory.createText("string"));
+        h2Val1.addChild(omfactory.createOMText("string"));
 
         OMElement h2Val2 = omfactory.createOMElement("varInt", null);
         h2Val2.addAttribute("xsi:type", "xsd:int", null);
-        h2Val2.addChild(omfactory.createText("150"));
+        h2Val2.addChild(omfactory.createOMText("150"));
 
         OMElement h2Val3 = omfactory.createOMElement("varFloat", null);
         h2Val3.addAttribute("xsi:type", "xsd:float", null);
-        h2Val3.addChild(omfactory.createText("456.321"));
+        h2Val3.addChild(omfactory.createOMText("456.321"));
 
         block2.addChild(h2Val1);
         block2.addChild(h2Val2);
@@ -70,7 +70,7 @@
 
         OMElement part = omfactory.createOMElement("inputString", null);
         part.addAttribute("xsi:type", "xsd:string", null);
-        part.addChild(omfactory.createText("strssfdfing1"));
+        part.addChild(omfactory.createOMText("strssfdfing1"));
 
         operation.addChild(part);
         return reqEnv;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupcSoap12VoidUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupcSoap12VoidUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupcSoap12VoidUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/GroupcSoap12VoidUtil.java Fri Apr  7 04:48:51 2006
@@ -46,15 +46,15 @@
 
         OMElement h2Val1 = omfactory.createOMElement("varString", null);
         h2Val1.addAttribute("xsi:type", "xsd:string", null);
-        h2Val1.addChild(omfactory.createText("string"));
+        h2Val1.addChild(omfactory.createOMText("string"));
 
         OMElement h2Val2 = omfactory.createOMElement("varInt", null);
         h2Val2.addAttribute("xsi:type", "xsd:int", null);
-        h2Val2.addChild(omfactory.createText("150"));
+        h2Val2.addChild(omfactory.createOMText("150"));
 
         OMElement h2Val3 = omfactory.createOMElement("varFloat", null);
         h2Val3.addAttribute("xsi:type", "xsd:float", null);
-        h2Val3.addChild(omfactory.createText("456.321"));
+        h2Val3.addChild(omfactory.createOMText("456.321"));
 
         block2.addChild(h2Val1);
         block2.addChild(h2Val2);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2SOAP12EchoIntegerArrayclientUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2SOAP12EchoIntegerArrayclientUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2SOAP12EchoIntegerArrayclientUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2SOAP12EchoIntegerArrayclientUtil.java Fri Apr  7 04:48:51 2006
@@ -42,13 +42,13 @@
         part.addAttribute("SOAP-ENC:arrayType", "xsd:int[3]", null);
         OMElement value0 = omfactory.createOMElement("varString", "", null);
         value0.addAttribute("xsi:type", "xsd:int", null);
-        value0.addChild(omfactory.createText("451"));
+        value0.addChild(omfactory.createOMText("451"));
         OMElement value1 = omfactory.createOMElement("varString", "", null);
         value1.addAttribute("xsi:type", "xsd:int", null);
-        value1.addChild(omfactory.createText("425"));
+        value1.addChild(omfactory.createOMText("425"));
         OMElement value2 = omfactory.createOMElement("varString", "", null);
         value2.addAttribute("xsi:type", "xsd:int", null);
-        value2.addChild(omfactory.createText("2523"));
+        value2.addChild(omfactory.createOMText("2523"));
 
         part.addChild(value0);
         part.addChild(value1);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoBase64ClientUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoBase64ClientUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoBase64ClientUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoBase64ClientUtil.java Fri Apr  7 04:48:51 2006
@@ -40,7 +40,7 @@
 
         OMElement part = omfactory.createOMElement("inputBase64", "", null);
         part.addAttribute("xsi:type", "xsd:base64Binary", null);
-        part.addChild(omfactory.createText("UjBsR09EbGhjZ0dTQUxNQUFBUUNBRU1tQ1p0dU1GUXhEUzhi"));
+        part.addChild(omfactory.createOMText("UjBsR09EbGhjZ0dTQUxNQUFBUUNBRU1tQ1p0dU1GUXhEUzhi"));
 
         operation.addChild(part);
         return reqEnv;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoBooleanClientUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoBooleanClientUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoBooleanClientUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoBooleanClientUtil.java Fri Apr  7 04:48:51 2006
@@ -40,7 +40,7 @@
 
         OMElement part = omfactory.createOMElement("inputBoolean", "", null);
         part.addAttribute("xsi:type", "xsd:boolean", null);
-        part.addChild(omfactory.createText("true"));
+        part.addChild(omfactory.createOMText("true"));
 
         operation.addChild(part);
         return reqEnv;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoDateClientUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoDateClientUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoDateClientUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoDateClientUtil.java Fri Apr  7 04:48:51 2006
@@ -40,7 +40,7 @@
 
         OMElement part = omfactory.createOMElement("inputDate", "", null);
         part.addAttribute("xsi:type", "xsd:dateTime", null);
-        part.addChild(omfactory.createText("2002-07-18T19:40:30.387-06:00"));
+        part.addChild(omfactory.createOMText("2002-07-18T19:40:30.387-06:00"));
 
         operation.addChild(part);
         return reqEnv;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoDecimalClientUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoDecimalClientUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoDecimalClientUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoDecimalClientUtil.java Fri Apr  7 04:48:51 2006
@@ -40,7 +40,7 @@
 
         OMElement part = omfactory.createOMElement("inputDecimal", "", null);
         part.addAttribute("xsi:type", "xsd:decimal", null);
-        part.addChild(omfactory.createText("455646152"));
+        part.addChild(omfactory.createOMText("455646152"));
 
         operation.addChild(part);
         return reqEnv;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoFloatArrayClientUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoFloatArrayClientUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoFloatArrayClientUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoFloatArrayClientUtil.java Fri Apr  7 04:48:51 2006
@@ -45,13 +45,13 @@
 
         OMElement value0 = omfactory.createOMElement("varString", "", null);
         value0.addAttribute("xsi:type", "xsd:float", null);
-        value0.addChild(omfactory.createText("45.76876"));
+        value0.addChild(omfactory.createOMText("45.76876"));
         OMElement value1 = omfactory.createOMElement("varInt", "", null);
         value1.addAttribute("xsi:type", "xsd:float", null);
-        value1.addChild(omfactory.createText("43.454"));
+        value1.addChild(omfactory.createOMText("43.454"));
         OMElement value2 = omfactory.createOMElement("varFloat", "", null);
         value2.addAttribute("xsi:type", "xsd:float", null);
-        value2.addChild(omfactory.createText("2523.542"));
+        value2.addChild(omfactory.createOMText("2523.542"));
 
         part.addChild(value0);
         part.addChild(value1);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoFloatClientUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoFloatClientUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoFloatClientUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoFloatClientUtil.java Fri Apr  7 04:48:51 2006
@@ -40,7 +40,7 @@
 
         OMElement part = omfactory.createOMElement("inputFloat", "", null);
         part.addAttribute("xsi:type", "xsd:float", null);
-        part.addChild(omfactory.createText("50.25"));
+        part.addChild(omfactory.createOMText("50.25"));
 
         operation.addChild(part);
         return reqEnv;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoHexBinaryUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoHexBinaryUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoHexBinaryUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoHexBinaryUtil.java Fri Apr  7 04:48:51 2006
@@ -40,7 +40,7 @@
 
         OMElement part = omfactory.createOMElement("inputHexBinary", "", null);
         part.addAttribute("xsi:type", "xsd:hexBinary", null);
-        part.addChild(omfactory.createText("AAABBAAE"));
+        part.addChild(omfactory.createOMText("AAABBAAE"));
 
         operation.addChild(part);
         return reqEnv;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoStructArrayClientUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoStructArrayClientUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoStructArrayClientUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoStructArrayClientUtil.java Fri Apr  7 04:48:51 2006
@@ -45,37 +45,37 @@
 
         OMElement value00 = omfactory.createOMElement("varString", "", null);
         value00.addAttribute("xsi:type", "xsd:string", null);
-        value00.addChild(omfactory.createText("strss fdfing1"));
+        value00.addChild(omfactory.createOMText("strss fdfing1"));
         OMElement value01 = omfactory.createOMElement("varInt", "", null);
         value01.addAttribute("xsi:type", "xsd:int", null);
-        value01.addChild(omfactory.createText("25"));
+        value01.addChild(omfactory.createOMText("25"));
         OMElement value02 = omfactory.createOMElement("varFloat", "", null);
         value02.addAttribute("xsi:type", "xsd:float", null);
-        value02.addChild(omfactory.createText("25.23"));
+        value02.addChild(omfactory.createOMText("25.23"));
 
         OMElement item1 = omfactory.createOMElement("item0", null);
 
         OMElement value10 = omfactory.createOMElement("varString", "", null);
         value10.addAttribute("xsi:type", "xsd:string", null);
-        value10.addChild(omfactory.createText("strss fdfing1"));
+        value10.addChild(omfactory.createOMText("strss fdfing1"));
         OMElement value11 = omfactory.createOMElement("varInt", "", null);
         value11.addAttribute("xsi:type", "xsd:int", null);
-        value11.addChild(omfactory.createText("25"));
+        value11.addChild(omfactory.createOMText("25"));
         OMElement value12 = omfactory.createOMElement("varFloat", "", null);
         value12.addAttribute("xsi:type", "xsd:float", null);
-        value12.addChild(omfactory.createText("25.23"));
+        value12.addChild(omfactory.createOMText("25.23"));
 
         OMElement item2 = omfactory.createOMElement("item0", null);
 
         OMElement value20 = omfactory.createOMElement("varString", "", null);
         value20.addAttribute("xsi:type", "xsd:string", null);
-        value20.addChild(omfactory.createText("strss fdfing1"));
+        value20.addChild(omfactory.createOMText("strss fdfing1"));
         OMElement value21 = omfactory.createOMElement("varInt", "", null);
         value21.addAttribute("xsi:type", "xsd:int", null);
-        value21.addChild(omfactory.createText("25"));
+        value21.addChild(omfactory.createOMText("25"));
         OMElement value22 = omfactory.createOMElement("varFloat", "", null);
         value22.addAttribute("xsi:type", "xsd:float", null);
-        value22.addChild(omfactory.createText("25.23"));
+        value22.addChild(omfactory.createOMText("25.23"));
 
         item0.addChild(value00);
         item0.addChild(value01);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoStructClientUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoStructClientUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoStructClientUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12EchoStructClientUtil.java Fri Apr  7 04:48:51 2006
@@ -42,13 +42,13 @@
 
         OMElement value0 = omfactory.createOMElement("varString", "", null);
         value0.addAttribute("xsi:type", "xsd:string", null);
-        value0.addChild(omfactory.createText("strss fdfing1"));
+        value0.addChild(omfactory.createOMText("strss fdfing1"));
         OMElement value1 = omfactory.createOMElement("varInt", "", null);
         value1.addAttribute("xsi:type", "xsd:int", null);
-        value1.addChild(omfactory.createText("25"));
+        value1.addChild(omfactory.createOMText("25"));
         OMElement value2 = omfactory.createOMElement("varFloat", "", null);
         value2.addAttribute("xsi:type", "xsd:float", null);
-        value2.addChild(omfactory.createText("25.23"));
+        value2.addChild(omfactory.createOMText("25.23"));
 
         part.addChild(value0);
         part.addChild(value1);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12IntegerUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12IntegerUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12IntegerUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12IntegerUtil.java Fri Apr  7 04:48:51 2006
@@ -40,7 +40,7 @@
 
         OMElement part = omfactory.createOMElement("inputInteger", "", null);
         part.addAttribute("xsi:type", "xsd:int", null);
-        part.addChild(omfactory.createText("52"));
+        part.addChild(omfactory.createOMText("52"));
         operation.addChild(part);
         return reqEnv;
 

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12StringArrayUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12StringArrayUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12StringArrayUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12StringArrayUtil.java Fri Apr  7 04:48:51 2006
@@ -43,13 +43,13 @@
 
         OMElement value0 = omfactory.createOMElement("varString", "", null);
         value0.addAttribute("xsi:type", "xsd:string", null);
-        value0.addChild(omfactory.createText("Apache Axis2"));
+        value0.addChild(omfactory.createOMText("Apache Axis2"));
         OMElement value1 = omfactory.createOMElement("varString", "", null);
         value1.addAttribute("xsi:type", "xsd:string", null);
-        value1.addChild(omfactory.createText("Lanka Software Foundation"));
+        value1.addChild(omfactory.createOMText("Lanka Software Foundation"));
         OMElement value2 = omfactory.createOMElement("varString", "", null);
         value2.addAttribute("xsi:type", "xsd:string", null);
-        value2.addChild(omfactory.createText("www.opensource.lk"));
+        value2.addChild(omfactory.createOMText("www.opensource.lk"));
 
         part.addChild(value0);
         part.addChild(value1);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12StringUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12StringUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12StringUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/Round2Soap12StringUtil.java Fri Apr  7 04:48:51 2006
@@ -41,7 +41,7 @@
 
         OMElement part = omfactory.createOMElement("inputString", "", null);
         part.addAttribute("xsi:type", "xsd:string", null);
-        part.addChild(omfactory.createText("String Argument"));
+        part.addChild(omfactory.createOMText("String Argument"));
 
         operation.addChild(part);
         return reqEnv;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Saop12GroupcFloatUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Saop12GroupcFloatUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Saop12GroupcFloatUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Saop12GroupcFloatUtil.java Fri Apr  7 04:48:51 2006
@@ -42,7 +42,7 @@
         OMNamespace hns = reqEnv.declareNamespace("http://soapinterop.org/echoheader/", "hns");
         SOAPHeaderBlock block1 = header.addHeaderBlock("echoMeStringRequest", hns);
         block1.addAttribute("xsi:type", "xsd:string", null);
-        block1.addChild(omfactory.createText("string"));
+        block1.addChild(omfactory.createOMText("string"));
         header.addChild(block1);
 
         SOAPHeaderBlock block2 = header.addHeaderBlock("echoMeStructRequest", hns);
@@ -50,15 +50,15 @@
 
         OMElement h2Val1 = omfactory.createOMElement("varString", null);
         h2Val1.addAttribute("xsi:type", "xsd:string", null);
-        h2Val1.addChild(omfactory.createText("string"));
+        h2Val1.addChild(omfactory.createOMText("string"));
 
         OMElement h2Val2 = omfactory.createOMElement("varInt", null);
         h2Val2.addAttribute("xsi:type", "xsd:int", null);
-        h2Val2.addChild(omfactory.createText("150"));
+        h2Val2.addChild(omfactory.createOMText("150"));
 
         OMElement h2Val3 = omfactory.createOMElement("varFloat", null);
         h2Val3.addAttribute("xsi:type", "xsd:float", null);
-        h2Val3.addChild(omfactory.createText("456.321"));
+        h2Val3.addChild(omfactory.createOMText("456.321"));
 
         block2.addChild(h2Val1);
         block2.addChild(h2Val2);
@@ -70,7 +70,7 @@
 
         OMElement part = omfactory.createOMElement("inputFloat", "", null);
         part.addAttribute("xsi:type", "xsd:float", null);
-        part.addChild(omfactory.createText("50.25"));
+        part.addChild(omfactory.createOMText("50.25"));
 
         operation.addChild(part);
         return reqEnv;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcBase64Util.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcBase64Util.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcBase64Util.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcBase64Util.java Fri Apr  7 04:48:51 2006
@@ -43,7 +43,7 @@
         OMNamespace hns = reqEnv.declareNamespace("http://soapinterop.org/echoheader/", "hns");
         SOAPHeaderBlock block1 = header.addHeaderBlock("echoMeStringRequest", hns);
         block1.addAttribute("xsi:type", "xsd:string", null);
-        block1.addChild(omfactory.createText("string"));
+        block1.addChild(omfactory.createOMText("string"));
         header.addChild(block1);
 
         SOAPHeaderBlock block2 = header.addHeaderBlock("echoMeStructRequest", hns);
@@ -51,15 +51,15 @@
 
         OMElement h2Val1 = omfactory.createOMElement("varString", null);
         h2Val1.addAttribute("xsi:type", "xsd:string", null);
-        h2Val1.addChild(omfactory.createText("string"));
+        h2Val1.addChild(omfactory.createOMText("string"));
 
         OMElement h2Val2 = omfactory.createOMElement("varInt", null);
         h2Val2.addAttribute("xsi:type", "xsd:int", null);
-        h2Val2.addChild(omfactory.createText("150"));
+        h2Val2.addChild(omfactory.createOMText("150"));
 
         OMElement h2Val3 = omfactory.createOMElement("varFloat", null);
         h2Val3.addAttribute("xsi:type", "xsd:float", null);
-        h2Val3.addChild(omfactory.createText("456.321"));
+        h2Val3.addChild(omfactory.createOMText("456.321"));
 
         block2.addChild(h2Val1);
         block2.addChild(h2Val2);
@@ -71,7 +71,7 @@
 
         OMElement part = omfactory.createOMElement("inputBase64", "", null);
         part.addAttribute("xsi:type", "xsd:base64Binary", null);
-        part.addChild(omfactory.createText("SGVsbG8gV29ybGQ="));
+        part.addChild(omfactory.createOMText("SGVsbG8gV29ybGQ="));
 
         operation.addChild(part);
         return reqEnv;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcBooleanUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcBooleanUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcBooleanUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcBooleanUtil.java Fri Apr  7 04:48:51 2006
@@ -41,7 +41,7 @@
         OMNamespace hns = reqEnv.declareNamespace("http://soapinterop.org/echoheader/", "hns");
         SOAPHeaderBlock block1 = header.addHeaderBlock("echoMeStringRequest", hns);
         block1.addAttribute("xsi:type", "xsd:string", null);
-        block1.addChild(omfactory.createText("string"));
+        block1.addChild(omfactory.createOMText("string"));
         header.addChild(block1);
 
         SOAPHeaderBlock block2 = header.addHeaderBlock("echoMeStructRequest", hns);
@@ -49,15 +49,15 @@
 
         OMElement h2Val1 = omfactory.createOMElement("varString", null);
         h2Val1.addAttribute("xsi:type", "xsd:string", null);
-        h2Val1.addChild(omfactory.createText("string"));
+        h2Val1.addChild(omfactory.createOMText("string"));
 
         OMElement h2Val2 = omfactory.createOMElement("varInt", null);
         h2Val2.addAttribute("xsi:type", "xsd:int", null);
-        h2Val2.addChild(omfactory.createText("852"));
+        h2Val2.addChild(omfactory.createOMText("852"));
 
         OMElement h2Val3 = omfactory.createOMElement("varFloat", null);
         h2Val3.addAttribute("xsi:type", "xsd:float", null);
-        h2Val3.addChild(omfactory.createText("456.321"));
+        h2Val3.addChild(omfactory.createOMText("456.321"));
 
         block2.addChild(h2Val1);
         block2.addChild(h2Val2);
@@ -69,7 +69,7 @@
 
         OMElement part = omfactory.createOMElement("inputBoolean", "", null);
         part.addAttribute("xsi:type", "xsd:boolean", null);
-        part.addChild(omfactory.createText("1"));
+        part.addChild(omfactory.createOMText("1"));
 
         operation.addChild(part);
         return reqEnv;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcEchoStringUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcEchoStringUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcEchoStringUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcEchoStringUtil.java Fri Apr  7 04:48:51 2006
@@ -42,7 +42,7 @@
         OMNamespace hns = reqEnv.declareNamespace("http://soapinterop.org/echoheader/", "hns");
         SOAPHeaderBlock block1 = header.addHeaderBlock("echoMeStringRequest", hns);
         block1.addAttribute("xsi:type", "xsd:string", null);
-        block1.addChild(omfactory.createText("string"));
+        block1.addChild(omfactory.createOMText("string"));
         header.addChild(block1);
 
         SOAPHeaderBlock block2 = header.addHeaderBlock("echoMeStructRequest", hns);
@@ -50,15 +50,15 @@
 
         OMElement h2Val1 = omfactory.createOMElement("varString", null);
         h2Val1.addAttribute("xsi:type", "xsd:string", null);
-        h2Val1.addChild(omfactory.createText("string"));
+        h2Val1.addChild(omfactory.createOMText("string"));
 
         OMElement h2Val2 = omfactory.createOMElement("varInt", null);
         h2Val2.addAttribute("xsi:type", "xsd:int", null);
-        h2Val2.addChild(omfactory.createText("150"));
+        h2Val2.addChild(omfactory.createOMText("150"));
 
         OMElement h2Val3 = omfactory.createOMElement("varFloat", null);
         h2Val3.addAttribute("xsi:type", "xsd:float", null);
-        h2Val3.addChild(omfactory.createText("456.321"));
+        h2Val3.addChild(omfactory.createOMText("456.321"));
 
         block2.addChild(h2Val1);
         block2.addChild(h2Val2);
@@ -71,7 +71,7 @@
 
         OMElement part = omfactory.createOMElement("inputString", null);
         part.addAttribute("xsi:type", "xsd:string", null);
-        part.addChild(omfactory.createText("Apache Software Foundation"));
+        part.addChild(omfactory.createOMText("Apache Software Foundation"));
 
         operation.addChild(part);
         return reqEnv;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcFloatArrayUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcFloatArrayUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcFloatArrayUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcFloatArrayUtil.java Fri Apr  7 04:48:51 2006
@@ -42,7 +42,7 @@
         OMNamespace hns = reqEnv.declareNamespace("http://soapinterop.org/echoheader/", "hns");
         SOAPHeaderBlock block1 = header.addHeaderBlock("echoMeStringRequest", hns);
         block1.addAttribute("xsi:type", "xsd:string", null);
-        block1.addChild(omfactory.createText("string"));
+        block1.addChild(omfactory.createOMText("string"));
         header.addChild(block1);
 
         SOAPHeaderBlock block2 = header.addHeaderBlock("echoMeStructRequest", hns);
@@ -50,15 +50,15 @@
 
         OMElement h2Val1 = omfactory.createOMElement("varString", null);
         h2Val1.addAttribute("xsi:type", "xsd:string", null);
-        h2Val1.addChild(omfactory.createText("string"));
+        h2Val1.addChild(omfactory.createOMText("string"));
 
         OMElement h2Val2 = omfactory.createOMElement("varInt", null);
         h2Val2.addAttribute("xsi:type", "xsd:int", null);
-        h2Val2.addChild(omfactory.createText("150"));
+        h2Val2.addChild(omfactory.createOMText("150"));
 
         OMElement h2Val3 = omfactory.createOMElement("varFloat", null);
         h2Val3.addAttribute("xsi:type", "xsd:float", null);
-        h2Val3.addChild(omfactory.createText("456.321"));
+        h2Val3.addChild(omfactory.createOMText("456.321"));
 
         block2.addChild(h2Val1);
         block2.addChild(h2Val2);
@@ -75,13 +75,13 @@
 
         OMElement value0 = omfactory.createOMElement("varString", "", null);
         value0.addAttribute("xsi:type", "xsd:float", null);
-        value0.addChild(omfactory.createText("45.76876"));
+        value0.addChild(omfactory.createOMText("45.76876"));
         OMElement value1 = omfactory.createOMElement("varInt", "", null);
         value1.addAttribute("xsi:type", "xsd:float", null);
-        value1.addChild(omfactory.createText("43.454"));
+        value1.addChild(omfactory.createOMText("43.454"));
         OMElement value2 = omfactory.createOMElement("varFloat", "", null);
         value2.addAttribute("xsi:type", "xsd:float", null);
-        value2.addChild(omfactory.createText("2523.542"));
+        value2.addChild(omfactory.createOMText("2523.542"));
 
         part.addChild(value0);
         part.addChild(value1);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcHexBinaryUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcHexBinaryUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcHexBinaryUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcHexBinaryUtil.java Fri Apr  7 04:48:51 2006
@@ -42,7 +42,7 @@
         OMNamespace hns = reqEnv.declareNamespace("http://soapinterop.org/echoheader/", "hns");
         SOAPHeaderBlock block1 = header.addHeaderBlock("echoMeStringRequest", hns);
         block1.addAttribute("xsi:type", "xsd:string", null);
-        block1.addChild(omfactory.createText("string"));
+        block1.addChild(omfactory.createOMText("string"));
         header.addChild(block1);
 
         SOAPHeaderBlock block2 = header.addHeaderBlock("echoMeStructRequest", hns);
@@ -50,15 +50,15 @@
 
         OMElement h2Val1 = omfactory.createOMElement("varString", null);
         h2Val1.addAttribute("xsi:type", "xsd:string", null);
-        h2Val1.addChild(omfactory.createText("string"));
+        h2Val1.addChild(omfactory.createOMText("string"));
 
         OMElement h2Val2 = omfactory.createOMElement("varInt", null);
         h2Val2.addAttribute("xsi:type", "xsd:int", null);
-        h2Val2.addChild(omfactory.createText("852"));
+        h2Val2.addChild(omfactory.createOMText("852"));
 
         OMElement h2Val3 = omfactory.createOMElement("varFloat", null);
         h2Val3.addAttribute("xsi:type", "xsd:float", null);
-        h2Val3.addChild(omfactory.createText("456.321"));
+        h2Val3.addChild(omfactory.createOMText("456.321"));
 
         block2.addChild(h2Val1);
         block2.addChild(h2Val2);
@@ -69,7 +69,7 @@
         operation.addAttribute("soapenv:encodingStyle", "http://www.w3.org/2003/05/soap-encoding", null);
         OMElement part = omfactory.createOMElement("inputHexBinary", "", null);
         part.addAttribute("xsi:type", "xsd:hexBinary", null);
-        part.addChild(omfactory.createText("41394644363445313243"));
+        part.addChild(omfactory.createOMText("41394644363445313243"));
         operation.addChild(part);
 
         return reqEnv;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcIntegerArrayUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcIntegerArrayUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcIntegerArrayUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcIntegerArrayUtil.java Fri Apr  7 04:48:51 2006
@@ -42,7 +42,7 @@
         OMNamespace hns = reqEnv.declareNamespace("http://soapinterop.org/echoheader/", "hns");
         SOAPHeaderBlock block1 = header.addHeaderBlock("echoMeStringRequest", hns);
         block1.addAttribute("xsi:type", "xsd:string", null);
-        block1.addChild(omfactory.createText("string"));
+        block1.addChild(omfactory.createOMText("string"));
         header.addChild(block1);
 
         SOAPHeaderBlock block2 = header.addHeaderBlock("echoMeStructRequest", hns);
@@ -50,15 +50,15 @@
 
         OMElement h2Val1 = omfactory.createOMElement("varString", null);
         h2Val1.addAttribute("xsi:type", "xsd:string", null);
-        h2Val1.addChild(omfactory.createText("string"));
+        h2Val1.addChild(omfactory.createOMText("string"));
 
         OMElement h2Val2 = omfactory.createOMElement("varInt", null);
         h2Val2.addAttribute("xsi:type", "xsd:int", null);
-        h2Val2.addChild(omfactory.createText("150"));
+        h2Val2.addChild(omfactory.createOMText("150"));
 
         OMElement h2Val3 = omfactory.createOMElement("varFloat", null);
         h2Val3.addAttribute("xsi:type", "xsd:float", null);
-        h2Val3.addChild(omfactory.createText("456.321"));
+        h2Val3.addChild(omfactory.createOMText("456.321"));
 
         block2.addChild(h2Val1);
         block2.addChild(h2Val2);
@@ -72,13 +72,13 @@
         part.addAttribute("SOAP-ENC:arrayType", "xsd:int[3]", null);
         OMElement value0 = omfactory.createOMElement("varString", "", null);
         value0.addAttribute("xsi:type", "xsd:int", null);
-        value0.addChild(omfactory.createText("451"));
+        value0.addChild(omfactory.createOMText("451"));
         OMElement value1 = omfactory.createOMElement("varString", "", null);
         value1.addAttribute("xsi:type", "xsd:int", null);
-        value1.addChild(omfactory.createText("425"));
+        value1.addChild(omfactory.createOMText("425"));
         OMElement value2 = omfactory.createOMElement("varString", "", null);
         value2.addAttribute("xsi:type", "xsd:int", null);
-        value2.addChild(omfactory.createText("2523"));
+        value2.addChild(omfactory.createOMText("2523"));
 
         part.addChild(value0);
         part.addChild(value1);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcIntergerUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcIntergerUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcIntergerUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcIntergerUtil.java Fri Apr  7 04:48:51 2006
@@ -42,7 +42,7 @@
         OMNamespace hns = reqEnv.declareNamespace("http://soapinterop.org/echoheader/", "hns");
         SOAPHeaderBlock block1 = header.addHeaderBlock("echoMeStringRequest", hns);
         block1.addAttribute("xsi:type", "xsd:string", null);
-        block1.addChild(omfactory.createText("string"));
+        block1.addChild(omfactory.createOMText("string"));
         header.addChild(block1);
 
         SOAPHeaderBlock block2 = header.addHeaderBlock("echoMeStructRequest", hns);
@@ -50,15 +50,15 @@
 
         OMElement h2Val1 = omfactory.createOMElement("varString", null);
         h2Val1.addAttribute("xsi:type", "xsd:string", null);
-        h2Val1.addChild(omfactory.createText("string"));
+        h2Val1.addChild(omfactory.createOMText("string"));
 
         OMElement h2Val2 = omfactory.createOMElement("varInt", null);
         h2Val2.addAttribute("xsi:type", "xsd:int", null);
-        h2Val2.addChild(omfactory.createText("150"));
+        h2Val2.addChild(omfactory.createOMText("150"));
 
         OMElement h2Val3 = omfactory.createOMElement("varFloat", null);
         h2Val3.addAttribute("xsi:type", "xsd:float", null);
-        h2Val3.addChild(omfactory.createText("456.321"));
+        h2Val3.addChild(omfactory.createOMText("456.321"));
 
         block2.addChild(h2Val1);
         block2.addChild(h2Val2);
@@ -71,7 +71,7 @@
 
         OMElement part = omfactory.createOMElement("inputInteger", null);
         part.addAttribute("xsi:type", "xsd:int", null);
-        part.addChild(omfactory.createText("456"));
+        part.addChild(omfactory.createOMText("456"));
 
         operation.addChild(part);
         return reqEnv;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcStringArrayUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcStringArrayUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcStringArrayUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcStringArrayUtil.java Fri Apr  7 04:48:51 2006
@@ -42,7 +42,7 @@
         OMNamespace hns = reqEnv.declareNamespace("http://soapinterop.org/echoheader/", "hns");
         SOAPHeaderBlock block1 = header.addHeaderBlock("echoMeStringRequest", hns);
         block1.addAttribute("xsi:type", "xsd:string", null);
-        block1.addChild(omfactory.createText("string"));
+        block1.addChild(omfactory.createOMText("string"));
         header.addChild(block1);
 
         SOAPHeaderBlock block2 = header.addHeaderBlock("echoMeStructRequest", hns);
@@ -50,15 +50,15 @@
 
         OMElement h2Val1 = omfactory.createOMElement("varString", null);
         h2Val1.addAttribute("xsi:type", "xsd:string", null);
-        h2Val1.addChild(omfactory.createText("string"));
+        h2Val1.addChild(omfactory.createOMText("string"));
 
         OMElement h2Val2 = omfactory.createOMElement("varInt", null);
         h2Val2.addAttribute("xsi:type", "xsd:int", null);
-        h2Val2.addChild(omfactory.createText("150"));
+        h2Val2.addChild(omfactory.createOMText("150"));
 
         OMElement h2Val3 = omfactory.createOMElement("varFloat", null);
         h2Val3.addAttribute("xsi:type", "xsd:float", null);
-        h2Val3.addChild(omfactory.createText("456.321"));
+        h2Val3.addChild(omfactory.createOMText("456.321"));
 
         block2.addChild(h2Val1);
         block2.addChild(h2Val2);
@@ -74,13 +74,13 @@
 
         OMElement value0 = omfactory.createOMElement("varString", "", null);
         value0.addAttribute("xsi:type", "xsd:string", null);
-        value0.addChild(omfactory.createText("Apache Axis2"));
+        value0.addChild(omfactory.createOMText("Apache Axis2"));
         OMElement value1 = omfactory.createOMElement("varString", "", null);
         value1.addAttribute("xsi:type", "xsd:string", null);
-        value1.addChild(omfactory.createText("Lanka Software Foundation"));
+        value1.addChild(omfactory.createOMText("Lanka Software Foundation"));
         OMElement value2 = omfactory.createOMElement("varString", "", null);
         value2.addAttribute("xsi:type", "xsd:string", null);
-        value2.addChild(omfactory.createText("www.opensource.lk"));
+        value2.addChild(omfactory.createOMText("www.opensource.lk"));
 
         part.addChild(value0);
         part.addChild(value1);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcStructArrayUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcStructArrayUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcStructArrayUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcStructArrayUtil.java Fri Apr  7 04:48:51 2006
@@ -42,7 +42,7 @@
         OMNamespace hns = reqEnv.declareNamespace("http://soapinterop.org/echoheader/", "hns");
         SOAPHeaderBlock block1 = header.addHeaderBlock("echoMeStringRequest", hns);
         block1.addAttribute("xsi:type", "xsd:string", null);
-        block1.addChild(omfactory.createText("string"));
+        block1.addChild(omfactory.createOMText("string"));
         header.addChild(block1);
 
         SOAPHeaderBlock block2 = header.addHeaderBlock("echoMeStructRequest", hns);
@@ -50,15 +50,15 @@
 
         OMElement h2Val1 = omfactory.createOMElement("varString", null);
         h2Val1.addAttribute("xsi:type", "xsd:string", null);
-        h2Val1.addChild(omfactory.createText("string"));
+        h2Val1.addChild(omfactory.createOMText("string"));
 
         OMElement h2Val2 = omfactory.createOMElement("varInt", null);
         h2Val2.addAttribute("xsi:type", "xsd:int", null);
-        h2Val2.addChild(omfactory.createText("150"));
+        h2Val2.addChild(omfactory.createOMText("150"));
 
         OMElement h2Val3 = omfactory.createOMElement("varFloat", null);
         h2Val3.addAttribute("xsi:type", "xsd:float", null);
-        h2Val3.addChild(omfactory.createText("456.321"));
+        h2Val3.addChild(omfactory.createOMText("456.321"));
 
         block2.addChild(h2Val1);
         block2.addChild(h2Val2);
@@ -76,37 +76,37 @@
 
         OMElement value00 = omfactory.createOMElement("varString", "", null);
         value00.addAttribute("xsi:type", "xsd:string", null);
-        value00.addChild(omfactory.createText("strss fdfing1"));
+        value00.addChild(omfactory.createOMText("strss fdfing1"));
         OMElement value01 = omfactory.createOMElement("varInt", "", null);
         value01.addAttribute("xsi:type", "xsd:int", null);
-        value01.addChild(omfactory.createText("25"));
+        value01.addChild(omfactory.createOMText("25"));
         OMElement value02 = omfactory.createOMElement("varFloat", "", null);
         value02.addAttribute("xsi:type", "xsd:float", null);
-        value02.addChild(omfactory.createText("25.23"));
+        value02.addChild(omfactory.createOMText("25.23"));
 
         OMElement item1 = omfactory.createOMElement("item0", null);
 
         OMElement value10 = omfactory.createOMElement("varString", "", null);
         value10.addAttribute("xsi:type", "xsd:string", null);
-        value10.addChild(omfactory.createText("strss fdfing1"));
+        value10.addChild(omfactory.createOMText("strss fdfing1"));
         OMElement value11 = omfactory.createOMElement("varInt", "", null);
         value11.addAttribute("xsi:type", "xsd:int", null);
-        value11.addChild(omfactory.createText("25"));
+        value11.addChild(omfactory.createOMText("25"));
         OMElement value12 = omfactory.createOMElement("varFloat", "", null);
         value12.addAttribute("xsi:type", "xsd:float", null);
-        value12.addChild(omfactory.createText("25.23"));
+        value12.addChild(omfactory.createOMText("25.23"));
 
         OMElement item2 = omfactory.createOMElement("item0", null);
 
         OMElement value20 = omfactory.createOMElement("varString", "", null);
         value20.addAttribute("xsi:type", "xsd:string", null);
-        value20.addChild(omfactory.createText("strss fdfing1"));
+        value20.addChild(omfactory.createOMText("strss fdfing1"));
         OMElement value21 = omfactory.createOMElement("varInt", "", null);
         value21.addAttribute("xsi:type", "xsd:int", null);
-        value21.addChild(omfactory.createText("25"));
+        value21.addChild(omfactory.createOMText("25"));
         OMElement value22 = omfactory.createOMElement("varFloat", "", null);
         value22.addAttribute("xsi:type", "xsd:float", null);
-        value22.addChild(omfactory.createText("25.23"));
+        value22.addChild(omfactory.createOMText("25.23"));
 
         item0.addChild(value00);
         item0.addChild(value01);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcStructUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcStructUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcStructUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcStructUtil.java Fri Apr  7 04:48:51 2006
@@ -42,7 +42,7 @@
         OMNamespace hns = reqEnv.declareNamespace("http://soapinterop.org/echoheader/", "hns");
         SOAPHeaderBlock block1 = header.addHeaderBlock("echoMeStringRequest", hns);
         block1.addAttribute("xsi:type", "xsd:string", null);
-        block1.addChild(omfactory.createText("string"));
+        block1.addChild(omfactory.createOMText("string"));
         header.addChild(block1);
 
         SOAPHeaderBlock block2 = header.addHeaderBlock("echoMeStructRequest", hns);
@@ -50,15 +50,15 @@
 
         OMElement h2Val1 = omfactory.createOMElement("varString", null);
         h2Val1.addAttribute("xsi:type", "xsd:string", null);
-        h2Val1.addChild(omfactory.createText("string"));
+        h2Val1.addChild(omfactory.createOMText("string"));
 
         OMElement h2Val2 = omfactory.createOMElement("varInt", null);
         h2Val2.addAttribute("xsi:type", "xsd:int", null);
-        h2Val2.addChild(omfactory.createText("150"));
+        h2Val2.addChild(omfactory.createOMText("150"));
 
         OMElement h2Val3 = omfactory.createOMElement("varFloat", null);
         h2Val3.addAttribute("xsi:type", "xsd:float", null);
-        h2Val3.addChild(omfactory.createText("456.321"));
+        h2Val3.addChild(omfactory.createOMText("456.321"));
 
         block2.addChild(h2Val1);
         block2.addChild(h2Val2);
@@ -72,13 +72,13 @@
 
         OMElement value0 = omfactory.createOMElement("varString", "", null);
         value0.addAttribute("xsi:type", "xsd:string", null);
-        value0.addChild(omfactory.createText("strss fdfing1"));
+        value0.addChild(omfactory.createOMText("strss fdfing1"));
         OMElement value1 = omfactory.createOMElement("varInt", "", null);
         value1.addAttribute("xsi:type", "xsd:int", null);
-        value1.addChild(omfactory.createText("25"));
+        value1.addChild(omfactory.createOMText("25"));
         OMElement value2 = omfactory.createOMElement("varFloat", "", null);
         value2.addAttribute("xsi:type", "xsd:float", null);
-        value2.addChild(omfactory.createText("25.23"));
+        value2.addChild(omfactory.createOMText("25.23"));
 
         part.addChild(value0);
         part.addChild(value1);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcVoidUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcVoidUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcVoidUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round2/util/soap12/WMRound2Soap12GroupcVoidUtil.java Fri Apr  7 04:48:51 2006
@@ -46,15 +46,15 @@
 
         OMElement h2Val1 = omfactory.createOMElement("varString", null);
         h2Val1.addAttribute("xsi:type", "xsd:string", null);
-        h2Val1.addChild(omfactory.createText("string"));
+        h2Val1.addChild(omfactory.createOMText("string"));
 
         OMElement h2Val2 = omfactory.createOMElement("varInt", null);
         h2Val2.addAttribute("xsi:type", "xsd:int", null);
-        h2Val2.addChild(omfactory.createText("150"));
+        h2Val2.addChild(omfactory.createOMText("150"));
 
         OMElement h2Val3 = omfactory.createOMElement("varFloat", null);
         h2Val3.addAttribute("xsi:type", "xsd:float", null);
-        h2Val3.addChild(omfactory.createText("456.321"));
+        h2Val3.addChild(omfactory.createOMText("456.321"));
 
         block2.addChild(h2Val1);
         block2.addChild(h2Val2);
@@ -62,7 +62,7 @@
 
         SOAPHeaderBlock block1 = header.addHeaderBlock("echoMeStringRequest", hns);
         block1.addAttribute("xsi:type", "xsd:string", null);
-        block1.addChild(omfactory.createText("string"));
+        block1.addChild(omfactory.createOMText("string"));
 
         OMElement operation = omfactory.createOMElement("echoVoid", "http://soapinterop.org/", null);
         reqEnv.getBody().addChild(operation);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDImport1EchoStringUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDImport1EchoStringUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDImport1EchoStringUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDImport1EchoStringUtil.java Fri Apr  7 04:48:51 2006
@@ -42,7 +42,7 @@
 
         OMElement part = omfactory.createOMElement("x", "", null);
         part.addAttribute("xsi:type", "xsd:string", null);
-        part.addChild(omfactory.createText("strss fdfing1"));
+        part.addChild(omfactory.createOMText("strss fdfing1"));
 
         operation.addChild(part);
         return reqEnv;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDImport2EchoStructUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDImport2EchoStructUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDImport2EchoStructUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDImport2EchoStructUtil.java Fri Apr  7 04:48:51 2006
@@ -45,13 +45,13 @@
 
         OMElement value0 = omfactory.createOMElement("varString", "", null);
         value0.addAttribute("xsi:type", "xsd:string", null);
-        value0.addChild(omfactory.createText("strss fdfing1"));
+        value0.addChild(omfactory.createOMText("strss fdfing1"));
         OMElement value1 = omfactory.createOMElement("varInt", "", null);
         value1.addAttribute("xsi:type", "xsd:int", null);
-        value1.addChild(omfactory.createText("25"));
+        value1.addChild(omfactory.createOMText("25"));
         OMElement value2 = omfactory.createOMElement("varFloat", "", null);
         value2.addAttribute("xsi:type", "xsd:float", null);
-        value2.addChild(omfactory.createText("25.23"));
+        value2.addChild(omfactory.createOMText("25.23"));
         part.addChild(value0);
         part.addChild(value1);
         part.addChild(value2);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDImport3StructArrayUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDImport3StructArrayUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDImport3StructArrayUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDImport3StructArrayUtil.java Fri Apr  7 04:48:51 2006
@@ -49,37 +49,37 @@
 
         OMElement value00 = omfactory.createOMElement("varString", "", null);
         value00.addAttribute("xsi:type", "xsd:string", null);
-        value00.addChild(omfactory.createText("strss fdfing1"));
+        value00.addChild(omfactory.createOMText("strss fdfing1"));
         OMElement value01 = omfactory.createOMElement("varInt", "", null);
         value01.addAttribute("xsi:type", "xsd:int", null);
-        value01.addChild(omfactory.createText("25"));
+        value01.addChild(omfactory.createOMText("25"));
         OMElement value02 = omfactory.createOMElement("varFloat", "", null);
         value02.addAttribute("xsi:type", "xsd:float", null);
-        value02.addChild(omfactory.createText("25.23"));
+        value02.addChild(omfactory.createOMText("25.23"));
 
         OMElement item1 = omfactory.createOMElement("item0", null);
 
         OMElement value10 = omfactory.createOMElement("varString", "", null);
         value10.addAttribute("xsi:type", "xsd:string", null);
-        value10.addChild(omfactory.createText("strss fdfing1"));
+        value10.addChild(omfactory.createOMText("strss fdfing1"));
         OMElement value11 = omfactory.createOMElement("varInt", "", null);
         value11.addAttribute("xsi:type", "xsd:int", null);
-        value11.addChild(omfactory.createText("25"));
+        value11.addChild(omfactory.createOMText("25"));
         OMElement value12 = omfactory.createOMElement("varFloat", "", null);
         value12.addAttribute("xsi:type", "xsd:float", null);
-        value12.addChild(omfactory.createText("25.23"));
+        value12.addChild(omfactory.createOMText("25.23"));
 
         OMElement item2 = omfactory.createOMElement("item0", null);
 
         OMElement value20 = omfactory.createOMElement("varString", "", null);
         value20.addAttribute("xsi:type", "xsd:string", null);
-        value20.addChild(omfactory.createText("strss fdfing1"));
+        value20.addChild(omfactory.createOMText("strss fdfing1"));
         OMElement value21 = omfactory.createOMElement("varInt", "", null);
         value21.addAttribute("xsi:type", "xsd:int", null);
-        value21.addChild(omfactory.createText("25"));
+        value21.addChild(omfactory.createOMText("25"));
         OMElement value22 = omfactory.createOMElement("varFloat", "", null);
         value22.addAttribute("xsi:type", "xsd:float", null);
-        value22.addChild(omfactory.createText("25.23"));
+        value22.addChild(omfactory.createOMText("25.23"));
 
         item0.addChild(value00);
         item0.addChild(value01);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDRpcStringArrayUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDRpcStringArrayUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDRpcStringArrayUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDRpcStringArrayUtil.java Fri Apr  7 04:48:51 2006
@@ -47,13 +47,13 @@
 
         OMElement value0 = omfactory.createOMElement("varString", "", null);
         value0.addAttribute("xsi:type", "xsd:string", null);
-        value0.addChild(omfactory.createText("Apache Axis2"));
+        value0.addChild(omfactory.createOMText("Apache Axis2"));
         OMElement value1 = omfactory.createOMElement("varString", "", null);
         value1.addAttribute("xsi:type", "xsd:string", null);
-        value1.addChild(omfactory.createText("Lanka Software Foundation"));
+        value1.addChild(omfactory.createOMText("Lanka Software Foundation"));
         OMElement value2 = omfactory.createOMElement("varString", "", null);
         value2.addAttribute("xsi:type", "xsd:string", null);
-        value2.addChild(omfactory.createText("www.opensource.lk"));
+        value2.addChild(omfactory.createOMText("www.opensource.lk"));
 
         part.addChild(value0);
         part.addChild(value1);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDRpcStringUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDRpcStringUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDRpcStringUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDRpcStringUtil.java Fri Apr  7 04:48:51 2006
@@ -43,7 +43,7 @@
 
         OMElement part = omfactory.createOMElement("param0", "", null);
         part.addAttribute("xsi:type", "xsd:string", null);
-        part.addChild(omfactory.createText("strss fdfing1"));
+        part.addChild(omfactory.createOMText("strss fdfing1"));
 
         operation.addChild(part);
         return reqEnv;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDRpcStructUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDRpcStructUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDRpcStructUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GDRpcStructUtil.java Fri Apr  7 04:48:51 2006
@@ -45,13 +45,13 @@
 
         OMElement value0 = omfactory.createOMElement("varString", "", null);
         value0.addAttribute("xsi:type", "xsd:string", null);
-        value0.addChild(omfactory.createText("strss fdfing1"));
+        value0.addChild(omfactory.createOMText("strss fdfing1"));
         OMElement value1 = omfactory.createOMElement("varInt", "", null);
         value1.addAttribute("xsi:type", "xsd:int", null);
-        value1.addChild(omfactory.createText("25"));
+        value1.addChild(omfactory.createOMText("25"));
         OMElement value2 = omfactory.createOMElement("varFloat", "", null);
         value2.addAttribute("xsi:type", "xsd:float", null);
-        value2.addChild(omfactory.createText("25.23"));
+        value2.addChild(omfactory.createOMText("25.23"));
         part.addChild(value0);
         part.addChild(value1);
         part.addChild(value2);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GELinkedListUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GELinkedListUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GELinkedListUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GELinkedListUtil.java Fri Apr  7 04:48:51 2006
@@ -49,10 +49,10 @@
 
         OMElement value00 = omfactory.createOMElement("varInt", "", null);
         value00.addAttribute("xsi:type", "xsd:int", null);
-        value00.addChild(omfactory.createText("255"));
+        value00.addChild(omfactory.createOMText("255"));
         OMElement value01 = omfactory.createOMElement("varString", "", null);
         value01.addAttribute("xsi:type", "xsd:string", null);
-        value01.addChild(omfactory.createText("Axis2"));
+        value01.addChild(omfactory.createOMText("Axis2"));
         OMElement value02 = omfactory.createOMElement("child", "", null);
         value02.addAttribute("href", "#ID1", null);
 
@@ -66,10 +66,10 @@
 
         OMElement value10 = omfactory.createOMElement("varInt", "", null);
         value10.addAttribute("xsi:type", "xsd:int", null);
-        value10.addChild(omfactory.createText("21"));
+        value10.addChild(omfactory.createOMText("21"));
         OMElement value11 = omfactory.createOMElement("varString", "", null);
         value11.addAttribute("xsi:type", "xsd:string", null);
-        value11.addChild(omfactory.createText("LSF"));
+        value11.addChild(omfactory.createOMText("LSF"));
         OMElement value12 = omfactory.createOMElement("child", "", null);
         value12.addAttribute("xsi:type", "xsd:anyType", null);
         value12.addAttribute(" xsi:nil", "1", null);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GEListUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GEListUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GEListUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GEListUtil.java Fri Apr  7 04:48:51 2006
@@ -44,10 +44,10 @@
 
         OMElement value00 = omfactory.createOMElement("varInt", "", null);
         value00.addAttribute("xsi:type", "xsd:int", null);
-        value00.addChild(omfactory.createText("255"));
+        value00.addChild(omfactory.createOMText("255"));
         OMElement value01 = omfactory.createOMElement("varString", "", null);
         value01.addAttribute("xsi:type", "xsd:string", null);
-        value01.addChild(omfactory.createText("Axis2"));
+        value01.addChild(omfactory.createOMText("Axis2"));
 //        OMElement value02 = omfactory.createOMElement("child", "", null);
 //        value02.addAttribute("href", "#ID1", null);
 

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GFHeaderTestUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GFHeaderTestUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GFHeaderTestUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/GFHeaderTestUtil.java Fri Apr  7 04:48:51 2006
@@ -38,7 +38,7 @@
 
         OMElement operation = omfactory.createOMElement("echoStringParam", "http://soapinterop.org/xsd", null);
         reqEnv.getBody().addChild(operation);
-        operation.addChild(omfactory.createText("apache axis2"));
+        operation.addChild(omfactory.createOMText("apache axis2"));
         return reqEnv;
     }
 }

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/Round3EmptySAEchoStringUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/Round3EmptySAEchoStringUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/Round3EmptySAEchoStringUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round3/util/Round3EmptySAEchoStringUtil.java Fri Apr  7 04:48:51 2006
@@ -41,7 +41,7 @@
 
         OMElement part = omfactory.createOMElement("a", "", null);
         part.addAttribute("xsi:type", "xsd:string", null);
-        part.addChild(omfactory.createText("strss fdfing1"));
+        part.addChild(omfactory.createOMText("strss fdfing1"));
 
         operation.addChild(part);
         return reqEnv;

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/utils/EchoIntArrayFaultClientUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/utils/EchoIntArrayFaultClientUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/utils/EchoIntArrayFaultClientUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/utils/EchoIntArrayFaultClientUtil.java Fri Apr  7 04:48:51 2006
@@ -48,15 +48,15 @@
         OMElement item0 = omfactory.createOMElement("item0", null);
         item0.declareNamespace(typeNs);
         item0.addAttribute("type", "m0:int", typeNs);
-        item0.addChild(omfactory.createText("451"));
+        item0.addChild(omfactory.createOMText("451"));
         OMElement item1 = omfactory.createOMElement("item1", null);
         item1.declareNamespace(typeNs);
         item1.addAttribute("type", "m0:int", typeNs);
-        item1.addChild(omfactory.createText("425"));
+        item1.addChild(omfactory.createOMText("425"));
         OMElement item2 = omfactory.createOMElement("item2", null);
         item2.declareNamespace(typeNs);
         item2.addAttribute("type", "m0:int", typeNs);
-        item2.addChild(omfactory.createText("2523"));
+        item2.addChild(omfactory.createOMText("2523"));
 
         part.addChild(item0);
         part.addChild(item1);

Modified: webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/utils/EchoStringFaultClientUtil.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/utils/EchoStringFaultClientUtil.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/utils/EchoStringFaultClientUtil.java (original)
+++ webservices/axis2/trunk/java/modules/integration/src/test/interop/whitemesa/round4/simple/utils/EchoStringFaultClientUtil.java Fri Apr  7 04:48:51 2006
@@ -42,7 +42,7 @@
         OMElement part = omfactory.createOMElement("param", null);
         part.declareNamespace(typeNs);
         part.addAttribute("type", "xsd:string", typeNs);
-        part.addChild(omfactory.createText("String"));
+        part.addChild(omfactory.createOMText("String"));
 
         operation.addChild(part);
 

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/processingModel/SoapProcessingModelTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/processingModel/SoapProcessingModelTest.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/processingModel/SoapProcessingModelTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/processingModel/SoapProcessingModelTest.java Fri Apr  7 04:48:51 2006
@@ -118,7 +118,7 @@
         SOAPHeaderBlock h1 = fac.createSOAPHeaderBlock("DummyHeader", headerNs,
                 envelope.getHeader());
         h1.setMustUnderstand(true);
-        h1.addChild(fac.createText("Dummy String"));
+        h1.addChild(fac.createOMText("Dummy String"));
         h1.setRole(SOAP12Constants.SOAP_ROLE_NEXT);
         OMElement payload = TestingUtils.createDummyOMElement();
         envelope.getBody().addChild(payload);

Modified: webservices/axis2/trunk/java/modules/saaj/src/org/apache/axis2/saaj/TextImplEx.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/saaj/src/org/apache/axis2/saaj/TextImplEx.java?rev=392259&r1=392258&r2=392259&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/saaj/src/org/apache/axis2/saaj/TextImplEx.java (original)
+++ webservices/axis2/trunk/java/modules/saaj/src/org/apache/axis2/saaj/TextImplEx.java Fri Apr  7 04:48:51 2006
@@ -36,14 +36,14 @@
 
     public TextImplEx(String data, SOAPElement parent) {
         super(((SOAPElementImpl)parent).getOMFactory());
-        textNode = (TextImpl) DOOMAbstractFactory.getOMFactory().createText(data);
+        textNode = (TextImpl) DOOMAbstractFactory.getOMFactory().createOMText(data);
         this.parentElement = parent;
     }
 
     public TextImplEx(String data, SOAPElement parent,
                       org.w3c.dom.Node prevSibling, org.w3c.dom.Node nextSibling) {
         super(((SOAPElementImpl)parent).getOMFactory());
-        textNode = (TextImpl) DOOMAbstractFactory.getOMFactory().createText(data);
+        textNode = (TextImpl) DOOMAbstractFactory.getOMFactory().createOMText(data);
         this.parentElement = parent;
         this.previousSibling = prevSibling;
         this.nextSibling = nextSibling;