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 de...@apache.org on 2006/12/20 13:23:42 UTC

svn commit: r489066 [24/24] - in /webservices/axis2/branches/java/1_1/modules: adb-codegen/ adb-codegen/src/org/apache/axis2/schema/ adb-codegen/src/org/apache/axis2/schema/i18n/ adb-codegen/src/org/apache/axis2/schema/template/ adb-codegen/test-resour...

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/compound1.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/compound1.wsdl?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/compound1.wsdl (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/compound1.wsdl Wed Dec 20 04:23:24 2006
@@ -1,76 +1,93 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
-            <complexType name="Person">
-                <sequence>
-                    <element minOccurs="1" maxOccurs="1" name="Age" type="double"/>
-                    <element minOccurs="1" maxOccurs="1" name="ID" type="xsd:float"/>
-                </sequence>
-                <attribute name="Name" type="string"/>
-                <attribute name="Male" type="boolean"/>
-            </complexType>
-            <element name="x_Person" type="typens:Person"/>
-            <element name="result_Person" type="typens:Person"/>
-
-            <complexType name="Document">
-                <simpleContent>
-                    <extension base="string">
-                        <xsd:attribute name="ID" type="string"/>
-                    </extension>
-                </simpleContent>
-            </complexType>
-            <element name="x_Document" type="typens:Document"/>
-            <element name="result_Document" type="typens:Document"/>
-        </schema>
-    </types>
-    <message name="echoPerson">
-        <part name="x" element="typens:x_Person"/>
-    </message>
-    <message name="echoPersonResponse">
-        <part name="Result" element="typens:result_Person"/>
-    </message>
-    <message name="echoDocument">
-        <part name="x" element="typens:x_Document"/>
-    </message>
-    <message name="echoDocumentResponse">
-        <part name="Result" element="typens:result_Document"/>
-    </message>
-    <portType name="SoapInteropCompound1PortType">
-        <operation name="echoPerson" parameterOrder="x">
-            <input message="wsdlns:echoPerson"/>
-            <output message="wsdlns:echoPersonResponse"/>
-        </operation>
-        <operation name="echoDocument" parameterOrder="x">
-            <input message="wsdlns:echoDocument"/>
-            <output message="wsdlns:echoDocumentResponse"/>
-        </operation>
-    </portType>
-    <binding name="SoapInteropCompound1Binding" type="wsdlns:SoapInteropCompound1PortType">
-        <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-        <operation name="echoPerson">
-            <soap:operation soapAction="http://soapinterop/echoPerson"/>
-            <input>
-                <soap:body use="literal"/>
-            </input>
-            <output>
-                <soap:body use="literal"/>
-            </output>
-        </operation>
-        <operation name="echoDocument">
-            <soap:operation soapAction="http://soapinterop/echoDocument"/>
-            <input>
-                <soap:body use="literal"/>
-            </input>
-            <output>
-                <soap:body use="literal"/>
-            </output>
-        </operation>
-
-    </binding>
-    <service name="Compound1">
-        <port name="SoapInteropCompound1Port" binding="wsdlns:SoapInteropCompound1Binding">
-            <soap:address xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" location="http://soapinterop.java.sun.com:80/round3/groupd/compound1"/>
-        </port>
-    </service>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+ -->
+<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">
+            <complexType name="Person">
+                <sequence>
+                    <element minOccurs="1" maxOccurs="1" name="Age" type="double"/>
+                    <element minOccurs="1" maxOccurs="1" name="ID" type="xsd:float"/>
+                </sequence>
+                <attribute name="Name" type="string"/>
+                <attribute name="Male" type="boolean"/>
+            </complexType>
+            <element name="x_Person" type="typens:Person"/>
+            <element name="result_Person" type="typens:Person"/>
+
+            <complexType name="Document">
+                <simpleContent>
+                    <extension base="string">
+                        <xsd:attribute name="ID" type="string"/>
+                    </extension>
+                </simpleContent>
+            </complexType>
+            <element name="x_Document" type="typens:Document"/>
+            <element name="result_Document" type="typens:Document"/>
+        </schema>
+    </types>
+    <message name="echoPerson">
+        <part name="x" element="typens:x_Person"/>
+    </message>
+    <message name="echoPersonResponse">
+        <part name="Result" element="typens:result_Person"/>
+    </message>
+    <message name="echoDocument">
+        <part name="x" element="typens:x_Document"/>
+    </message>
+    <message name="echoDocumentResponse">
+        <part name="Result" element="typens:result_Document"/>
+    </message>
+    <portType name="SoapInteropCompound1PortType">
+        <operation name="echoPerson" parameterOrder="x">
+            <input message="wsdlns:echoPerson"/>
+            <output message="wsdlns:echoPersonResponse"/>
+        </operation>
+        <operation name="echoDocument" parameterOrder="x">
+            <input message="wsdlns:echoDocument"/>
+            <output message="wsdlns:echoDocumentResponse"/>
+        </operation>
+    </portType>
+    <binding name="SoapInteropCompound1Binding" type="wsdlns:SoapInteropCompound1PortType">
+        <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
+        <operation name="echoPerson">
+            <soap:operation soapAction="http://soapinterop/echoPerson"/>
+            <input>
+                <soap:body use="literal"/>
+            </input>
+            <output>
+                <soap:body use="literal"/>
+            </output>
+        </operation>
+        <operation name="echoDocument">
+            <soap:operation soapAction="http://soapinterop/echoDocument"/>
+            <input>
+                <soap:body use="literal"/>
+            </input>
+            <output>
+                <soap:body use="literal"/>
+            </output>
+        </operation>
+
+    </binding>
+    <service name="Compound1">
+        <port name="SoapInteropCompound1Port" binding="wsdlns:SoapInteropCompound1Binding">
+            <soap:address xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" location="http://soapinterop.java.sun.com:80/round3/groupd/compound1"/>
+        </port>
+    </service>
 </definitions>

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/compound2.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/compound2.wsdl?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/compound2.wsdl (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/compound2.wsdl Wed Dec 20 04:23:24 2006
@@ -1,55 +1,72 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<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">
-
-            <complexType name="Person">
-                <sequence>
-                    <element minOccurs="1" maxOccurs="1" name="Name" type="string"/>
-                    <element minOccurs="1" maxOccurs="1" name="Male" type="boolean"/>
-                </sequence>
-            </complexType>
-        </schema>
-        <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:prs="http://soapinterop.org/person" targetNamespace="http://soapinterop.org/employee" elementFormDefault="qualified">
-            <import namespace="http://soapinterop.org/person"/>
-            <complexType name="Employee">
-                <sequence>
-                    <element minOccurs="1" maxOccurs="1" name="person" type="prs:Person"/>
-                    <element minOccurs="1" maxOccurs="1" name="salary" type="double"/>
-                    <element minOccurs="1" maxOccurs="1" name="ID" type="int"/>
-                </sequence>
-            </complexType>
-            <element name="x_Employee" type="emp:Employee"/>
-            <element name="result_Employee" type="emp:Employee"/>
-        </schema>
-    </types>
-    <message name="echoEmployee">
-        <part name="x" element="emp:x_Employee"/>
-    </message>
-    <message name="echoEmployeeResponse">
-        <part name="result" element="emp:result_Employee"/>
-    </message>
-    <portType name="SoapInteropCompound2PortType">
-        <operation name="echoEmployee" parameterOrder="x">
-            <input message="wsdlns:echoEmployee"/>
-            <output message="wsdlns:echoEmployeeResponse"/>
-        </operation>
-    </portType>
-    <binding name="SoapInteropCompound2Binding" type="wsdlns:SoapInteropCompound2PortType">
-        <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-        <operation name="echoEmployee">
-            <soap:operation soapAction="#echoEmployee"/>
-            <input>
-                <soap:body use="literal"/>
-            </input>
-            <output>
-                <soap:body use="literal"/>
-            </output>
-        </operation>
-    </binding>
-    <service name="Compound2">
-        <port name="SoapInteropCompound2Port" binding="wsdlns:SoapInteropCompound2Binding">
-            <soap:address xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" location="http://soapinterop.java.sun.com:80/round3/groupd/compound2"/>
-        </port>
-    </service>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+ -->
+<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">
+
+            <complexType name="Person">
+                <sequence>
+                    <element minOccurs="1" maxOccurs="1" name="Name" type="string"/>
+                    <element minOccurs="1" maxOccurs="1" name="Male" type="boolean"/>
+                </sequence>
+            </complexType>
+        </schema>
+        <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:prs="http://soapinterop.org/person" targetNamespace="http://soapinterop.org/employee" elementFormDefault="qualified">
+            <import namespace="http://soapinterop.org/person"/>
+            <complexType name="Employee">
+                <sequence>
+                    <element minOccurs="1" maxOccurs="1" name="person" type="prs:Person"/>
+                    <element minOccurs="1" maxOccurs="1" name="salary" type="double"/>
+                    <element minOccurs="1" maxOccurs="1" name="ID" type="int"/>
+                </sequence>
+            </complexType>
+            <element name="x_Employee" type="emp:Employee"/>
+            <element name="result_Employee" type="emp:Employee"/>
+        </schema>
+    </types>
+    <message name="echoEmployee">
+        <part name="x" element="emp:x_Employee"/>
+    </message>
+    <message name="echoEmployeeResponse">
+        <part name="result" element="emp:result_Employee"/>
+    </message>
+    <portType name="SoapInteropCompound2PortType">
+        <operation name="echoEmployee" parameterOrder="x">
+            <input message="wsdlns:echoEmployee"/>
+            <output message="wsdlns:echoEmployeeResponse"/>
+        </operation>
+    </portType>
+    <binding name="SoapInteropCompound2Binding" type="wsdlns:SoapInteropCompound2PortType">
+        <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
+        <operation name="echoEmployee">
+            <soap:operation soapAction="#echoEmployee"/>
+            <input>
+                <soap:body use="literal"/>
+            </input>
+            <output>
+                <soap:body use="literal"/>
+            </output>
+        </operation>
+    </binding>
+    <service name="Compound2">
+        <port name="SoapInteropCompound2Port" binding="wsdlns:SoapInteropCompound2Binding">
+            <soap:address xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" location="http://soapinterop.java.sun.com:80/round3/groupd/compound2"/>
+        </port>
+    </service>
 </definitions>

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/dime-doc.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/dime-doc.wsdl?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/dime-doc.wsdl (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/dime-doc.wsdl Wed Dec 20 04:23:24 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+ -->
 <wsdl:definitions name="SOAPBuilders"
                   xmlns="http://soapinterop.org/attachments/wsdl"
                   xmlns:types="http://soapinterop.org/attachments/xsd"

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/headers.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/headers.wsdl?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/headers.wsdl (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/headers.wsdl Wed Dec 20 04:23:24 2006
@@ -1,64 +1,81 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://soapinterop.org/" xmlns:types="http://soapinterop.org/xsd" targetNamespace="http://soapinterop.org/">
-  <types>
-    <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/xsd">
-      <s:element name="echoStringParam" type="s:string"/>
-         
-      <s:element name="echoStringReturn" type="s:string"/>
-
-      <s:element name="Header1" type="types:Header1"/>
-      <s:complexType name="Header1">
-        <s:sequence>
-          <s:element name="string" type="s:string"/>
-          <s:element name="int" type="s:int"/>
-        </s:sequence>
-	<s:anyAttribute/>
-      </s:complexType>
-      <s:element name="Header2" type="types:Header2"/>
-      <s:complexType name="Header2">
-        <s:sequence>
-          <s:element name="int" type="s:int"/>
-          <s:element name="string" type="s:string"/>
-        </s:sequence>
-	<s:anyAttribute/>
-      </s:complexType>
-    </s:schema>
-  </types>
-  <message name="echoString">
-        <part element="types:echoStringParam" name="a"/>
-    </message>
-    <message name="echoStringResponse">
-        <part element="types:echoStringReturn" name="result"/>
-    </message>
-  <message name="Header1">
-    <part name="Header1" element="types:Header1"/>
-  </message>
-  <message name="Header2">
-    <part name="Header2" element="types:Header2"/>
-  </message>
-  <portType name="RetHeaderPortType">
-    <operation name="echoString">
-      <input message="tns:echoString"/>
-      <output message="tns:echoStringResponse"/>
-    </operation>
-  </portType>
-  <binding name="RetHeaderBinding" type="tns:RetHeaderPortType">
-    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
-    <operation name="echoString">
-      <soap:operation soapAction="http://soapinterop.org/" style="document"/>
-      <input>
-        <soap:body use="literal"/>
-        <soap:header message="tns:Header1" part="Header1" use="literal"/>
-        <soap:header message="tns:Header2" part="Header2" use="literal"/>
-      </input>
-      <output>
-        <soap:body use="literal"/>
-      </output>
-    </operation>
-  </binding>
-  <service name="RetHeaderService">
-    <port name="RetHeaderPort" binding="tns:RetHeaderBinding">
-      <soap:address location="http://soapinterop.java.sun.com:80/round3/groupf/headers"/>
-    </port>
-  </service>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+ -->
+<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://soapinterop.org/" xmlns:types="http://soapinterop.org/xsd" targetNamespace="http://soapinterop.org/">
+  <types>
+    <s:schema elementFormDefault="qualified" targetNamespace="http://soapinterop.org/xsd">
+      <s:element name="echoStringParam" type="s:string"/>
+         
+      <s:element name="echoStringReturn" type="s:string"/>
+
+      <s:element name="Header1" type="types:Header1"/>
+      <s:complexType name="Header1">
+        <s:sequence>
+          <s:element name="string" type="s:string"/>
+          <s:element name="int" type="s:int"/>
+        </s:sequence>
+	<s:anyAttribute/>
+      </s:complexType>
+      <s:element name="Header2" type="types:Header2"/>
+      <s:complexType name="Header2">
+        <s:sequence>
+          <s:element name="int" type="s:int"/>
+          <s:element name="string" type="s:string"/>
+        </s:sequence>
+	<s:anyAttribute/>
+      </s:complexType>
+    </s:schema>
+  </types>
+  <message name="echoString">
+        <part element="types:echoStringParam" name="a"/>
+    </message>
+    <message name="echoStringResponse">
+        <part element="types:echoStringReturn" name="result"/>
+    </message>
+  <message name="Header1">
+    <part name="Header1" element="types:Header1"/>
+  </message>
+  <message name="Header2">
+    <part name="Header2" element="types:Header2"/>
+  </message>
+  <portType name="RetHeaderPortType">
+    <operation name="echoString">
+      <input message="tns:echoString"/>
+      <output message="tns:echoStringResponse"/>
+    </operation>
+  </portType>
+  <binding name="RetHeaderBinding" type="tns:RetHeaderPortType">
+    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
+    <operation name="echoString">
+      <soap:operation soapAction="http://soapinterop.org/" style="document"/>
+      <input>
+        <soap:body use="literal"/>
+        <soap:header message="tns:Header1" part="Header1" use="literal"/>
+        <soap:header message="tns:Header2" part="Header2" use="literal"/>
+      </input>
+      <output>
+        <soap:body use="literal"/>
+      </output>
+    </operation>
+  </binding>
+  <service name="RetHeaderService">
+    <port name="RetHeaderPort" binding="tns:RetHeaderBinding">
+      <soap:address location="http://soapinterop.java.sun.com:80/round3/groupf/headers"/>
+    </port>
+  </service>
 </definitions>

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/interoptestdoclit.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/interoptestdoclit.wsdl?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/interoptestdoclit.wsdl (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/interoptestdoclit.wsdl Wed Dec 20 04:23:24 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+ -->
 <definitions name="WSDLInteropTestDocLitService"
     targetNamespace="http://soapinterop.org/WSDLInteropTestDocLit"
     xmlns="http://schemas.xmlsoap.org/wsdl/"

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/interoptestdoclitparameters.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/interoptestdoclitparameters.wsdl?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/interoptestdoclitparameters.wsdl (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/interoptestdoclitparameters.wsdl Wed Dec 20 04:23:24 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+ -->
 <definitions name="WSDLInteropTestDocLitService"
     targetNamespace="http://soapinterop.org/WSDLInteropTestDocLit"
     xmlns="http://schemas.xmlsoap.org/wsdl/"

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/mime-doc.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/mime-doc.wsdl?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/mime-doc.wsdl (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/mime-doc.wsdl Wed Dec 20 04:23:24 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+ -->
 <wsdl:definitions name="SOAPBuilders" 
     xmlns="http://soapinterop.org/attachments/wsdl" 
     xmlns:types="http://soapinterop.org/attachments/xsd" 

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/mtomecho.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/mtomecho.wsdl?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/mtomecho.wsdl (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/mtomecho.wsdl Wed Dec 20 04:23:24 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+ -->
 <wsdl:definitions xmlns:x="http://example.org/mtom/data" 
 				  xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" 
 				  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/no-service.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/no-service.wsdl?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/no-service.wsdl (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/no-service.wsdl Wed Dec 20 04:23:24 2006
@@ -1,98 +1,115 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<wsdl:definitions
-  targetNamespace="http://www.gridforum.org/cddlm/deployapi/2005/02/wsdl"
-  xmlns:tns="http://www.gridforum.org/cddlm/deployapi/2005/02/wsdl"
-  xmlns:api="http://www.gridforum.org/cddlm/deployapi/2005/02"
-  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-  xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
-  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-  xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
-  >
-  
-   <wsdl:types>
-    <xsd:schema targetNamespace="http://www.gridforum.org/cddlm/deployapi/2005/02"
-      xmlns="http://www.gridforum.org/cddlm/deployapi/2005/02"
-      elementFormDefault="qualified">
-    
-    
-       <xsd:complexType name="unboundedXMLAnyNamespace">
-        <xsd:sequence>
-          <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
-        </xsd:sequence>
-      </xsd:complexType>
-       
-      <xsd:element name="createRequest">
-        <xsd:complexType>
-          <xsd:annotation>
-            <xsd:documentation>
-              This is our request to create a system
-            </xsd:documentation>
-          </xsd:annotation>
-          <xsd:sequence>
-            <xsd:element name="hostname" type="xsd:string" minOccurs="0"/>
-          </xsd:sequence>
-        </xsd:complexType>
-      </xsd:element>
-      <!-- ============================================================= -->
-      <!-- ============================================================= -->
-      <xsd:element name="createResponse">
-        <xsd:complexType>
-          <xsd:annotation>
-            <xsd:documentation>
-              This is our deployment response.
-              It consists of a reference to the system, 
-              which can then be used directly
-            </xsd:documentation>
-          </xsd:annotation>
-          <xsd:sequence>
-            <xsd:element name="ResourceId" type="xsd:anyURI"/>
-            <xsd:element name="systemReference" type="api:unboundedXMLAnyNamespace"/>
-          </xsd:sequence>
-        </xsd:complexType>
-      </xsd:element>
-      
-    </xsd:schema>
-    
-   </wsdl:types>
-  
-   
-  <wsdl:message name="createRequest">
-    <wsdl:part element="api:createRequest" name="createRequest"/>
-  </wsdl:message>
-
-  <wsdl:message name="createResponse">
-    <wsdl:part element="api:createResponse" name="createResponse"/>
-  </wsdl:message>
-  
- <wsdl:portType name="PortalEPR"
-    >
-    
-    <!-- create -->
-    <wsdl:operation name="Create">
-      <wsdl:input message="tns:createRequest" name="CreateRequest"/>
-      <wsdl:output message="tns:createResponse" name="CreateResponse"/>
-      <wsdl:fault name="DeploymentFault"
-        message="tns:DeploymentFault"/>
-    </wsdl:operation>
-    
-    </wsdl:portType>
-  
-  <wsdl:binding name="PortalEPRBinding" type="tns:PortalEPR">
-    <wsdlsoap:binding style="document"
-      transport="http://schemas.xmlsoap.org/soap/http"/>
-  <wsdl:operation name="Create">
-      <wsdlsoap:operation soapAction="" style="document"/>
-      <wsdl:input name="CreateRequest">
-        <wsdlsoap:body use="literal"/>
-      </wsdl:input>
-      <wsdl:output name="CreateResponse">
-        <wsdlsoap:body use="literal"/>
-      </wsdl:output>
-<!--       <wsdl:fault name="DeploymentFault">
-        <wsdlsoap:fault name="DeploymentFault" use="literal"/>
-      </wsdl:fault> -->
-    </wsdl:operation>
-    
-  </wsdl:binding>
-      
-  </wsdl:definitions>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+ -->
+<wsdl:definitions
+  targetNamespace="http://www.gridforum.org/cddlm/deployapi/2005/02/wsdl"
+  xmlns:tns="http://www.gridforum.org/cddlm/deployapi/2005/02/wsdl"
+  xmlns:api="http://www.gridforum.org/cddlm/deployapi/2005/02"
+  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+  xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
+  >
+  
+   <wsdl:types>
+    <xsd:schema targetNamespace="http://www.gridforum.org/cddlm/deployapi/2005/02"
+      xmlns="http://www.gridforum.org/cddlm/deployapi/2005/02"
+      elementFormDefault="qualified">
+    
+    
+       <xsd:complexType name="unboundedXMLAnyNamespace">
+        <xsd:sequence>
+          <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+        </xsd:sequence>
+      </xsd:complexType>
+       
+      <xsd:element name="createRequest">
+        <xsd:complexType>
+          <xsd:annotation>
+            <xsd:documentation>
+              This is our request to create a system
+            </xsd:documentation>
+          </xsd:annotation>
+          <xsd:sequence>
+            <xsd:element name="hostname" type="xsd:string" minOccurs="0"/>
+          </xsd:sequence>
+        </xsd:complexType>
+      </xsd:element>
+      <!-- ============================================================= -->
+      <!-- ============================================================= -->
+      <xsd:element name="createResponse">
+        <xsd:complexType>
+          <xsd:annotation>
+            <xsd:documentation>
+              This is our deployment response.
+              It consists of a reference to the system, 
+              which can then be used directly
+            </xsd:documentation>
+          </xsd:annotation>
+          <xsd:sequence>
+            <xsd:element name="ResourceId" type="xsd:anyURI"/>
+            <xsd:element name="systemReference" type="api:unboundedXMLAnyNamespace"/>
+          </xsd:sequence>
+        </xsd:complexType>
+      </xsd:element>
+      
+    </xsd:schema>
+    
+   </wsdl:types>
+  
+   
+  <wsdl:message name="createRequest">
+    <wsdl:part element="api:createRequest" name="createRequest"/>
+  </wsdl:message>
+
+  <wsdl:message name="createResponse">
+    <wsdl:part element="api:createResponse" name="createResponse"/>
+  </wsdl:message>
+  
+ <wsdl:portType name="PortalEPR"
+    >
+    
+    <!-- create -->
+    <wsdl:operation name="Create">
+      <wsdl:input message="tns:createRequest" name="CreateRequest"/>
+      <wsdl:output message="tns:createResponse" name="CreateResponse"/>
+      <wsdl:fault name="DeploymentFault"
+        message="tns:DeploymentFault"/>
+    </wsdl:operation>
+    
+    </wsdl:portType>
+  
+  <wsdl:binding name="PortalEPRBinding" type="tns:PortalEPR">
+    <wsdlsoap:binding style="document"
+      transport="http://schemas.xmlsoap.org/soap/http"/>
+  <wsdl:operation name="Create">
+      <wsdlsoap:operation soapAction="" style="document"/>
+      <wsdl:input name="CreateRequest">
+        <wsdlsoap:body use="literal"/>
+      </wsdl:input>
+      <wsdl:output name="CreateResponse">
+        <wsdlsoap:body use="literal"/>
+      </wsdl:output>
+<!--       <wsdl:fault name="DeploymentFault">
+        <wsdlsoap:fault name="DeploymentFault" use="literal"/>
+      </wsdl:fault> -->
+    </wsdl:operation>
+    
+  </wsdl:binding>
+      
+  </wsdl:definitions>

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/ping-mod.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/ping-mod.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/ping-mod.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/ping-mod.xsd Wed Dec 20 04:23:24 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+ -->
 <s:schema elementFormDefault="qualified" targetNamespace="http://xmlsoap.org/Ping" xmlns:s="http://www.w3.org/2001/XMLSchema">
             <s:import namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"/>
             <s:element name="Ping" nillable="true" type="tns:ping"/>

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/ping-modified.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/ping-modified.wsdl?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/ping-modified.wsdl (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/ping-modified.wsdl Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+ -->
 <definitions xmlns:s1="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
              xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
              xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/ping-unbound.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/ping-unbound.wsdl?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/ping-unbound.wsdl (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/ping-unbound.wsdl Wed Dec 20 04:23:24 2006
@@ -1,3 +1,20 @@
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+ -->
 <definitions xmlns:s1="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
              xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
              xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/ping.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/ping.wsdl?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/ping.wsdl (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/ping.wsdl Wed Dec 20 04:23:24 2006
@@ -1,99 +1,116 @@
-<definitions xmlns:s1="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
-             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:tns="http://xmlsoap.org/Ping"
-             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://xmlsoap.org/Ping"
-             xmlns="http://schemas.xmlsoap.org/wsdl/">
-    <types>
-        <s:schema elementFormDefault="qualified" targetNamespace="http://xmlsoap.org/Ping">
-            <s:import namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"/>
-            <s:element name="Ping" nillable="true" type="tns:ping"/>
-            <s:complexType name="ping">
-                <s:sequence>
-                    <s:element minOccurs="0" maxOccurs="1" name="ticket" type="tns:ticketType"/>
-                    <s:element minOccurs="1" maxOccurs="1" name="text" nillable="true" type="s:string"/>
-                </s:sequence>
-            </s:complexType>
-            <s:complexType name="ticketType">
-                <s:simpleContent>
-                    <s:extension base="s:string">
-                        <s:attribute ref="s1:Id"/>
-                    </s:extension>
-                </s:simpleContent>
-            </s:complexType>
-            <s:element name="PingResponse" nillable="true" type="tns:pingResponse"/>
-            <s:complexType name="pingResponse">
-                <s:sequence>
-                    <s:element minOccurs="1" maxOccurs="1" name="text" nillable="true" type="s:string"/>
-                </s:sequence>
-            </s:complexType>
-        </s:schema>
-        <s:schema elementFormDefault="qualified" targetNamespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
-            <s:attribute name="Id" type="s:string"/>
-        </s:schema>
-    </types>
-    <message name="PingRequest">
-        <part name="ping" element="tns:Ping"/>
-    </message>
-    <message name="PingResponse">
-        <part name="pingResponse" element="tns:PingResponse"/>
-    </message>
-    <portType name="PingPort">
-        <operation name="Ping">
-            <input message="tns:PingRequest"/>
-            <output message="tns:PingResponse"/>
-        </operation>
-    </portType>
-    <binding name="PingBinding" type="tns:PingPort">
-        <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
-        <operation name="Ping">
-            <soap:operation soapAction="Ping" style="document"/>
-            <input>
-                <soap:body use="literal"/>
-            </input>
-            <output>
-                <soap:body use="literal"/>
-            </output>
-        </operation>
-    </binding>
-    <service name="PingService">
-        <port name="Ping1" binding="tns:PingBinding">
-            <soap:address location="http://localhost:9080/pingservice/Ping1"/>
-        </port>
-        <port name="Ping2" binding="tns:PingBinding">
-            <soap:address location="http://localhost:9080/pingservice/Ping2"/>
-        </port>
-        <port name="Ping2a" binding="tns:PingBinding">
-            <soap:address location="http://localhost:9080/pingservice/Ping2a"/>
-        </port>
-        <port name="Ping3" binding="tns:PingBinding">
-            <soap:address location="http://localhost:9080/pingservice/Ping3"/>
-        </port>
-        <port name="Ping4" binding="tns:PingBinding">
-            <soap:address location="http://localhost:9080/pingservice/Ping4"/>
-        </port>
-        <port name="Ping5" binding="tns:PingBinding">
-            <soap:address location="http://localhost:9080/pingservice/Ping5"/>
-        </port>
-        <port name="Ping6" binding="tns:PingBinding">
-            <soap:address location="http://localhost:9080/pingservice/Ping6"/>
-        </port>
-        <port name="Ping7" binding="tns:PingBinding">
-            <soap:address location="http://localhost:9080/pingservice/Ping7"/>
-        </port>
-        <port name="STPing1" binding="tns:PingBinding">
-            <soap:address location="http://localhost:9080/pingservice/STPing1"/>
-        </port>
-        <port name="STPing3" binding="tns:PingBinding">
-            <soap:address location="http://localhost:9080/pingservice/STPing3"/>
-        </port>
-        <port name="STPing4" binding="tns:PingBinding">
-            <soap:address location="http://localhost:9080/pingservice/STPing4"/>
-        </port>
-        
-    </service>
-</definitions>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+ -->
+<definitions xmlns:s1="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
+             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:tns="http://xmlsoap.org/Ping"
+             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://xmlsoap.org/Ping"
+             xmlns="http://schemas.xmlsoap.org/wsdl/">
+    <types>
+        <s:schema elementFormDefault="qualified" targetNamespace="http://xmlsoap.org/Ping">
+            <s:import namespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"/>
+            <s:element name="Ping" nillable="true" type="tns:ping"/>
+            <s:complexType name="ping">
+                <s:sequence>
+                    <s:element minOccurs="0" maxOccurs="1" name="ticket" type="tns:ticketType"/>
+                    <s:element minOccurs="1" maxOccurs="1" name="text" nillable="true" type="s:string"/>
+                </s:sequence>
+            </s:complexType>
+            <s:complexType name="ticketType">
+                <s:simpleContent>
+                    <s:extension base="s:string">
+                        <s:attribute ref="s1:Id"/>
+                    </s:extension>
+                </s:simpleContent>
+            </s:complexType>
+            <s:element name="PingResponse" nillable="true" type="tns:pingResponse"/>
+            <s:complexType name="pingResponse">
+                <s:sequence>
+                    <s:element minOccurs="1" maxOccurs="1" name="text" nillable="true" type="s:string"/>
+                </s:sequence>
+            </s:complexType>
+        </s:schema>
+        <s:schema elementFormDefault="qualified" targetNamespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
+            <s:attribute name="Id" type="s:string"/>
+        </s:schema>
+    </types>
+    <message name="PingRequest">
+        <part name="ping" element="tns:Ping"/>
+    </message>
+    <message name="PingResponse">
+        <part name="pingResponse" element="tns:PingResponse"/>
+    </message>
+    <portType name="PingPort">
+        <operation name="Ping">
+            <input message="tns:PingRequest"/>
+            <output message="tns:PingResponse"/>
+        </operation>
+    </portType>
+    <binding name="PingBinding" type="tns:PingPort">
+        <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
+        <operation name="Ping">
+            <soap:operation soapAction="Ping" style="document"/>
+            <input>
+                <soap:body use="literal"/>
+            </input>
+            <output>
+                <soap:body use="literal"/>
+            </output>
+        </operation>
+    </binding>
+    <service name="PingService">
+        <port name="Ping1" binding="tns:PingBinding">
+            <soap:address location="http://localhost:9080/pingservice/Ping1"/>
+        </port>
+        <port name="Ping2" binding="tns:PingBinding">
+            <soap:address location="http://localhost:9080/pingservice/Ping2"/>
+        </port>
+        <port name="Ping2a" binding="tns:PingBinding">
+            <soap:address location="http://localhost:9080/pingservice/Ping2a"/>
+        </port>
+        <port name="Ping3" binding="tns:PingBinding">
+            <soap:address location="http://localhost:9080/pingservice/Ping3"/>
+        </port>
+        <port name="Ping4" binding="tns:PingBinding">
+            <soap:address location="http://localhost:9080/pingservice/Ping4"/>
+        </port>
+        <port name="Ping5" binding="tns:PingBinding">
+            <soap:address location="http://localhost:9080/pingservice/Ping5"/>
+        </port>
+        <port name="Ping6" binding="tns:PingBinding">
+            <soap:address location="http://localhost:9080/pingservice/Ping6"/>
+        </port>
+        <port name="Ping7" binding="tns:PingBinding">
+            <soap:address location="http://localhost:9080/pingservice/Ping7"/>
+        </port>
+        <port name="STPing1" binding="tns:PingBinding">
+            <soap:address location="http://localhost:9080/pingservice/STPing1"/>
+        </port>
+        <port name="STPing3" binding="tns:PingBinding">
+            <soap:address location="http://localhost:9080/pingservice/STPing3"/>
+        </port>
+        <port name="STPing4" binding="tns:PingBinding">
+            <soap:address location="http://localhost:9080/pingservice/STPing4"/>
+        </port>
+        
+    </service>
+</definitions>

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/simple-doc-literal.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/simple-doc-literal.wsdl?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/simple-doc-literal.wsdl (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/simple-doc-literal.wsdl Wed Dec 20 04:23:24 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+ -->
 <definitions
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://soapinterop.org/wsdl"

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/unreferenced.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/unreferenced.wsdl?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/unreferenced.wsdl (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/unreferenced.wsdl Wed Dec 20 04:23:24 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+ -->
 <definitions
 	xmlns="http://schemas.xmlsoap.org/wsdl/"
 	xmlns:tns="http://soapinterop.org/wsdl"

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/wsat.wsdl
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/wsat.wsdl?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/wsat.wsdl (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/wsat.wsdl Wed Dec 20 04:23:24 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+ -->
 <!-- 
 Legal Disclaimer
 

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/wsat.xsd
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/wsat.xsd?view=diff&rev=489066&r1=489065&r2=489066
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/wsat.xsd (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/test-resources/wsat.xsd Wed Dec 20 04:23:24 2006
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ */
+ -->
 <!-- 
 Legal Disclaimer
 



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