You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2005/07/01 13:06:26 UTC

svn commit: r208745 [12/13] - in /webservices/axis/trunk/java: ./ etc/ modules/addressing/src/META-INF/ modules/addressing/src/org/apache/axis/ modules/addressing/src/org/apache/axis2/ modules/addressing/src/org/apache/axis2/handlers/ modules/addressin...

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/AbstractTestCase.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/AbstractTestCase.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/AbstractTestCase.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/AbstractTestCase.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/AbstractTestCase.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/AbstractTestCase.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/AbstractTestCase.java Fri Jul  1 04:05:49 2005
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
 import junit.framework.TestCase;
 

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/BadInputTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/BadInputTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/BadInputTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/BadInputTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/BadInputTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/BadInputTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/BadInputTest.java Fri Jul  1 04:05:49 2005
@@ -13,9 +13,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
-import org.apache.axis.soap.SOAPEnvelope;
+import org.apache.axis2.soap.SOAPEnvelope;
 
 import java.io.File;
 

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/CompareOMWithDOMTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/CompareOMWithDOMTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/CompareOMWithDOMTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/CompareOMWithDOMTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/CompareOMWithDOMTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/CompareOMWithDOMTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/CompareOMWithDOMTest.java Fri Jul  1 04:05:49 2005
@@ -13,9 +13,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
-import org.apache.axis.soap.SOAPEnvelope;
+import org.apache.axis2.soap.SOAPEnvelope;
 import org.w3c.dom.Document;
 
 import javax.xml.parsers.DocumentBuilder;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/IteratorTester.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/IteratorTester.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/IteratorTester.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/IteratorTester.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/IteratorTester.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/IteratorTester.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/IteratorTester.java Fri Jul  1 04:05:49 2005
@@ -13,10 +13,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
-import org.apache.axis.soap.SOAPEnvelope;
-import org.apache.axis.soap.impl.llom.builder.StAXSOAPModelBuilder;
+import org.apache.axis2.soap.SOAPEnvelope;
+import org.apache.axis2.soap.impl.llom.builder.StAXSOAPModelBuilder;
 
 import javax.xml.stream.XMLInputFactory;
 import java.io.FileReader;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/MIMEOutputUtilsTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/MIMEOutputUtilsTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/MIMEOutputUtilsTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/MIMEOutputUtilsTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/MIMEOutputUtilsTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/MIMEOutputUtilsTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/MIMEOutputUtilsTest.java Fri Jul  1 04:05:49 2005
@@ -13,11 +13,11 @@
  * License for the specific language governing permissions and limitations under
  * the License.
  */
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
 import junit.framework.TestCase;
-import org.apache.axis.attachments.ByteArrayDataSource;
-import org.apache.axis.soap.SOAPFactory;
+import org.apache.axis2.attachments.ByteArrayDataSource;
+import org.apache.axis2.soap.SOAPFactory;
 
 import javax.activation.DataHandler;
 import javax.mail.MessagingException;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/MessagesTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/MessagesTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/MessagesTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/MessagesTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/MessagesTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/MessagesTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/MessagesTest.java Fri Jul  1 04:05:49 2005
