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 di...@apache.org on 2008/03/15 18:44:18 UTC

svn commit: r637447 [2/8] - in /webservices/axis2/trunk/java: ./ etc/IDEA/ modules/adb/ modules/adb/src/org/apache/axis2/databinding/i18n/ modules/adb/src/org/apache/axis2/databinding/utils/writer/ modules/adb/test/org/apache/axis2/databinding/types/so...

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/extension/ExcludePackageExtension.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/extension/ExcludePackageExtension.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/extension/ExcludePackageExtension.java (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/extension/ExcludePackageExtension.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.wsdl.codegen.extension;
 
 import org.apache.axis2.wsdl.codegen.CodeGenConfiguration;

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/extension/JAXWSWapperExtension.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/extension/JAXWSWapperExtension.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/extension/JAXWSWapperExtension.java (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/extension/JAXWSWapperExtension.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.wsdl.codegen.extension;
 
 import org.apache.axis2.AxisFault;

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/AxisServiceTopElementSchemaGenerator.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/AxisServiceTopElementSchemaGenerator.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/AxisServiceTopElementSchemaGenerator.java (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/AxisServiceTopElementSchemaGenerator.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.wsdl.codegen.schema;
 
 import org.apache.axis2.description.AxisMessage;

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/NamespacePrefix.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/NamespacePrefix.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/NamespacePrefix.java (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/NamespacePrefix.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.wsdl.codegen.schema;
 
 /**

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/TopElement.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/TopElement.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/TopElement.java (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/TopElement.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.wsdl.codegen.schema;
 
 import javax.xml.namespace.QName;

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlComplexType.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlComplexType.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlComplexType.java (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlComplexType.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.wsdl.codegen.schema;
 
 import org.apache.axis2.namespace.Constants;

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlElement.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlElement.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlElement.java (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlElement.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.wsdl.codegen.schema;
 
 import org.apache.axis2.namespace.Constants;

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlImport.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlImport.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlImport.java (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlImport.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.wsdl.codegen.schema;
 
 import org.apache.axis2.namespace.Constants;

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlSchema.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlSchema.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlSchema.java (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/XmlSchema.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.wsdl.codegen.schema;
 
 import org.apache.axis2.namespace.Constants;

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/exception/DummySchemaGenerationException.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/exception/DummySchemaGenerationException.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/exception/DummySchemaGenerationException.java (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/codegen/schema/exception/DummySchemaGenerationException.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.wsdl.codegen.schema.exception;
 
 

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties Sat Mar 15 10:43:08 2008
@@ -36,6 +36,25 @@
 # under the License.
 #
 
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
 # Translation instructions.
 # 1.  Each message line is of the form key=value.
 #     Translate the value, DO NOT translate the key.

Modified: webservices/axis2/trunk/java/modules/codegen/test/org/apache/axis2/wsdl/codegen/schema/AxisServiceTopElementSchemaGeneratorTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/test/org/apache/axis2/wsdl/codegen/schema/AxisServiceTopElementSchemaGeneratorTest.java?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/test/org/apache/axis2/wsdl/codegen/schema/AxisServiceTopElementSchemaGeneratorTest.java (original)
+++ webservices/axis2/trunk/java/modules/codegen/test/org/apache/axis2/wsdl/codegen/schema/AxisServiceTopElementSchemaGeneratorTest.java Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.axis2.wsdl.codegen.schema;
 
 import junit.framework.TestCase;

Modified: webservices/axis2/trunk/java/modules/corba/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/corba/pom.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/corba/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/corba/pom.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/Axis2-rpc-support.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/%40axis2_version_dir%40/Axis2-rpc-support.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/Axis2-rpc-support.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/Axis2-rpc-support.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/app_server.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/%40axis2_version_dir%40/app_server.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/app_server.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/app_server.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/ejb-provider.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/%40axis2_version_dir%40/ejb-provider.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/ejb-provider.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/ejb-provider.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/installationguide.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/%40axis2_version_dir%40/installationguide.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/installationguide.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/installationguide.xml Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/quickstartguide.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/%40axis2_version_dir%40/quickstartguide.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/quickstartguide.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/quickstartguide.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/resources/schemas/services.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/%40axis2_version_dir%40/resources/schemas/services.xsd?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/resources/schemas/services.xsd (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/resources/schemas/services.xsd Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
 	<xs:complexType name="operationType">
 		<xs:sequence>

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-buildingservices.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/%40axis2_version_dir%40/userguide-buildingservices.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-buildingservices.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-buildingservices.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-codelisting5.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/%40axis2_version_dir%40/userguide-codelisting5.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-codelisting5.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-codelisting5.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-codelisting7.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/%40axis2_version_dir%40/userguide-codelisting7.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-codelisting7.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-codelisting7.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-creatingclients-jibx.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/%40axis2_version_dir%40/userguide-creatingclients-jibx.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-creatingclients-jibx.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-creatingclients-jibx.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-creatingclients-xmlbeans.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/%40axis2_version_dir%40/userguide-creatingclients-xmlbeans.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-creatingclients-xmlbeans.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide-creatingclients-xmlbeans.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/%40axis2_version_dir%40/userguide.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/userguide.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/webadminguide.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/%40axis2_version_dir%40/webadminguide.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/webadminguide.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/@axis2_version_dir@/webadminguide.xml Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/archived_news.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/archived_news.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/archived_news.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/archived_news.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/articles.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/articles.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/articles.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/articles.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_3/download.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_3/download.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_3/download.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/download/1_3/download.xml Sat Mar 15 10:43:08 2008
@@ -16,6 +16,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/dynamic-labels.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/dynamic-labels.properties?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/dynamic-labels.properties (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/dynamic-labels.properties Sat Mar 15 10:43:08 2008
@@ -36,6 +36,25 @@
 # under the License.
 #
 
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
 axis2_version=1.3
 axis2_version_dir=1_3
 

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/modules/rampart/1_3/sec-conf/in.action.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/modules/rampart/1_3/sec-conf/in.action.xsd?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/modules/rampart/1_3/sec-conf/in.action.xsd (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/modules/rampart/1_3/sec-conf/in.action.xsd Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
 	<xs:element name="action">
 		<xs:annotation>

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/modules/rampart/1_3/sec-conf/out-action.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/modules/rampart/1_3/sec-conf/out-action.xsd?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/modules/rampart/1_3/sec-conf/out-action.xsd (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/modules/rampart/1_3/sec-conf/out-action.xsd Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
 	<xs:element name="action">
 		<xs:annotation>

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/modules/rampart/1_3/sec-conf/rampart-config.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/modules/rampart/1_3/sec-conf/rampart-config.xsd?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/modules/rampart/1_3/sec-conf/rampart-config.xsd (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/modules/rampart/1_3/sec-conf/rampart-config.xsd Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ramp="http://ws.apache.org/rampart/policy" targetNamespace="http://ws.apache.org/rampart/policy" elementFormDefault="qualified" attributeFormDefault="unqualified">
 	<xs:element name="RampartConfig">
 		<xs:annotation>

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/thanks.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/thanks.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/thanks.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/thanks.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <document>
   <properties>
     <author email="dims@apache.org">Davanum Srinivas</author>

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/tools/index.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/tools/index.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/tools/index.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/tools/index.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">

Modified: webservices/axis2/trunk/java/modules/documentation/xdocs/tools/previous.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/documentation/xdocs/tools/previous.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/documentation/xdocs/tools/previous.xml (original)
+++ webservices/axis2/trunk/java/modules/documentation/xdocs/tools/previous.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">

Modified: webservices/axis2/trunk/java/modules/fastinfoset/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/fastinfoset/pom.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/fastinfoset/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/fastinfoset/pom.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>

Modified: webservices/axis2/trunk/java/modules/integration/itest-build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/itest-build.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/itest-build.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/itest-build.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <project name="itest" default="build-repos" basedir=".">
 
 	<target name="generate-test-sources" unless="test.skip">

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetInteropTestDocLit.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetInteropTestDocLit.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetInteropTestDocLit.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetInteropTestDocLit.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <definitions xmlns:s1="http://soapinterop.org" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://soapinterop.org/xsd" xmlns:s2="http://soapinterop.org/AbstractTypes" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://soapinterop.org" xmlns="http://schemas.xmlsoap.org/wsdl/">
   <types>
     <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/xsd">

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetInteropTestDocLitParameters.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetInteropTestDocLitParameters.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetInteropTestDocLitParameters.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetInteropTestDocLitParameters.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <definitions xmlns:s1="http://soapinterop.org/AbstractTypes" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://soapinterop.org/xsd" xmlns:s2="http://soapinterop.org" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://soapinterop.org" xmlns="http://schemas.xmlsoap.org/wsdl/">
   <types>
     <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/xsd">

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetcompound1.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetcompound1.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetcompound1.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetcompound1.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://soapinterop.org/xsd" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://soapinterop.org" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://soapinterop.org" xmlns="http://schemas.xmlsoap.org/wsdl/">
   <types>
     <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/xsd">

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetcompound2.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetcompound2.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetcompound2.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/aspnetcompound2.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <definitions xmlns:s1="http://soapinterop.org/person" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://soapinterop.org/employee" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://soapinterop.org" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://soapinterop.org" xmlns="http://schemas.xmlsoap.org/wsdl/">
   <types>
     <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/employee">

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/compound1.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/compound1.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/compound1.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/compound1.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <definitions name="SoapInteropCompound"
 		targetNamespace="http://soapinterop.org/" 
 		xmlns:wsdlns="http://soapinterop.org/" 

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/compound2.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/compound2.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/compound2.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/compound2.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <definitions name="SoapInteropCompound" targetNamespace="http://soapinterop.org/"
 		xmlns:wsdlns="http://soapinterop.org/" 
 		xmlns:emp="http://soapinterop.org/employee" 

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/interoptestdoclit.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/interoptestdoclit.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/interoptestdoclit.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/interoptestdoclit.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <definitions name="WSDLInteropTestDocLitService"
     targetNamespace="http://soapinterop.org/WSDLInteropTestDocLit" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/interoptestdoclitparameters.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/interoptestdoclitparameters.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/interoptestdoclitparameters.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/interoptestdoclitparameters.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <definitions name="WSDLInteropTestDocLitService"
     targetNamespace="http://soapinterop.org/WSDLInteropTestDocLit" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/interoptestheaders.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/interoptestheaders.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/interoptestheaders.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/interoptestheaders.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
 	     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
              xmlns:s="http://www.w3.org/2001/XMLSchema" 

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3Compound1.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3Compound1.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3Compound1.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3Compound1.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <definitions name="SoapInteropCompound"
 		targetNamespace="http://soapinterop.org/" 
 		xmlns:wsdlns="http://soapinterop.org/" 

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3Compound2.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3Compound2.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3Compound2.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3Compound2.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <definitions name="SoapInteropCompound" targetNamespace="http://soapinterop.org/"
 		xmlns:wsdlns="http://soapinterop.org/" 
 		xmlns:emp="http://soapinterop.org/employee" 

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3interopTestDocLit.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3interopTestDocLit.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3interopTestDocLit.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3interopTestDocLit.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <definitions name="WSDLInteropTestDocLitService"
     targetNamespace="http://soapinterop.org/WSDLInteropTestDocLit" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3interopTestDocLitParameters.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3interopTestDocLitParameters.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3interopTestDocLitParameters.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/stkv3interopTestDocLitParameters.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <definitions name="WSDLInteropTestDocLitService"
     targetNamespace="http://soapinterop.org/WSDLInteropTestDocLit" 
     xmlns="http://schemas.xmlsoap.org/wsdl/" 

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/suncompound1.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/suncompound1.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/suncompound1.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/suncompound1.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlns="http://soapinterop.org/" xmlns:typens="http://soapinterop.org/xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SoapInteropCompound" targetNamespace="http://soapinterop.org/">
 	<types>
 		<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://soapinterop.org/xsd" elementFormDefault="qualified">			

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/suncompound2.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/suncompound2.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/suncompound2.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/suncompound2.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlns="http://soapinterop.org/" xmlns:emp="http://soapinterop.org/employee" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SoapInteropCompound" targetNamespace="http://soapinterop.org/">
 	<types>
 		<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://soapinterop.org/person" elementFormDefault="qualified">

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/sundoclit.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/sundoclit.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/sundoclit.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/sundoclit.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://soapinterop.org/WSDLInteropTestDocLit" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="WSDLInteropTestDocLitService" targetNamespace="http://soapinterop.org/WSDLInteropTestDocLit">
     <types>
         <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://soapinterop.org/xsd" elementFormDefault="qualified">

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/sundoclitparams.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/sundoclitparams.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/sundoclitparams.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/WSDLs/sundoclitparams.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://soapinterop.org/WSDLInteropTestDocLit" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="WSDLInteropTestDocLitService" targetNamespace="http://soapinterop.org/WSDLInteropTestDocLit">
     <types>
         <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://soapinterop.org/xsd">

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resBaseStrutFault.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resBaseStrutFault.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resBaseStrutFault.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resBaseStrutFault.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
       <env:Body>
          <env:Fault xsi:type="env:Fault">
             <faultcode>env:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resExtendedStructFault.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resExtendedStructFault.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resExtendedStructFault.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resExtendedStructFault.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
       <env:Body>
          <env:Fault xsi:type="env:Fault">
             <faultcode>env:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resMultipleFaults1.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resMultipleFaults1.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resMultipleFaults1.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resMultipleFaults1.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
       <env:Body>
          <env:Fault>
             <faultcode>env:Client</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resMultipleFaults2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resMultipleFaults2.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resMultipleFaults2.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resMultipleFaults2.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
       <env:Body>
          <env:Fault xsi:type="env:Fault">
             <faultcode>env:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resSoapStructFault.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resSoapStructFault.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resSoapStructFault.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/complex/resSoapStructFault.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
       <env:Body>
          <env:Fault>
             <faultcode>env:Client</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resEmptyfault.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resEmptyfault.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resEmptyfault.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resEmptyfault.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
       <env:Body>
          <env:Fault xsi:type="env:Fault">
             <faultcode>env:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resIntArrayFault.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resIntArrayFault.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resIntArrayFault.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resIntArrayFault.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
       <env:Body>
          <env:Fault xsi:type="env:Fault">
             <faultcode>env:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults1.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults1.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults1.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults1.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
       <env:Body>
          <env:Fault xsi:type="env:Fault">
             <faultcode>env:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults2.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults2.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults2.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
       <env:Body>
          <env:Fault xsi:type="env:Fault">
             <faultcode>env:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults3.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults3.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults3.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults3.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
       <env:Body>
          <env:Fault xsi:type="env:Fault">
             <faultcode>env:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults4.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults4.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults4.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resMultipleFaults4.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
       <env:Body>
          <env:Fault>
             <faultcode>env:Client</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resStringFault.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resStringFault.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resStringFault.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/sun/round4/simple/resStringFault.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
+
+   <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns0="http://soapinterop.org/types" xmlns:ns1="http://soapinterop.org/wsdl">
       <env:Body>
          <env:Fault xsi:type="env:Fault">
             <faultcode>env:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round2/WFBaseStructRes.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round2/WFBaseStructRes.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round2/WFBaseStructRes.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round2/WFBaseStructRes.xml Sat Mar 15 10:43:08 2008
@@ -15,7 +15,7 @@
   ~ KIND, either express or implied. See the License for the
   ~ specific language governing permissions and limitations
   ~ under the License.
-  --> <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+  -->  <SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
       <SOAP-ENV:Body>
          <ns1:echoStructResponse xmlns:ns1="http://soapinterop.org/">
             <return xmlns:ns2="http://soapinterop.org/xsd"  xsi:type="ns2:SOAPStruct">

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resBaseStructFault.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resBaseStructFault.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resBaseStructFault.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resBaseStructFault.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+
+   <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
       <SOAP-ENV:Body>
          <SOAP-ENV:Fault>
             <faultcode xmlns:ns="http://schemas.xmlsoap.org/soap/envelope/">ns:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resExtendedStructFault.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resExtendedStructFault.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resExtendedStructFault.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resExtendedStructFault.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+
+   <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
       <SOAP-ENV:Body>
          <SOAP-ENV:Fault>
             <faultcode xmlns:ns="http://schemas.xmlsoap.org/soap/envelope/">ns:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resMultipleFaults1.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resMultipleFaults1.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resMultipleFaults1.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resMultipleFaults1.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+
+   <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
       <SOAP-ENV:Body>
          <SOAP-ENV:Fault>
             <faultcode xmlns:ns="http://schemas.xmlsoap.org/soap/envelope/">ns:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resMultipleFaults2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resMultipleFaults2.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resMultipleFaults2.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resMultipleFaults2.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+
+   <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
       <SOAP-ENV:Body>
          <SOAP-ENV:Fault>
             <faultcode xmlns:ns="http://schemas.xmlsoap.org/soap/envelope/">ns:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resSoapStructFault.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resSoapStructFault.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resSoapStructFault.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/complex/resSoapStructFault.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+
+   <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
       <SOAP-ENV:Body>
          <SOAP-ENV:Fault>
             <faultcode xmlns:ns="http://schemas.xmlsoap.org/soap/envelope/">ns:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resEmptyFault.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resEmptyFault.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resEmptyFault.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resEmptyFault.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+
+   <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
       <SOAP-ENV:Body>
          <SOAP-ENV:Fault>
             <faultcode xmlns:ns="http://schemas.xmlsoap.org/soap/envelope/">ns:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultipleFaults1.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultipleFaults1.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultipleFaults1.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultipleFaults1.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+
+   <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
       <SOAP-ENV:Body>
          <SOAP-ENV:Fault>
             <faultcode xmlns:ns="http://schemas.xmlsoap.org/soap/envelope/">ns:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultipleFaults3.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultipleFaults3.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultipleFaults3.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultipleFaults3.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+
+   <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
       <SOAP-ENV:Body>
          <SOAP-ENV:Fault>
             <faultcode xmlns:ns="http://schemas.xmlsoap.org/soap/envelope/">ns:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultipleFaults4.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultipleFaults4.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultipleFaults4.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultipleFaults4.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+
+   <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
       <SOAP-ENV:Body>
          <SOAP-ENV:Fault>
             <faultcode xmlns:ns="http://schemas.xmlsoap.org/soap/envelope/">ns:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultiplefaults2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultiplefaults2.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultiplefaults2.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resMultiplefaults2.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+
+   <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
       <SOAP-ENV:Body>
          <SOAP-ENV:Fault>
             <faultcode xmlns:ns="http://schemas.xmlsoap.org/soap/envelope/">ns:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resStringFault.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resStringFault.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resStringFault.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/itest-resources/interop/whitemesa/round4/res/resStringFault.xml Sat Mar 15 10:43:08 2008
@@ -18,7 +18,8 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
+
+   <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
       <SOAP-ENV:Body>
          <SOAP-ENV:Fault>
             <faultcode xmlns:ns="http://schemas.xmlsoap.org/soap/envelope/">ns:Server</faultcode>

Modified: webservices/axis2/trunk/java/modules/integration/manual/test/samples/wsdl/bench/Benchmark.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/test/samples/wsdl/bench/Benchmark.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/test/samples/wsdl/bench/Benchmark.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/test/samples/wsdl/bench/Benchmark.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <wsdl:definitions xmlns:impl="http://www.extreme.indiana.edu/wsdl/Benchmark1" xmlns:intf="http://www.extreme.indiana.edu/wsdl/Benchmark1" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.extreme.indiana.edu/wsdl/Benchmark1">
 	<wsdl:types>
 		<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.extreme.indiana.edu/wsdl/Benchmark1" elementFormDefault="qualified">

Modified: webservices/axis2/trunk/java/modules/integration/manual/test/samples/wsdl/perf/perf.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/test/samples/wsdl/perf/perf.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/test/samples/wsdl/perf/perf.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/test/samples/wsdl/perf/perf.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://perf.wsdl.samples" xmlns:intf="http://perf.wsdl.samples" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://perf.wsdl.samples">
 	<wsdl:types>
 		<schema elementFormDefault="qualified" targetNamespace="http://perf.wsdl.samples" xmlns="http://www.w3.org/2001/XMLSchema">

Modified: webservices/axis2/trunk/java/modules/integration/manual/test/samples/wsdl/perf2/perf.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/manual/test/samples/wsdl/perf2/perf.wsdl?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/manual/test/samples/wsdl/perf2/perf.wsdl (original)
+++ webservices/axis2/trunk/java/modules/integration/manual/test/samples/wsdl/perf2/perf.wsdl Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://perf2.wsdl.samples" xmlns:intf="http://perf2.wsdl.samples" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://perf2.wsdl.samples">
 	<wsdl:types>
 		<schema elementFormDefault="qualified" targetNamespace="http://perf2.wsdl.samples" xmlns="http://www.w3.org/2001/XMLSchema">

Modified: webservices/axis2/trunk/java/modules/integration/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/pom.xml?rev=637447&r1=637446&r2=637447&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/integration/pom.xml Sat Mar 15 10:43:08 2008
@@ -18,6 +18,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org