@@ -13,9 +13,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
-import org.apache.axis.soap.SOAPEnvelope;
+import org.apache.axis2.soap.SOAPEnvelope;
 
 public class MessagesTest extends OMTestCase {
     SOAPEnvelope soapEnvelope;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMBodyTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMBodyTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMBodyTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMBodyTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMBodyTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMBodyTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMBodyTest.java Fri Jul  1 04:05:49 2005
@@ -13,10 +13,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
-import org.apache.axis.soap.SOAPBody;
-import org.apache.axis.soap.impl.llom.SOAPProcessingException;
+import org.apache.axis2.soap.SOAPBody;
+import org.apache.axis2.soap.impl.llom.SOAPProcessingException;
 
 public class OMBodyTest extends OMTestCase implements OMConstants {
     SOAPBody soapBody;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMChildrenQNameIteratorTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMChildrenQNameIteratorTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMChildrenQNameIteratorTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMChildrenQNameIteratorTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMChildrenQNameIteratorTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMChildrenQNameIteratorTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMChildrenQNameIteratorTest.java Fri Jul  1 04:05:49 2005
@@ -13,12 +13,12 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
-import org.apache.axis.om.impl.llom.traverse.OMChildrenQNameIterator;
-import org.apache.axis.soap.SOAPEnvelope;
-import org.apache.axis.soap.impl.llom.SOAPConstants;
-import org.apache.axis.soap.impl.llom.builder.StAXSOAPModelBuilder;
+import org.apache.axis2.om.impl.llom.traverse.OMChildrenQNameIterator;
+import org.apache.axis2.soap.SOAPEnvelope;
+import org.apache.axis2.soap.impl.llom.SOAPConstants;
+import org.apache.axis2.soap.impl.llom.builder.StAXSOAPModelBuilder;
 
 import javax.xml.namespace.QName;
 import javax.xml.stream.XMLInputFactory;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMElementTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMElementTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMElementTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMElementTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMElementTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMElementTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMElementTest.java Fri Jul  1 04:05:49 2005
@@ -1,7 +1,7 @@
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
-import org.apache.axis.soap.SOAPEnvelope;
-import org.apache.axis.soap.impl.llom.builder.StAXSOAPModelBuilder;
+import org.apache.axis2.soap.SOAPEnvelope;
+import org.apache.axis2.soap.impl.llom.builder.StAXSOAPModelBuilder;
 
 import javax.xml.namespace.QName;
 

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMEnvelopeTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMEnvelopeTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMEnvelopeTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMEnvelopeTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMEnvelopeTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMEnvelopeTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMEnvelopeTest.java Fri Jul  1 04:05:49 2005
@@ -13,12 +13,12 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
-import org.apache.axis.soap.SOAPBody;
-import org.apache.axis.soap.SOAPEnvelope;
-import org.apache.axis.soap.SOAPHeader;
-import org.apache.axis.soap.impl.llom.SOAPProcessingException;
+import org.apache.axis2.soap.SOAPBody;
+import org.apache.axis2.soap.SOAPEnvelope;
+import org.apache.axis2.soap.SOAPHeader;
+import org.apache.axis2.soap.impl.llom.SOAPProcessingException;
 
 public class OMEnvelopeTest extends OMTestCase {
     public OMEnvelopeTest(String testName) {

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMHeaderBlockTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMHeaderBlockTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMHeaderBlockTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMHeaderBlockTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMHeaderBlockTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMHeaderBlockTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMHeaderBlockTest.java Fri Jul  1 04:05:49 2005
@@ -13,10 +13,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
-import org.apache.axis.soap.SOAPHeader;
-import org.apache.axis.soap.SOAPHeaderBlock;
+import org.apache.axis2.soap.SOAPHeader;
+import org.apache.axis2.soap.SOAPHeaderBlock;
 
 import java.util.Iterator;
 

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMHeaderTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMHeaderTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMHeaderTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMHeaderTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMHeaderTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMHeaderTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMHeaderTest.java Fri Jul  1 04:05:49 2005
@@ -13,11 +13,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
-import org.apache.axis.om.impl.llom.OMNamespaceImpl;
-import org.apache.axis.soap.SOAPHeader;
-import org.apache.axis.soap.SOAPHeaderBlock;
+import org.apache.axis2.om.impl.llom.OMNamespaceImpl;
+import org.apache.axis2.soap.SOAPHeader;
+import org.apache.axis2.soap.SOAPHeaderBlock;
 
 import java.util.Iterator;
 

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMNavigatorTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMNavigatorTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMNavigatorTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMNavigatorTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMNavigatorTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMNavigatorTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMNavigatorTest.java Fri Jul  1 04:05:49 2005
@@ -13,12 +13,12 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
-import org.apache.axis.om.impl.llom.OMNavigator;
-import org.apache.axis.soap.SOAPEnvelope;
-import org.apache.axis.soap.SOAPFactory;
-import org.apache.axis.soap.impl.llom.builder.StAXSOAPModelBuilder;
+import org.apache.axis2.om.impl.llom.OMNavigator;
+import org.apache.axis2.soap.SOAPEnvelope;
+import org.apache.axis2.soap.SOAPFactory;
+import org.apache.axis2.soap.impl.llom.builder.StAXSOAPModelBuilder;
 
 import javax.xml.stream.XMLInputFactory;
 import javax.xml.stream.XMLOutputFactory;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMTest.java Fri Jul  1 04:05:49 2005
@@ -13,11 +13,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
-import org.apache.axis.soap.SOAPEnvelope;
-import org.apache.axis.soap.SOAPFactory;
-import org.apache.axis.soap.impl.llom.builder.StAXSOAPModelBuilder;
+import org.apache.axis2.soap.SOAPEnvelope;
+import org.apache.axis2.soap.SOAPFactory;
+import org.apache.axis2.soap.impl.llom.builder.StAXSOAPModelBuilder;
 
 import javax.xml.stream.XMLInputFactory;
 import javax.xml.stream.XMLStreamReader;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMTestCase.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMTestCase.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMTestCase.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMTestCase.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMTestCase.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMTestCase.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMTestCase.java Fri Jul  1 04:05:49 2005
@@ -13,11 +13,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
-import org.apache.axis.soap.SOAPEnvelope;
-import org.apache.axis.soap.SOAPFactory;
-import org.apache.axis.soap.impl.llom.builder.StAXSOAPModelBuilder;
+import org.apache.axis2.soap.SOAPEnvelope;
+import org.apache.axis2.soap.SOAPFactory;
+import org.apache.axis2.soap.impl.llom.builder.StAXSOAPModelBuilder;
 
 import javax.xml.stream.*;
 import java.io.FileReader;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMTestUtils.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMTestUtils.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMTestUtils.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMTestUtils.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMTestUtils.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/OMTestUtils.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/OMTestUtils.java Fri Jul  1 04:05:49 2005
@@ -13,11 +13,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
 import junit.framework.TestCase;
-import org.apache.axis.om.impl.llom.factory.OMXMLBuilderFactory;
-import org.apache.axis.soap.SOAPEnvelope;
+import org.apache.axis2.om.impl.llom.factory.OMXMLBuilderFactory;
+import org.apache.axis2.soap.SOAPEnvelope;
 import org.w3c.dom.*;
 
 import javax.xml.stream.XMLInputFactory;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/SOAPFaultTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/SOAPFaultTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/SOAPFaultTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/SOAPFaultTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/SOAPFaultTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/SOAPFaultTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/SOAPFaultTest.java Fri Jul  1 04:05:49 2005
@@ -13,9 +13,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
-import org.apache.axis.soap.SOAPEnvelope;
+import org.apache.axis2.soap.SOAPEnvelope;
 
 import javax.xml.stream.XMLOutputFactory;
 import javax.xml.stream.XMLStreamException;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/StaxParserTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/StaxParserTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/StaxParserTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/StaxParserTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/StaxParserTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/om/StaxParserTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/StaxParserTest.java Fri Jul  1 04:05:49 2005
@@ -1,6 +1,6 @@
-package org.apache.axis.om;
+package org.apache.axis2.om;
 
-import org.apache.axis.om.impl.llom.factory.OMXMLBuilderFactory;
+import org.apache.axis2.om.impl.llom.factory.OMXMLBuilderFactory;
 
 import javax.xml.stream.XMLInputFactory;
 import javax.xml.stream.XMLStreamReader;

Modified: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/factory/OMLinkedListImplFactoryTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/factory/OMLinkedListImplFactoryTest.java?rev=208745&r1=208741&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/factory/OMLinkedListImplFactoryTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/factory/OMLinkedListImplFactoryTest.java Fri Jul  1 04:05:49 2005
@@ -13,12 +13,12 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om.factory;
+package org.apache.axis2.om.factory;
 
-import org.apache.axis.om.*;
-import org.apache.axis.soap.*;
-import org.apache.axis.soap.impl.llom.SOAPConstants;
-import org.apache.axis.soap.impl.llom.soap11.SOAP11Constants;
+import org.apache.axis2.om.*;
+import org.apache.axis2.soap.*;
+import org.apache.axis2.soap.impl.llom.SOAPConstants;
+import org.apache.axis2.soap.impl.llom.soap11.SOAP11Constants;
 
 /**
  * User: Eran Chinthaka (eran.chinthaka@gmail.com)

Modified: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/builder/StAXOMBuilderTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/builder/StAXOMBuilderTest.java?rev=208745&r1=208741&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/builder/StAXOMBuilderTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/builder/StAXOMBuilderTest.java Fri Jul  1 04:05:49 2005
@@ -13,11 +13,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om.impl.builder;
+package org.apache.axis2.om.impl.builder;
 
-import org.apache.axis.om.*;
-import org.apache.axis.om.impl.llom.builder.StAXOMBuilder;
-import org.apache.axis.om.impl.llom.factory.OMXMLBuilderFactory;
+import org.apache.axis2.om.*;
+import org.apache.axis2.om.impl.llom.builder.StAXOMBuilder;
+import org.apache.axis2.om.impl.llom.factory.OMXMLBuilderFactory;
 
 import javax.xml.stream.XMLInputFactory;
 import java.io.FileReader;

Modified: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/llom/OMOutputTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/llom/OMOutputTest.java?rev=208745&r1=208741&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/llom/OMOutputTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/llom/OMOutputTest.java Fri Jul  1 04:05:49 2005
@@ -14,13 +14,13 @@
  * limitations under the License.
  * <p/>
  */
-package org.apache.axis.om.impl.llom;
+package org.apache.axis2.om.impl.llom;
 
-import org.apache.axis.attachments.ByteArrayDataSource;
-import org.apache.axis.om.AbstractTestCase;
-import org.apache.axis.om.OMAttribute;
-import org.apache.axis.om.OMElement;
-import org.apache.axis.om.OMOutput;
+import org.apache.axis2.attachments.ByteArrayDataSource;
+import org.apache.axis2.om.AbstractTestCase;
+import org.apache.axis2.om.OMAttribute;
+import org.apache.axis2.om.OMElement;
+import org.apache.axis2.om.OMOutput;
 
 import javax.activation.DataHandler;
 import java.io.File;

Modified: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/llom/mtom/MTOMStAXSOAPModelBuilderTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/llom/mtom/MTOMStAXSOAPModelBuilderTest.java?rev=208745&r1=208741&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/llom/mtom/MTOMStAXSOAPModelBuilderTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/llom/mtom/MTOMStAXSOAPModelBuilderTest.java Fri Jul  1 04:05:49 2005
@@ -14,13 +14,13 @@
  * limitations under the License.
  * <p/>
  */
-package org.apache.axis.om.impl.llom.mtom;
+package org.apache.axis2.om.impl.llom.mtom;
 
-import org.apache.axis.attachments.MIMEHelper;
-import org.apache.axis.om.AbstractTestCase;
-import org.apache.axis.om.OMElement;
-import org.apache.axis.om.OMText;
-import org.apache.axis.om.OMXMLParserWrapper;
+import org.apache.axis2.attachments.MIMEHelper;
+import org.apache.axis2.om.AbstractTestCase;
+import org.apache.axis2.om.OMElement;
+import org.apache.axis2.om.OMText;
+import org.apache.axis2.om.OMXMLParserWrapper;
 
 import javax.activation.DataHandler;
 import javax.xml.stream.XMLInputFactory;

Modified: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/serializer/ElementSerializerTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/serializer/ElementSerializerTest.java?rev=208745&r1=208741&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/serializer/ElementSerializerTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/serializer/ElementSerializerTest.java Fri Jul  1 04:05:49 2005
@@ -13,12 +13,12 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om.impl.serializer;
+package org.apache.axis2.om.impl.serializer;
 
-import org.apache.axis.om.*;
-import org.apache.axis.om.impl.llom.factory.OMXMLBuilderFactory;
-import org.apache.axis.soap.SOAPBody;
-import org.apache.axis.soap.SOAPEnvelope;
+import org.apache.axis2.om.*;
+import org.apache.axis2.om.impl.llom.factory.OMXMLBuilderFactory;
+import org.apache.axis2.soap.SOAPBody;
+import org.apache.axis2.soap.SOAPEnvelope;
 
 import javax.xml.stream.XMLInputFactory;
 import javax.xml.stream.XMLOutputFactory;

Modified: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/serializer/NoNamespaceSerializerTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/serializer/NoNamespaceSerializerTest.java?rev=208745&r1=208741&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/serializer/NoNamespaceSerializerTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/serializer/NoNamespaceSerializerTest.java Fri Jul  1 04:05:49 2005
@@ -1,13 +1,13 @@
-package org.apache.axis.om.impl.serializer;
+package org.apache.axis2.om.impl.serializer;
 
 import junit.framework.TestCase;
-import org.apache.axis.om.OMAbstractFactory;
-import org.apache.axis.om.OMElement;
-import org.apache.axis.om.OMOutput;
-import org.apache.axis.om.OMXMLParserWrapper;
-import org.apache.axis.om.impl.llom.factory.OMXMLBuilderFactory;
-import org.apache.axis.soap.SOAPEnvelope;
-import org.apache.axis.soap.SOAPFactory;
+import org.apache.axis2.om.OMAbstractFactory;
+import org.apache.axis2.om.OMElement;
+import org.apache.axis2.om.OMOutput;
+import org.apache.axis2.om.OMXMLParserWrapper;
+import org.apache.axis2.om.impl.llom.factory.OMXMLBuilderFactory;
+import org.apache.axis2.soap.SOAPEnvelope;
+import org.apache.axis2.soap.SOAPFactory;
 
 import javax.xml.stream.XMLInputFactory;
 import javax.xml.stream.XMLOutputFactory;

Modified: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/serializer/OMSerializerTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/serializer/OMSerializerTest.java?rev=208745&r1=208741&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/serializer/OMSerializerTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/serializer/OMSerializerTest.java Fri Jul  1 04:05:49 2005
@@ -13,16 +13,16 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om.impl.serializer;
+package org.apache.axis2.om.impl.serializer;
 
-import org.apache.axis.om.AbstractTestCase;
-import org.apache.axis.om.OMAbstractFactory;
-import org.apache.axis.om.OMOutput;
-import org.apache.axis.om.OMXMLParserWrapper;
-import org.apache.axis.om.impl.llom.factory.OMXMLBuilderFactory;
-import org.apache.axis.om.impl.llom.serialize.StreamingOMSerializer;
-import org.apache.axis.soap.SOAPBody;
-import org.apache.axis.soap.SOAPEnvelope;
+import org.apache.axis2.om.AbstractTestCase;
+import org.apache.axis2.om.OMAbstractFactory;
+import org.apache.axis2.om.OMOutput;
+import org.apache.axis2.om.OMXMLParserWrapper;
+import org.apache.axis2.om.impl.llom.factory.OMXMLBuilderFactory;
+import org.apache.axis2.om.impl.llom.serialize.StreamingOMSerializer;
+import org.apache.axis2.soap.SOAPBody;
+import org.apache.axis2.soap.SOAPEnvelope;
 
 import javax.xml.stream.XMLInputFactory;
 import javax.xml.stream.XMLOutputFactory;

Modified: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/streamwrapper/OMStaxStreamingWrapperTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/streamwrapper/OMStaxStreamingWrapperTest.java?rev=208745&r1=208741&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/streamwrapper/OMStaxStreamingWrapperTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/streamwrapper/OMStaxStreamingWrapperTest.java Fri Jul  1 04:05:49 2005
@@ -13,13 +13,13 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om.impl.streamwrapper;
+package org.apache.axis2.om.impl.streamwrapper;
 
-import org.apache.axis.om.AbstractTestCase;
-import org.apache.axis.om.OMAbstractFactory;
-import org.apache.axis.om.OMXMLParserWrapper;
-import org.apache.axis.om.impl.llom.factory.OMXMLBuilderFactory;
-import org.apache.axis.soap.SOAPEnvelope;
+import org.apache.axis2.om.AbstractTestCase;
+import org.apache.axis2.om.OMAbstractFactory;
+import org.apache.axis2.om.OMXMLParserWrapper;
+import org.apache.axis2.om.impl.llom.factory.OMXMLBuilderFactory;
+import org.apache.axis2.soap.SOAPEnvelope;
 
 import javax.xml.stream.XMLInputFactory;
 import javax.xml.stream.XMLStreamReader;

Modified: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/streamwrapper/OmStAXBuilderTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/streamwrapper/OmStAXBuilderTest.java?rev=208745&r1=208741&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/streamwrapper/OmStAXBuilderTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/streamwrapper/OmStAXBuilderTest.java Fri Jul  1 04:05:49 2005
@@ -13,15 +13,15 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om.impl.streamwrapper;
+package org.apache.axis2.om.impl.streamwrapper;
 
-import org.apache.axis.om.AbstractTestCase;
-import org.apache.axis.om.OMAbstractFactory;
-import org.apache.axis.om.OMOutput;
-import org.apache.axis.om.OMXMLParserWrapper;
-import org.apache.axis.om.impl.llom.factory.OMXMLBuilderFactory;
-import org.apache.axis.soap.SOAPEnvelope;
-import org.apache.axis.soap.SOAPFactory;
+import org.apache.axis2.om.AbstractTestCase;
+import org.apache.axis2.om.OMAbstractFactory;
+import org.apache.axis2.om.OMOutput;
+import org.apache.axis2.om.OMXMLParserWrapper;
+import org.apache.axis2.om.impl.llom.factory.OMXMLBuilderFactory;
+import org.apache.axis2.soap.SOAPEnvelope;
+import org.apache.axis2.soap.SOAPFactory;
 
 import javax.xml.stream.XMLInputFactory;
 import javax.xml.stream.XMLStreamReader;

Modified: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/traverse/OMChildrenWithSpecificAttributeIteratorTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/traverse/OMChildrenWithSpecificAttributeIteratorTest.java?rev=208745&r1=208741&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/traverse/OMChildrenWithSpecificAttributeIteratorTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/impl/traverse/OMChildrenWithSpecificAttributeIteratorTest.java Fri Jul  1 04:05:49 2005
@@ -13,10 +13,10 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.axis.om.impl.traverse;
+package org.apache.axis2.om.impl.traverse;
 
-import org.apache.axis.om.OMConstants;
-import org.apache.axis.om.OMTestCase;
+import org.apache.axis2.om.OMConstants;
+import org.apache.axis2.om.OMTestCase;
 
 public class OMChildrenWithSpecificAttributeIteratorTest extends OMTestCase implements OMConstants {
     private String sampleSOAPMessage = "<soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:wsa=\"http://schemas.xmlsoap.org/ws/2004/03/addressing\">\n" +

Modified: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/util/XMLComparator.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/util/XMLComparator.java?rev=208745&r1=208741&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/util/XMLComparator.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/util/XMLComparator.java Fri Jul  1 04:05:49 2005
@@ -1,9 +1,9 @@
-package org.apache.axis.om.util;
+package org.apache.axis2.om.util;
 
-import org.apache.axis.om.OMAttribute;
-import org.apache.axis.om.OMElement;
-import org.apache.axis.om.OMNamespace;
-import org.apache.axis.om.OMNode;
+import org.apache.axis2.om.OMAttribute;
+import org.apache.axis2.om.OMElement;
+import org.apache.axis2.om.OMNamespace;
+import org.apache.axis2.om.OMNode;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 

Modified: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/util/XMLComparatorTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/util/XMLComparatorTest.java?rev=208745&r1=208741&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/util/XMLComparatorTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/util/XMLComparatorTest.java Fri Jul  1 04:05:49 2005
@@ -1,8 +1,8 @@
-package org.apache.axis.om.util;
+package org.apache.axis2.om.util;
 
-import org.apache.axis.om.OMTestCase;
-import org.apache.axis.om.impl.llom.util.XMLComparator;
-import org.apache.axis.soap.impl.llom.builder.StAXSOAPModelBuilder;
+import org.apache.axis2.om.OMTestCase;
+import org.apache.axis2.om.impl.llom.util.XMLComparator;
+import org.apache.axis2.soap.impl.llom.builder.StAXSOAPModelBuilder;
 
 /**
  * Copyright 2001-2004 The Apache Software Foundation.

Modified: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/util/XMLComparisonException.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/util/XMLComparisonException.java?rev=208745&r1=208741&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/util/XMLComparisonException.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/om/util/XMLComparisonException.java Fri Jul  1 04:05:49 2005
@@ -1,4 +1,4 @@
-package org.apache.axis.om.util;
+package org.apache.axis2.om.util;
 
 /**
  * Copyright 2001-2004 The Apache Software Foundation.

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPBodyTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPBodyTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPBodyTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPBodyTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPBodyTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPBodyTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPBodyTest.java Fri Jul  1 04:05:49 2005
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
-import org.apache.axis.soap.impl.llom.SOAPConstants;
+import org.apache.axis2.soap.impl.llom.SOAPConstants;
 
 public class SOAPBodyTest extends SOAPBodyTestCase {
 

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPBodyTestCase.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPBodyTestCase.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPBodyTestCase.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPBodyTestCase.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPBodyTestCase.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPBodyTestCase.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPBodyTestCase.java Fri Jul  1 04:05:49 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
 public class SOAPBodyTestCase extends SOAPTestCase {
     protected SOAPBody soap11Body;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPEnvelopeTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPEnvelopeTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPEnvelopeTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPEnvelopeTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPEnvelopeTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPEnvelopeTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPEnvelopeTest.java Fri Jul  1 04:05:49 2005
@@ -14,11 +14,11 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
-import org.apache.axis.soap.impl.llom.SOAPConstants;
-import org.apache.axis.soap.impl.llom.soap11.SOAP11Constants;
-import org.apache.axis.soap.impl.llom.soap12.SOAP12Constants;
+import org.apache.axis2.soap.impl.llom.SOAPConstants;
+import org.apache.axis2.soap.impl.llom.soap11.SOAP11Constants;
+import org.apache.axis2.soap.impl.llom.soap12.SOAP12Constants;
 
 public class SOAPEnvelopeTest extends SOAPTestCase {
     protected SOAPEnvelope soap11Envelope;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultCodeTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultCodeTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultCodeTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultCodeTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultCodeTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultCodeTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultCodeTest.java Fri Jul  1 04:05:49 2005
@@ -14,10 +14,10 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
-import org.apache.axis.soap.impl.llom.SOAPProcessingException;
-import org.apache.axis.soap.impl.llom.soap12.SOAP12Constants;
+import org.apache.axis2.soap.impl.llom.SOAPProcessingException;
+import org.apache.axis2.soap.impl.llom.soap12.SOAP12Constants;
 
 public class SOAPFaultCodeTest extends SOAPFaultCodeTestCase {
 

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultCodeTestCase.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultCodeTestCase.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultCodeTestCase.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultCodeTestCase.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultCodeTestCase.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultCodeTestCase.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultCodeTestCase.java Fri Jul  1 04:05:49 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
 public class SOAPFaultCodeTestCase extends SOAPFaultTestCase {
 

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultDetailTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultDetailTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultDetailTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultDetailTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultDetailTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultDetailTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultDetailTest.java Fri Jul  1 04:05:49 2005
@@ -14,11 +14,11 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
-import org.apache.axis.om.OMElement;
-import org.apache.axis.om.OMNamespace;
-import org.apache.axis.om.OMText;
+import org.apache.axis2.om.OMElement;
+import org.apache.axis2.om.OMNamespace;
+import org.apache.axis2.om.OMText;
 
 import java.util.Iterator;
 

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultNodeTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultNodeTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultNodeTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultNodeTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultNodeTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultNodeTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultNodeTest.java Fri Jul  1 04:05:49 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
 public class SOAPFaultNodeTest extends SOAPFaultTestCase {
     protected SOAPFaultNode soap11FaultNode;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultReasonTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultReasonTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultReasonTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultReasonTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultReasonTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultReasonTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultReasonTest.java Fri Jul  1 04:05:49 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
 public class SOAPFaultReasonTest extends SOAPFaultReasonTestCase {
 

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultReasonTestCase.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultReasonTestCase.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultReasonTestCase.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultReasonTestCase.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultReasonTestCase.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultReasonTestCase.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultReasonTestCase.java Fri Jul  1 04:05:49 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
 public class SOAPFaultReasonTestCase extends SOAPFaultTestCase{
 

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultRoleTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultRoleTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultRoleTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultRoleTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultRoleTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultRoleTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultRoleTest.java Fri Jul  1 04:05:49 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
 public class SOAPFaultRoleTest extends SOAPFaultTestCase {
 

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultSubCodeTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultSubCodeTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultSubCodeTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultSubCodeTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultSubCodeTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultSubCodeTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultSubCodeTest.java Fri Jul  1 04:05:49 2005
@@ -14,10 +14,10 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
-import org.apache.axis.soap.impl.llom.SOAPProcessingException;
-import org.apache.axis.soap.impl.llom.soap12.SOAP12Constants;
+import org.apache.axis2.soap.impl.llom.SOAPProcessingException;
+import org.apache.axis2.soap.impl.llom.soap12.SOAP12Constants;
 
 public class SOAPFaultSubCodeTest extends SOAPFaultSubCodeTestCase {
 

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultSubCodeTestCase.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultSubCodeTestCase.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultSubCodeTestCase.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultSubCodeTestCase.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultSubCodeTestCase.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultSubCodeTestCase.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultSubCodeTestCase.java Fri Jul  1 04:05:49 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
 public class SOAPFaultSubCodeTestCase extends SOAPFaultCodeTestCase {
     protected SOAPFaultValue soap11FaultValue;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultTest.java Fri Jul  1 04:05:49 2005
@@ -14,11 +14,11 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
-import org.apache.axis.om.OMAbstractFactory;
-import org.apache.axis.om.OMOutput;
-import org.apache.axis.soap.impl.llom.soap12.SOAP12Constants;
+import org.apache.axis2.om.OMAbstractFactory;
+import org.apache.axis2.om.OMOutput;
+import org.apache.axis2.soap.impl.llom.soap12.SOAP12Constants;
 
 public class SOAPFaultTest extends SOAPFaultTestCase {
 

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultTestCase.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultTestCase.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultTestCase.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultTestCase.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultTestCase.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultTestCase.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultTestCase.java Fri Jul  1 04:05:49 2005
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
-import org.apache.axis.om.OMAbstractFactory;
+import org.apache.axis2.om.OMAbstractFactory;
 
 public class SOAPFaultTestCase extends SOAPBodyTestCase {
     protected SOAPFault soap11Fault;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultTextTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultTextTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultTextTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultTextTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultTextTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultTextTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultTextTest.java Fri Jul  1 04:05:49 2005
@@ -14,10 +14,10 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
-import org.apache.axis.om.OMAttribute;
-import org.apache.axis.soap.impl.llom.soap12.SOAP12Constants;
+import org.apache.axis2.om.OMAttribute;
+import org.apache.axis2.soap.impl.llom.soap12.SOAP12Constants;
 
 public class SOAPFaultTextTest extends SOAPFaultReasonTestCase {
     protected SOAPFaultText soap11FaultText;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultValueTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultValueTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultValueTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultValueTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultValueTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPFaultValueTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPFaultValueTest.java Fri Jul  1 04:05:49 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
 public class SOAPFaultValueTest extends SOAPFaultSubCodeTestCase {
 

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPHeaderBlockTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPHeaderBlockTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPHeaderBlockTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPHeaderBlockTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPHeaderBlockTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPHeaderBlockTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPHeaderBlockTest.java Fri Jul  1 04:05:49 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
 import java.util.Iterator;
 

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPHeaderTest.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPHeaderTest.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPHeaderTest.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPHeaderTest.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPHeaderTest.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPHeaderTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPHeaderTest.java Fri Jul  1 04:05:49 2005
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
 import java.util.ArrayList;
 import java.util.Iterator;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPHeaderTestCase.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPHeaderTestCase.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPHeaderTestCase.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPHeaderTestCase.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPHeaderTestCase.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPHeaderTestCase.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPHeaderTestCase.java Fri Jul  1 04:05:49 2005
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
-import org.apache.axis.om.OMNamespace;
+import org.apache.axis2.om.OMNamespace;
 
 public class SOAPHeaderTestCase extends SOAPTestCase {
     protected SOAPHeader soap11Header;

Copied: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPTestCase.java (from r208741, webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPTestCase.java)
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPTestCase.java?p2=webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPTestCase.java&p1=webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPTestCase.java&r1=208741&r2=208745&rev=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis/soap/SOAPTestCase.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/SOAPTestCase.java Fri Jul  1 04:05:49 2005
@@ -14,12 +14,12 @@
  * limitations under the License.
  */
 
-package org.apache.axis.soap;
+package org.apache.axis2.soap;
 
-import org.apache.axis.om.AbstractTestCase;
-import org.apache.axis.om.OMAbstractFactory;
-import org.apache.axis.om.OMFactory;
-import org.apache.axis.soap.impl.llom.builder.StAXSOAPModelBuilder;
+import org.apache.axis2.om.AbstractTestCase;
+import org.apache.axis2.om.OMAbstractFactory;
+import org.apache.axis2.om.OMFactory;
+import org.apache.axis2.soap.impl.llom.builder.StAXSOAPModelBuilder;
 
 import javax.xml.stream.XMLInputFactory;
 import javax.xml.stream.XMLStreamException;

Modified: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/impl/llom/builder/StAXSOAPModelBuilderTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/impl/llom/builder/StAXSOAPModelBuilderTest.java?rev=208745&r1=208741&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/impl/llom/builder/StAXSOAPModelBuilderTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/impl/llom/builder/StAXSOAPModelBuilderTest.java Fri Jul  1 04:05:49 2005
@@ -1,13 +1,13 @@
-package org.apache.axis.soap.impl.llom.builder;
+package org.apache.axis2.soap.impl.llom.builder;
 
 import junit.framework.TestCase;
-import org.apache.axis.om.OMAttribute;
-import org.apache.axis.om.OMElement;
-import org.apache.axis.om.OMXMLParserWrapper;
-import org.apache.axis.soap.*;
-import org.apache.axis.soap.impl.llom.SOAPConstants;
-import org.apache.axis.soap.impl.llom.soap11.SOAP11Constants;
-import org.apache.axis.soap.impl.llom.soap12.SOAP12Constants;
+import org.apache.axis2.om.OMAttribute;
+import org.apache.axis2.om.OMElement;
+import org.apache.axis2.om.OMXMLParserWrapper;
+import org.apache.axis2.soap.*;
+import org.apache.axis2.soap.impl.llom.SOAPConstants;
+import org.apache.axis2.soap.impl.llom.soap11.SOAP11Constants;
+import org.apache.axis2.soap.impl.llom.soap12.SOAP12Constants;
 
 import javax.xml.stream.XMLInputFactory;
 import javax.xml.stream.XMLStreamException;

Modified: webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/impl/llom/soap11/SOAP11SerializerTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/impl/llom/soap11/SOAP11SerializerTest.java?rev=208745&r1=208741&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/impl/llom/soap11/SOAP11SerializerTest.java (original)
+++ webservices/axis/trunk/java/modules/xml/test/org/apache/axis2/soap/impl/llom/soap11/SOAP11SerializerTest.java Fri Jul  1 04:05:49 2005
@@ -1,9 +1,9 @@
-package org.apache.axis.soap.impl.llom.soap11;
+package org.apache.axis2.soap.impl.llom.soap11;
 
-import org.apache.axis.om.OMOutput;
-import org.apache.axis.om.OMTestCase;
-import org.apache.axis.soap.SOAPEnvelope;
-import org.apache.axis.soap.impl.llom.builder.StAXSOAPModelBuilder;
+import org.apache.axis2.om.OMOutput;
+import org.apache.axis2.om.OMTestCase;
+import org.apache.axis2.soap.SOAPEnvelope;
+import org.apache.axis2.soap.impl.llom.builder.StAXSOAPModelBuilder;
 
 import javax.xml.stream.XMLOutputFactory;
 import javax.xml.stream.XMLStreamException;

Modified: webservices/axis/trunk/java/xdocs/CodegenToolReference.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/CodegenToolReference.html?rev=208745&r1=208744&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/CodegenToolReference.html (original)
+++ webservices/axis/trunk/java/xdocs/CodegenToolReference.html Fri Jul  1 04:05:49 2005
@@ -110,7 +110,7 @@
 </table>
 <h1>Code Generator Wizard - Ant Task</h1>
 <p>The code generator also comes bundled with an Ant task. The ant task is 
-implemented by the org.apache.axis.tool.ant.AntCodegenTask class. Following are 
+implemented by the org.apache.axis2.tool.ant.AntCodegenTask class. Following are
 the ant task attributes.</p>
 <h2>Ant Task Reference</h2>
 <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber2" height="458">
@@ -180,7 +180,7 @@
 &lt;project name=&quot;CodegenExample&quot; default=&quot;main&quot; basedir=&quot;.&quot;&gt;
 &lt;target name=&quot;declare&quot; &gt;
 &lt;taskdef name=&quot;codegen&quot;
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; classname=&quot;org.apache.axis.tool.ant.AntCodegenTask&quot;
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; classname=&quot;org.apache.axis2.tool.ant.AntCodegenTask&quot;
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; classpath=&quot;classes&quot;/&gt;
 &lt;/target&gt;
 &lt;target name=&quot;main&quot; depends=&quot;declare&quot;&gt;
@@ -192,7 +192,7 @@
 /&gt;
 &lt;/target&gt;
 &lt;/project&gt;</pre></p>
-<p>Notice the main target that uses the "codegen" task which will use the org.apache.axis.tool.ant.AntCodegenTask class and run the code generation tool internally while passing the relevant arguments and do the proper generation. If a user types</p>
+<p>Notice the main target that uses the "codegen" task which will use the org.apache.axis2.tool.ant.AntCodegenTask class and run the code generation tool internally while passing the relevant arguments and do the proper generation. If a user types</p>
 <p>>ant or >ant main</p>
 <p>it will generate the serverside code and service.xml for the given WSDL file(C:\test\wsdl\CombinedService.wsdl) and the generated code will be written to C:\ directory.</p>
 <p>For this Ant task to work the following jars need to be in the class path.</p>

Modified: webservices/axis/trunk/java/xdocs/M1/Axis2ArchitectureGuide.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/M1/Axis2ArchitectureGuide.html?rev=208745&r1=208744&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/M1/Axis2ArchitectureGuide.html (original)
+++ webservices/axis/trunk/java/xdocs/M1/Axis2ArchitectureGuide.html Fri Jul  1 04:05:49 2005
@@ -542,9 +542,9 @@
 specific properties using the WOM. In that sense the Axis2 Service Desc is a 
 wrapper to the WOM. </P>
 <P>Following is the Class diagram of the top level component of the description 
-Component org.apache.axis.description.impl.AxisService. <BR><BR><p align="center"><IMG height=391 
+Component org.apache.axis2.description.impl.AxisService. <BR><BR><p align="center"><IMG height=391
 src="images/archi012.jpg" width=292 border=0 
-DESIGNTIMEURL="images/archi012.jpg"></p><BR><BR>org.apache.axis.description.impl.AxisService 
+DESIGNTIMEURL="images/archi012.jpg"></p><BR><BR>org.apache.axis2.description.impl.AxisService
 extends from the org.apache.wsdl.WSDLService and thus inherits the functionality 
 of the org.apache.wsdl.WSDLService. The Axis2 specific properties like provider, 
 ServiceClass are stored using the org.apache.wsdl.Component class which 

Modified: webservices/axis/trunk/java/xdocs/M1/OMTutorial.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/M1/OMTutorial.html?rev=208745&r1=208744&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/M1/OMTutorial.html (original)
+++ webservices/axis/trunk/java/xdocs/M1/OMTutorial.html Fri Jul  1 04:05:49 2005
@@ -177,7 +177,7 @@
 public OMNamespace findDeclaredNamespace(String uri, String prefix) throws OMException;
 </pre>
 <div align="left"><b>Code listing 2.5</b></div>
-<p>The declareNamespacexx methods are fairly straightforward. They add a namespace to namespace declarations section. Note that a namespace declaration that has already being added will not be added twice. These namespace declarations will serialize into “xmlns:prefix=”uri”” type string inside an element.
+<p>The declareNamespacexx methods are fairly straightforward. They add a namespace to namespace declarations section. Note that a namespace declaration that has already being added will not be added twice. These namespace declarations will serialize into “xmlns:prefix=â€Â?uriâ€Â?â€Â? type string inside an element.
 FindInscopeNamespaces is a very handy method to locate a namespace object higher up the object tree. It searches for a matching namespace in its own declarations section and jumps to the parent if it’s not found. The search progresses up the tree until a matching namespace is found or the root has been reached.</p>
 
 <!-- Special section -->
@@ -336,7 +336,7 @@
 <p>
 There is a requirement to build an OM with a given object structure. A Typical scenario will be to build OM from an object structure that is returned from a data binding tool. So when the need arises to generate an OM from an object, a special builder class is to be used. The ObjectToOMBuilder class implements the XMLParserWrapper  (which is effectively the builder interface), but unlike the other builders such a conversion cannot be pull based. It is “push based&quot; which means that the builder should have access to a content handler in order to push events. Hence the ObjectToOmBuilder implements the registerContentHandler method which accepts an instance of the SAX ContentHandler.interface.
 In serializing however the user need not worry whether the inner parts of the OM tree consists of Object builders which are push based. The serializing mechanism automatically registers a StreamToContentHandlerConverter which effectively redirects all the ContentHandler events into the relevant XMLStreamWriter. 
-The ObjectToOMBuilder expects an org.apache.axis.om.OutObject interface from the third party for registering a SAX ContentHandler. The ObjctToOMBuilder should also be supplied with the parent element which the supplied object should be serialized under. When the ObjectToOMBuilder is asked to proceed the call is in turn passed to the OutObject to fire SAX events. The ObjectToOMBuilder will take care of building the structure (if needed).</p>
+The ObjectToOMBuilder expects an org.apache.axis2.om.OutObject interface from the third party for registering a SAX ContentHandler. The ObjctToOMBuilder should also be supplied with the parent element which the supplied object should be serialized under. When the ObjectToOMBuilder is asked to proceed the call is in turn passed to the OutObject to fire SAX events. The ObjectToOMBuilder will take care of building the structure (if needed).</p>
 
 <p>The following code segment explains this scenario.</p>
 <pre class="code">
@@ -396,10 +396,10 @@
 <h2>Appendix</h2>
 <h3>Program listing for complete OM - build and serialize</h3>
 <pre class="code">
-import org.apache.axis.om.SOAPEnvelope;
-import org.apache.axis.om.OMFactory;
-import org.apache.axis.om.OMXMLParserWrapper;
-import org.apache.axis.impl.llom.factory.OMXMLBuilderFactory;
+import org.apache.axis2.om.SOAPEnvelope;
+import org.apache.axis2.om.OMFactory;
+import org.apache.axis2.om.OMXMLParserWrapper;
+import org.apache.axis2.impl.llom.factory.OMXMLBuilderFactory;
 
 import javax.xml.stream.*;
 import java.io.FileReader;

Modified: webservices/axis/trunk/java/xdocs/M1/userguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/M1/userguide.html?rev=208745&r1=208744&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/M1/userguide.html (original)
+++ webservices/axis/trunk/java/xdocs/M1/userguide.html Fri Jul  1 04:05:49 2005
@@ -265,7 +265,7 @@
 
 <h4><strong>Deploying the sample </strong></h4>
 <p>Before deploying the sample, it is necessary to package the web service. The actual web service implementation is the EchoXML.java and it is necessary to write a service.xml so that the necessary statistics about the service will be available to the Axis2 engine at the runtime. </p>
-<pre class="style1 style2 style3">&lt;service provider=&quot;org.apache.axis.providers.RawXMLProvider&quot; style=&quot;rpc&quot;&gt; 
+<pre class="style1 style2 style3">&lt;service provider=&quot;org.apache.axis2.providers.RawXMLProvider&quot; style=&quot;rpc&quot;&gt;
    &nbsp;&nbsp;&lt;java:implementation class=&quot;userguide.sample1.EchoXML&quot; xmlns:java=&quot;http://ws.apache.org/axis2/deployment/java&quot;/&gt;
 &nbsp;&nbsp;&lt;operation name=&quot;echo&quot; qname=&quot;echo&quot;/&gt;   
 &lt;/service&gt; </pre>
@@ -308,8 +308,8 @@
 } </pre>
 <p>It is assumed that the sample is compiled. Please refer "Building Sample" above.</p>
 <h4><strong>Deploying the sample </strong></h4>
-<p>The implementation of the web service will be EchoXML, operation will be echo and the provider will be org.apache.axis.providers.RawXMLProvider, which are similar to that of the <strong>“Echo Synchronous call” </strong>. The difference is that there will be a handler that will be added in the server side. For further discussion refer the following service.xml which will be used in deploying the service. </p>
-<pre class="style1 style2 style3">&lt;service provider=&quot;org.apache.axis.providers.RawXMLProvider&quot; style=&quot;rpc&quot;&gt; 
+<p>The implementation of the web service will be EchoXML, operation will be echo and the provider will be org.apache.axis2.providers.RawXMLProvider, which are similar to that of the <strong>“Echo Synchronous call” </strong>. The difference is that there will be a handler that will be added in the server side. For further discussion refer the following service.xml which will be used in deploying the service. </p>
+<pre class="style1 style2 style3">&lt;service provider=&quot;org.apache.axis2.providers.RawXMLProvider&quot; style=&quot;rpc&quot;&gt;
  &nbsp;&lt;java:implementation class=&quot;userguide.sample1.EchoXML&quot; xmlns:java=&quot;http://ws.apache.org/axis2/deployment/java&quot;/&gt; &nbsp;&nbsp; </pre><pre class="style1 style2 style3">&nbsp;&nbsp;&lt;inflow&gt;    
  &nbsp;&nbsp;&nbsp;&nbsp;&lt;handler name=&quot;LoggingHandler&quot; class=&quot;userguide.sample1.LoggingHandler&quot;&gt;  
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;order phase=&quot;Logging&quot;/&gt;  
@@ -407,11 +407,11 @@
 } </pre>
 <p><strong>&#149;&nbsp; Write the service.xml file </strong></p>
 <p>the following XML snippet is a very simple service.xml file. </p>
-<pre class="style4">&lt;service provider=&quot;org.apache.axis.providers.RawXMLProvider&quot; style=&quot;rpc&quot;&gt;  
+<pre class="style4">&lt;service provider=&quot;org.apache.axis2.providers.RawXMLProvider&quot; style=&quot;rpc&quot;&gt;
  &nbsp;&nbsp;&lt;java:implementation class=&quot;&lt;implementation-classname&gt;&quot;  xmlns:java=&quot;http://ws.apache.org/axis2/deployment/java&quot;/&gt;  
   &nbsp;&nbsp;&lt;operation name=&quot;&lt;method-name&gt;&quot; qname=&quot;&lt;method-name&gt;&quot;/&gt; ...  
  &lt;/service&gt; </pre>
-<p>Here the org.apache.axis.providers.RawXMLProvider is the default provider for the Apache Axis2 M1, the provider can be changed by specifying the relevant parameter. Note that &lt;method-name&gt; should be replaced by the relevant method name. </p>
+<p>Here the org.apache.axis2.providers.RawXMLProvider is the default provider for the Apache Axis2 M1, the provider can be changed by specifying the relevant parameter. Note that &lt;method-name&gt; should be replaced by the relevant method name. </p>
 <p><strong>&#149;&nbsp; Create an archive with the service.xml file and with class files </strong></p>
 <p>Compile the the Web Service implementation class and any other supporting class. Archive them in to a jar file. Place the service.xml file in the META-INF directory. </p>
 <p>Name of the archive would be the name of the service. For example if the service name is echo the archive should be echo.jar or echo.aar ( <strong>a</strong>xis <strong>ar</strong>chive) </p>

Modified: webservices/axis/trunk/java/xdocs/OMTutorial.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/OMTutorial.html?rev=208745&r1=208744&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/OMTutorial.html (original)
+++ webservices/axis/trunk/java/xdocs/OMTutorial.html Fri Jul  1 04:05:49 2005
@@ -370,10 +370,10 @@
 <h2>Appendix</h2>
 <h3>Program listing for complete OM - build and serialize</h3>
 <pre class="code">
-import org.apache.axis.om.SOAPEnvelope;
-import org.apache.axis.om.OMFactory;
-import org.apache.axis.om.OMXMLParserWrapper;
-import org.apache.axis.impl.llom.factory.OMXMLBuilderFactory;
+import org.apache.axis2.om.SOAPEnvelope;
+import org.apache.axis2.om.OMFactory;
+import org.apache.axis2.om.OMXMLParserWrapper;
+import org.apache.axis2.impl.llom.factory.OMXMLBuilderFactory;
 
 import javax.xml.stream.*;
 import java.io.FileReader;

Modified: webservices/axis/trunk/java/xdocs/faq.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/faq.html?rev=208745&r1=208744&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/faq.html (original)
+++ webservices/axis/trunk/java/xdocs/faq.html Fri Jul  1 04:05:49 2005
@@ -18,12 +18,12 @@
 	<ol>
 	
 	<LI><strong>I want to do request response Messaging, Where should I look?</strong><br>
-	<p>Look at the <a href="../modules/core/src/org/apache/axis/clientapi/Call.java">Call</a> class, for more information please read the <a href="userguide.html">user guide</a> </p> 
+	<p>Look at the <a href="../modules/core/src/org/apache/axis2/clientapi/Call.java">Call</a> class, for more information please read the <a href="userguide.html">user guide</a> </p>
 	</p>
 	</LI>
 
 	<LI><strong>I want to do One Way Messaging, Where should I look?</strong><br>
-	<p>Look at the <a href="../modules/core/src/org/apache/axis/clientapi/MessageSender.java">MessageSender</a> class, for more information please read the <a href="userguide.html">user guide</a> </p> 
+	<p>Look at the <a href="../modules/core/src/org/apache/axis2/clientapi/MessageSender.java">MessageSender</a> class, for more information please read the <a href="userguide.html">user guide</a> </p>
 	</p>
 	</LI>
 	<LI><strong>Why can not I set the Addressing properties in the Call?</strong><br>

Modified: webservices/axis/trunk/java/xdocs/http-transport.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/http-transport.html?rev=208745&r1=208744&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/http-transport.html (original)
+++ webservices/axis/trunk/java/xdocs/http-transport.html Fri Jul  1 04:05:49 2005
@@ -5,5 +5,5 @@
 <body>
 <h1><a name="#configTransport">HTTP transports</a></h1>
 <p>The HTTP is configured by default, the server can be started by following </p>
-<code>Java org.apache.axis.transport.http.SimpleHTTPServer repository port</code>
+<code>Java org.apache.axis2.transport.http.SimpleHTTPServer repository port</code>
 </body>

Modified: webservices/axis/trunk/java/xdocs/mail-transport.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/mail-transport.html?rev=208745&r1=208744&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/mail-transport.html (original)
+++ webservices/axis/trunk/java/xdocs/mail-transport.html Fri Jul  1 04:05:49 2005
@@ -18,7 +18,7 @@
 <p>You need a mail account in a SMTP server, and Mail transport sender can be activated by adding following entry to the axis2.xml file.</p>
   <code>
   <pre>
-   &lt;transportSender name="mail" class="org.apache.axis.transport.mail.MailTransportSender"&gt;
+   &lt;transportSender name="mail" class="org.apache.axis2.transport.mail.MailTransportSender"&gt;
         &lt;parameter name="transport.mail.smtp.host" locked="xsd:false"&gt;smtp server host&lt;/parameter&gt;
         &lt;parameter name="transport.mail.smtp.user" locked="xsd:false"&gt;user name&lt;/parameter&gt;
         &lt;parameter name="transport.mail.smtp.password" locked="xsd:false"&gt;password&lt;/parameter&gt;
@@ -32,7 +32,7 @@
   <p>You need a mail address that has pop access, the mail Listener can be activated by adding following entry to the axis2.xml file.</p>
 
   <code><pre>
-   &lt;transportReceiver name="mail" class="org.apache.axis.transport.mail.SimpleMailListener">
+   &lt;transportReceiver name="mail" class="org.apache.axis2.transport.mail.SimpleMailListener">
         &lt;parameter name="transport.mail.pop3.host" locked="xsd:false"&gt;pop server host&lt;/parameter&gt;
         &lt;parameter name="transport.mail.pop3.user" locked="xsd:false"&gt;user name&lt;/parameter&gt;
         &lt;parameter name="transport.mail.pop3.password" locked="xsd:false"&gt;password&lt;/parameter&gt;
@@ -45,7 +45,7 @@
 
   <h2>Using Mail transport in the Server Side</h2>
   <p> If the Mail Listener is need to be started as the server it can be done with following command with the all the axis2 jars and the mail dependency jars in the classpath.</p>
-  <code>java org.apache.axis.transport.mail.SimpleMailListener repository-directory</code>
+  <code>java org.apache.axis2.transport.mail.SimpleMailListener repository-directory</code>
 
   <h2>Using Mail transport in the Client Side</h2>
   <p>Following code segment shows how to send a oneway SOAP message using the mail transport, this need the Transport Sender configured.</p>

Modified: webservices/axis/trunk/java/xdocs/tcp-transport.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/tcp-transport.html?rev=208745&r1=208744&r2=208745&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/tcp-transport.html (original)
+++ webservices/axis/trunk/java/xdocs/tcp-transport.html Fri Jul  1 04:05:49 2005
@@ -6,16 +6,16 @@
 <p>Axis2 TCP transport has two parts, a transport Listener for receiving the Messages and transport Sender to send the SOAP Messages. Axis2 installation has both the components built in to itself  by default. In the axis2.xml configuration file the two would look like follows. </p>
 <code>
 <pre>
-&lt:transportReceiver name="tcp" class="org.apache.axis.transport.tcp.TCPServer"&gt:
+&lt:transportReceiver name="tcp" class="org.apache.axis2.transport.tcp.TCPServer"&gt:
     &lt:parameter name="port" locked="xsd:false"&gt:6060&lt:/parameter&gt:
 &lt:/transportReceiver&gt:
 </pre>
 </code>
-<transportSender name="tcp" class="org.apache.axis.transport.tcp.TCPTransportSender"/>
+<transportSender name="tcp" class="org.apache.axis2.transport.tcp.TCPTransportSender"/>
 
 <h2>How to start the TCPServer</h2>
 
-<p>The TCP server can be started by running the class org.apache.axis.transport.tcp.TCPServer with two parameters <a href="faq.html#b5">repository</a> and port number as argument. This class needed all the axis dependency jars in the classapth. </p>
+<p>The TCP server can be started by running the class org.apache.axis2.transport.tcp.TCPServer with two parameters <a href="faq.html#b5">repository</a> and port number as argument. This class needed all the axis dependency jars in the classapth. </p>
 <p>Alternatively the TCP Server can be run with tcp-server.bat/ tcp-server.sh file in the bin directory of the Binary distribution of TCP Server.</p> 
 
 <h2>How send SOAP Messages with TCP transport</h2>
@@ -25,7 +25,7 @@
 <pre>
 OMElement payload = ...
 
-org.apache.axis.clientapi.Call call = new org.apache.axis.clientapi.Call(serviceContext);
+org.apache.axis2.clientapi.Call call = new org.apache.axis2.clientapi.Call(serviceContext);
 call.setTo(targetEPR);
 call.engageModule(new QName(Constants.MODULE_ADDRESSING));
 call.setTransportInfo(Constants.TRANSPORT_TCP, Constants.TRANSPORT_TCP, false);