You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by cr...@apache.org on 2006/05/18 20:32:22 UTC

svn commit: r407607 [3/3] - in /beehive/trunk: system-controls/samples/webservice/wsm_samples_client/doc_schemas/ system-controls/samples/webservice/wsm_samples_client/rpc_schemas/ system-controls/samples/webservice/xmlbeans/schemas/ system-controls/te...

Modified: beehive/trunk/system-controls/test/webservice/junit/wsdl/RpcLiteralSample.wsdl
URL: http://svn.apache.org/viewvc/beehive/trunk/system-controls/test/webservice/junit/wsdl/RpcLiteralSample.wsdl?rev=407607&r1=407606&r2=407607&view=diff
==============================================================================
--- beehive/trunk/system-controls/test/webservice/junit/wsdl/RpcLiteralSample.wsdl (original)
+++ beehive/trunk/system-controls/test/webservice/junit/wsdl/RpcLiteralSample.wsdl Thu May 18 11:32:20 2006
@@ -1,356 +1,356 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<wsdl:definitions targetNamespace="http://beehive.apache.org/web/webservice/rpc-examples" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://beehive.apache.org/web/webservice/rpc-examples" xmlns:intf="http://beehive.apache.org/web/webservice/rpc-examples" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<?xml version="1.0" encoding="UTF-8"?>
+<wsdl:definitions targetNamespace="http://beehive.apache.org/web/webservice/rpc-examples" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://beehive.apache.org/web/webservice/rpc-examples" xmlns:intf="http://beehive.apache.org/web/webservice/rpc-examples" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 <!--WSDL created by Apache Axis version: 1.2
-Built on May 03, 2005 (02:20:24 EDT)-->
- <wsdl:types>
-  <schema targetNamespace="http://beehive.apache.org/web/webservice/rpc-examples" xmlns="http://www.w3.org/2001/XMLSchema">
-   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
-   <complexType name="Phone">
-    <sequence>
-     <element name="areaCode" nillable="true" type="xsd:int"/>
-     <element name="exchange" nillable="true" type="xsd:string"/>
-     <element name="number" nillable="true" type="xsd:string"/>
-    </sequence>
-   </complexType>
-   <complexType name="StateType">
-    <sequence>
-     <element name="state" nillable="true" type="xsd:string"/>
-    </sequence>
-   </complexType>
-   <complexType name="Address">
-    <sequence>
-     <element name="city" nillable="true" type="xsd:string"/>
-     <element name="phoneNumber" nillable="true" type="impl:Phone"/>
-     <element name="state" nillable="true" type="impl:StateType"/>
-     <element name="streetName" nillable="true" type="xsd:string"/>
-     <element name="streetNum" nillable="true" type="xsd:int"/>
-     <element name="zip" nillable="true" type="xsd:int"/>
-    </sequence>
-   </complexType>
-   <complexType name="AddressException">
-    <sequence/>
-   </complexType>
-  </schema>
- </wsdl:types>
+Built on May 03, 2005 (02:20:24 EDT)-->
+ <wsdl:types>
+  <schema targetNamespace="http://beehive.apache.org/web/webservice/rpc-examples" xmlns="http://www.w3.org/2001/XMLSchema">
+   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
+   <complexType name="Phone">
+    <sequence>
+     <element name="areaCode" nillable="true" type="xsd:int"/>
+     <element name="exchange" nillable="true" type="xsd:string"/>
+     <element name="number" nillable="true" type="xsd:string"/>
+    </sequence>
+   </complexType>
+   <complexType name="StateType">
+    <sequence>
+     <element name="state" nillable="true" type="xsd:string"/>
+    </sequence>
+   </complexType>
+   <complexType name="Address">
+    <sequence>
+     <element name="city" nillable="true" type="xsd:string"/>
+     <element name="phoneNumber" nillable="true" type="impl:Phone"/>
+     <element name="state" nillable="true" type="impl:StateType"/>
+     <element name="streetName" nillable="true" type="xsd:string"/>
+     <element name="streetNum" nillable="true" type="xsd:int"/>
+     <element name="zip" nillable="true" type="xsd:int"/>
+    </sequence>
+   </complexType>
+   <complexType name="AddressException">
+    <sequence/>
+   </complexType>
+  </schema>
+ </wsdl:types>
 
-   <wsdl:message name="createAddressInHeaderResponse">
+   <wsdl:message name="createAddressInHeaderResponse">
 
-      <wsdl:part name="out_param_header" type="impl:Address"/>
+      <wsdl:part name="out_param_header" type="impl:Address"/>
 
-      <wsdl:part name="ReturnCreateAddressInHeaderResult" type="xsd:int"/>
+      <wsdl:part name="ReturnCreateAddressInHeaderResult" type="xsd:int"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="createAddressInBodyRequest">
+   <wsdl:message name="createAddressInBodyRequest">
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="returnAddressFromBodyRequest">
+   <wsdl:message name="returnAddressFromBodyRequest">
 
-      <wsdl:part name="in_param_body" type="impl:Address"/>
+      <wsdl:part name="in_param_body" type="impl:Address"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="returnAddressFromHeaderRequest">
+   <wsdl:message name="returnAddressFromHeaderRequest">
 
-      <wsdl:part name="in_param_header" type="impl:Address"/>
+      <wsdl:part name="in_param_header" type="impl:Address"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="createAddressInHeaderRequest">
+   <wsdl:message name="createAddressInHeaderRequest">
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="changeAddressInHeaderResponse">
+   <wsdl:message name="changeAddressInHeaderResponse">
 
-      <wsdl:part name="inout_param_header" type="impl:Address"/>
+      <wsdl:part name="inout_param_header" type="impl:Address"/>
 
-      <wsdl:part name="ChangeAddressInHeaderResult" type="xsd:int"/>
+      <wsdl:part name="ChangeAddressInHeaderResult" type="xsd:int"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="AddressException">
+   <wsdl:message name="AddressException">
 
-      <wsdl:part name="fault" type="impl:AddressException"/>
+      <wsdl:part name="fault" type="impl:AddressException"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="changeAddressInBodyResponse">
+   <wsdl:message name="changeAddressInBodyResponse">
 
-      <wsdl:part name="ChangeAddressInBodyResult" type="xsd:int"/>
+      <wsdl:part name="ChangeAddressInBodyResult" type="xsd:int"/>
 
-      <wsdl:part name="inout_param_body" type="impl:Address"/>
+      <wsdl:part name="inout_param_body" type="impl:Address"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="createAddressInBodyResponse">
+   <wsdl:message name="createAddressInBodyResponse">
 
-      <wsdl:part name="ReturnCreateAddressInBodyResult" type="xsd:int"/>
+      <wsdl:part name="ReturnCreateAddressInBodyResult" type="xsd:int"/>
 
-      <wsdl:part name="out_param_body" type="impl:Address"/>
+      <wsdl:part name="out_param_body" type="impl:Address"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="returnAddressFromHeaderResponse">
+   <wsdl:message name="returnAddressFromHeaderResponse">
 
-      <wsdl:part name="ReturnAddressFromHeaderResult" type="impl:Address"/>
+      <wsdl:part name="ReturnAddressFromHeaderResult" type="impl:Address"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="returnAddressFromBodyResponse">
+   <wsdl:message name="returnAddressFromBodyResponse">
 
-      <wsdl:part name="ReturnAddressFromBodyResult" type="impl:Address"/>
+      <wsdl:part name="ReturnAddressFromBodyResult" type="impl:Address"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="throwAddressExceptionResponse">
+   <wsdl:message name="throwAddressExceptionResponse">
 
-      <wsdl:part name="ThrowAddressExceptionResult" type="xsd:int"/>
+      <wsdl:part name="ThrowAddressExceptionResult" type="xsd:int"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="changeAddressInHeaderRequest">
+   <wsdl:message name="changeAddressInHeaderRequest">
 
-      <wsdl:part name="inout_param_header" type="impl:Address"/>
+      <wsdl:part name="inout_param_header" type="impl:Address"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="throwAddressExceptionRequest">
+   <wsdl:message name="throwAddressExceptionRequest">
 
-      <wsdl:part name="in_param" type="xsd:int"/>
+      <wsdl:part name="in_param" type="xsd:int"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="changeAddressInBodyRequest">
+   <wsdl:message name="changeAddressInBodyRequest">
 
-      <wsdl:part name="inout_param_body" type="impl:Address"/>
+      <wsdl:part name="inout_param_body" type="impl:Address"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:portType name="RpcLiteralSample">
+   <wsdl:portType name="RpcLiteralSample">
 
-      <wsdl:operation name="returnAddressFromBody" parameterOrder="in_param_body">
+      <wsdl:operation name="returnAddressFromBody" parameterOrder="in_param_body">
 
-         <wsdl:input message="impl:returnAddressFromBodyRequest" name="returnAddressFromBodyRequest"/>
+         <wsdl:input message="impl:returnAddressFromBodyRequest" name="returnAddressFromBodyRequest"/>
 
-         <wsdl:output message="impl:returnAddressFromBodyResponse" name="returnAddressFromBodyResponse"/>
+         <wsdl:output message="impl:returnAddressFromBodyResponse" name="returnAddressFromBodyResponse"/>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="returnAddressFromHeader" parameterOrder="in_param_header">
+      <wsdl:operation name="returnAddressFromHeader" parameterOrder="in_param_header">
 
-         <wsdl:input message="impl:returnAddressFromHeaderRequest" name="returnAddressFromHeaderRequest"/>
+         <wsdl:input message="impl:returnAddressFromHeaderRequest" name="returnAddressFromHeaderRequest"/>
 
-         <wsdl:output message="impl:returnAddressFromHeaderResponse" name="returnAddressFromHeaderResponse"/>
+         <wsdl:output message="impl:returnAddressFromHeaderResponse" name="returnAddressFromHeaderResponse"/>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="createAddressInBody" parameterOrder="out_param_body">
+      <wsdl:operation name="createAddressInBody" parameterOrder="out_param_body">
 
-         <wsdl:input message="impl:createAddressInBodyRequest" name="createAddressInBodyRequest"/>
+         <wsdl:input message="impl:createAddressInBodyRequest" name="createAddressInBodyRequest"/>
 
-         <wsdl:output message="impl:createAddressInBodyResponse" name="createAddressInBodyResponse"/>
+         <wsdl:output message="impl:createAddressInBodyResponse" name="createAddressInBodyResponse"/>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="createAddressInHeader" parameterOrder="out_param_header">
+      <wsdl:operation name="createAddressInHeader" parameterOrder="out_param_header">
 
-         <wsdl:input message="impl:createAddressInHeaderRequest" name="createAddressInHeaderRequest"/>
+         <wsdl:input message="impl:createAddressInHeaderRequest" name="createAddressInHeaderRequest"/>
 
-         <wsdl:output message="impl:createAddressInHeaderResponse" name="createAddressInHeaderResponse"/>
+         <wsdl:output message="impl:createAddressInHeaderResponse" name="createAddressInHeaderResponse"/>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="changeAddressInBody" parameterOrder="inout_param_body">
+      <wsdl:operation name="changeAddressInBody" parameterOrder="inout_param_body">
 
-         <wsdl:input message="impl:changeAddressInBodyRequest" name="changeAddressInBodyRequest"/>
+         <wsdl:input message="impl:changeAddressInBodyRequest" name="changeAddressInBodyRequest"/>
 
-         <wsdl:output message="impl:changeAddressInBodyResponse" name="changeAddressInBodyResponse"/>
+         <wsdl:output message="impl:changeAddressInBodyResponse" name="changeAddressInBodyResponse"/>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="changeAddressInHeader" parameterOrder="inout_param_header">
+      <wsdl:operation name="changeAddressInHeader" parameterOrder="inout_param_header">
 
-         <wsdl:input message="impl:changeAddressInHeaderRequest" name="changeAddressInHeaderRequest"/>
+         <wsdl:input message="impl:changeAddressInHeaderRequest" name="changeAddressInHeaderRequest"/>
 
-         <wsdl:output message="impl:changeAddressInHeaderResponse" name="changeAddressInHeaderResponse"/>
+         <wsdl:output message="impl:changeAddressInHeaderResponse" name="changeAddressInHeaderResponse"/>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="throwAddressException" parameterOrder="in_param">
+      <wsdl:operation name="throwAddressException" parameterOrder="in_param">
 
-         <wsdl:input message="impl:throwAddressExceptionRequest" name="throwAddressExceptionRequest"/>
+         <wsdl:input message="impl:throwAddressExceptionRequest" name="throwAddressExceptionRequest"/>
 
-         <wsdl:output message="impl:throwAddressExceptionResponse" name="throwAddressExceptionResponse"/>
+         <wsdl:output message="impl:throwAddressExceptionResponse" name="throwAddressExceptionResponse"/>
 
-         <wsdl:fault message="impl:AddressException" name="AddressException"/>
+         <wsdl:fault message="impl:AddressException" name="AddressException"/>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-   </wsdl:portType>
+   </wsdl:portType>
 
-   <wsdl:binding name="RpcLiteralSampleSoapBinding" type="impl:RpcLiteralSample">
+   <wsdl:binding name="RpcLiteralSampleSoapBinding" type="impl:RpcLiteralSample">
 
-      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
+      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
 
-      <wsdl:operation name="returnAddressFromBody">
+      <wsdl:operation name="returnAddressFromBody">
 
-         <wsdlsoap:operation soapAction=""/>
+         <wsdlsoap:operation soapAction=""/>
 
-         <wsdl:input name="returnAddressFromBodyRequest">
+         <wsdl:input name="returnAddressFromBodyRequest">
 
-            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
+            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
 
-         </wsdl:input>
+         </wsdl:input>
 
-         <wsdl:output name="returnAddressFromBodyResponse">
+         <wsdl:output name="returnAddressFromBodyResponse">
 
-            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
+            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
 
-         </wsdl:output>
+         </wsdl:output>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="returnAddressFromHeader">
+      <wsdl:operation name="returnAddressFromHeader">
 
-         <wsdlsoap:operation soapAction=""/>
+         <wsdlsoap:operation soapAction=""/>
 
-         <wsdl:input name="returnAddressFromHeaderRequest">
+         <wsdl:input name="returnAddressFromHeaderRequest">
 
-            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" parts="" use="literal"/>
+            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" parts="" use="literal"/>
 
-            <wsdlsoap:header message="impl:returnAddressFromHeaderRequest" namespace="http://beehive.apache.org/web/webservice/rpc-examples" part="in_param_header" use="literal">
+            <wsdlsoap:header message="impl:returnAddressFromHeaderRequest" namespace="http://beehive.apache.org/web/webservice/rpc-examples" part="in_param_header" use="literal">
 
-            </wsdlsoap:header>
+            </wsdlsoap:header>
 
-         </wsdl:input>
+         </wsdl:input>
 
-         <wsdl:output name="returnAddressFromHeaderResponse">
+         <wsdl:output name="returnAddressFromHeaderResponse">
 
-            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
+            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
 
-         </wsdl:output>
+         </wsdl:output>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="createAddressInBody">
+      <wsdl:operation name="createAddressInBody">
 
-         <wsdlsoap:operation soapAction=""/>
+         <wsdlsoap:operation soapAction=""/>
 
-         <wsdl:input name="createAddressInBodyRequest">
+         <wsdl:input name="createAddressInBodyRequest">
 
-            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
+            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
 
-         </wsdl:input>
+         </wsdl:input>
 
-         <wsdl:output name="createAddressInBodyResponse">
+         <wsdl:output name="createAddressInBodyResponse">
 
-            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
+            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
 
-         </wsdl:output>
+         </wsdl:output>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="createAddressInHeader">
+      <wsdl:operation name="createAddressInHeader">
 
-         <wsdlsoap:operation soapAction=""/>
+         <wsdlsoap:operation soapAction=""/>
 
-         <wsdl:input name="createAddressInHeaderRequest">
+         <wsdl:input name="createAddressInHeaderRequest">
 
-            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
+            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
 
-         </wsdl:input>
+         </wsdl:input>
 
-         <wsdl:output name="createAddressInHeaderResponse">
+         <wsdl:output name="createAddressInHeaderResponse">
 
-            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" parts="ReturnCreateAddressInHeaderResult" use="literal"/>
+            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" parts="ReturnCreateAddressInHeaderResult" use="literal"/>
 
-            <wsdlsoap:header message="impl:createAddressInHeaderResponse" namespace="http://beehive.apache.org/web/webservice/rpc-examples" part="out_param_header" use="literal">
+            <wsdlsoap:header message="impl:createAddressInHeaderResponse" namespace="http://beehive.apache.org/web/webservice/rpc-examples" part="out_param_header" use="literal">
 
-            </wsdlsoap:header>
+            </wsdlsoap:header>
 
-         </wsdl:output>
+         </wsdl:output>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="changeAddressInBody">
+      <wsdl:operation name="changeAddressInBody">
 
-         <wsdlsoap:operation soapAction=""/>
+         <wsdlsoap:operation soapAction=""/>
 
-         <wsdl:input name="changeAddressInBodyRequest">
+         <wsdl:input name="changeAddressInBodyRequest">
 
-            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
+            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
 
-         </wsdl:input>
+         </wsdl:input>
 
-         <wsdl:output name="changeAddressInBodyResponse">
+         <wsdl:output name="changeAddressInBodyResponse">
 
-            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
+            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
 
-         </wsdl:output>
+         </wsdl:output>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="changeAddressInHeader">
+      <wsdl:operation name="changeAddressInHeader">
 
-         <wsdlsoap:operation soapAction=""/>
+         <wsdlsoap:operation soapAction=""/>
 
-         <wsdl:input name="changeAddressInHeaderRequest">
+         <wsdl:input name="changeAddressInHeaderRequest">
 
-            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" parts="" use="literal"/>
+            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" parts="" use="literal"/>
 
-            <wsdlsoap:header message="impl:changeAddressInHeaderRequest" namespace="http://beehive.apache.org/web/webservice/rpc-examples" part="inout_param_header" use="literal">
+            <wsdlsoap:header message="impl:changeAddressInHeaderRequest" namespace="http://beehive.apache.org/web/webservice/rpc-examples" part="inout_param_header" use="literal">
 
-            </wsdlsoap:header>
+            </wsdlsoap:header>
 
-         </wsdl:input>
+         </wsdl:input>
 
-         <wsdl:output name="changeAddressInHeaderResponse">
+         <wsdl:output name="changeAddressInHeaderResponse">
 
-            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" parts="ChangeAddressInHeaderResult" use="literal"/>
+            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" parts="ChangeAddressInHeaderResult" use="literal"/>
 
-            <wsdlsoap:header message="impl:changeAddressInHeaderResponse" namespace="http://beehive.apache.org/web/webservice/rpc-examples" part="inout_param_header" use="literal">
+            <wsdlsoap:header message="impl:changeAddressInHeaderResponse" namespace="http://beehive.apache.org/web/webservice/rpc-examples" part="inout_param_header" use="literal">
 
-            </wsdlsoap:header>
+            </wsdlsoap:header>
 
-         </wsdl:output>
+         </wsdl:output>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="throwAddressException">
+      <wsdl:operation name="throwAddressException">
 
-         <wsdlsoap:operation soapAction=""/>
+         <wsdlsoap:operation soapAction=""/>
 
-         <wsdl:input name="throwAddressExceptionRequest">
+         <wsdl:input name="throwAddressExceptionRequest">
 
-            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
+            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
 
-         </wsdl:input>
+         </wsdl:input>
 
-         <wsdl:output name="throwAddressExceptionResponse">
+         <wsdl:output name="throwAddressExceptionResponse">
 
-            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
+            <wsdlsoap:body namespace="http://beehive.apache.org/web/webservice/rpc-examples" use="literal"/>
 
-         </wsdl:output>
+         </wsdl:output>
 
-         <wsdl:fault name="AddressException">
+         <wsdl:fault name="AddressException">
 
-            <wsdlsoap:fault name="AddressException" use="literal"/>
+            <wsdlsoap:fault name="AddressException" use="literal"/>
 
-         </wsdl:fault>
+         </wsdl:fault>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-   </wsdl:binding>
+   </wsdl:binding>
 
-   <wsdl:service name="RpcLiteralSampleService">
+   <wsdl:service name="RpcLiteralSampleService">
 
-      <wsdl:port binding="impl:RpcLiteralSampleSoapBinding" name="RpcLiteralSample">
+      <wsdl:port binding="impl:RpcLiteralSampleSoapBinding" name="RpcLiteralSample">
 
-         <wsdlsoap:address location="http://localhost:8080/wsm-samplesWS/web/complex/RpcLiteralSample.jws"/>
+         <wsdlsoap:address location="http://localhost:8080/wsm-samplesWS/web/complex/RpcLiteralSample.jws"/>
 
-      </wsdl:port>
+      </wsdl:port>
 
-   </wsdl:service>
+   </wsdl:service>
 
-</wsdl:definitions>
+</wsdl:definitions>

Propchange: beehive/trunk/system-controls/test/webservice/junit/wsdl/RpcLiteralSample.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: beehive/trunk/wsm/test/src/schemas/starwars.wsdl
URL: http://svn.apache.org/viewvc/beehive/trunk/wsm/test/src/schemas/starwars.wsdl?rev=407607&r1=407606&r2=407607&view=diff
==============================================================================
--- beehive/trunk/wsm/test/src/schemas/starwars.wsdl (original)
+++ beehive/trunk/wsm/test/src/schemas/starwars.wsdl Thu May 18 11:32:20 2006
@@ -1,362 +1,362 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<wsdl:definitions targetNamespace="http://starwars" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://starwars" xmlns:intf="http://starwars" xmlns:tns1="http://superflaco.net" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+<?xml version="1.0" encoding="UTF-8"?>
+<wsdl:definitions targetNamespace="http://starwars" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://starwars" xmlns:intf="http://starwars" xmlns:tns1="http://superflaco.net" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 <!--WSDL created by Apache Axis version: 1.2RC1
-Built on Oct 29, 2004 (04:30:47 EDT)-->
- <wsdl:types>
-  <schema elementFormDefault="qualified" targetNamespace="http://starwars" xmlns="http://www.w3.org/2001/XMLSchema">
-   <import namespace="http://superflaco.net"/>
-   <import namespace="http://superflaco.net"/>
-   <import namespace="http://superflaco.net"/>
-   <element name="changeName">
-    <complexType>
-     <sequence>
-      <element name="newname" type="xsd:string"/>
-     </sequence>
-    </complexType>
-   </element>
-   <element name="changeNameResponse">
-    <complexType>
-     <sequence>
-      <element name="return" type="tns1:character"/>
-     </sequence>
-    </complexType>
-   </element>
-   <element name="getChewie">
-    <complexType/>
-   </element>
-   <element name="getChewieResponse">
-    <complexType>
-     <sequence>
-      <element name="return" type="tns1:character"/>
-     </sequence>
-    </complexType>
-   </element>
-   <element name="viewCharName">
-    <complexType/>
-   </element>
-   <element name="viewCharNameResponse">
-    <complexType>
-     <sequence>
-      <element name="return" type="xsd:string"/>
-     </sequence>
-    </complexType>
-   </element>
-   <element name="viewCharSystem">
-    <complexType/>
-   </element>
-   <element name="viewCharSystemResponse">
-    <complexType>
-     <sequence>
-      <element name="return" type="tns1:system"/>
-     </sequence>
-    </complexType>
-   </element>
-   <element name="viewChar">
-    <complexType/>
-   </element>
-   <element name="viewCharResponse">
-    <complexType>
-     <sequence>
-      <element name="return" type="tns1:character"/>
-     </sequence>
-    </complexType>
-   </element>
-   <element name="stashChar">
-    <complexType>
-     <sequence>
-      <element name="character" type="tns1:character"/>
-     </sequence>
-    </complexType>
-   </element>
-   <element name="stashCharResponse">
-    <complexType>
-     <sequence>
-      <element name="return" type="tns1:character"/>
-     </sequence>
-    </complexType>
-   </element>
-  </schema>
-  <schema elementFormDefault="qualified" targetNamespace="http://superflaco.net" xmlns="http://www.w3.org/2001/XMLSchema">
-   <xs:complexType name="character" xmlns:flaco="http://superflaco.net" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+Built on Oct 29, 2004 (04:30:47 EDT)-->
+ <wsdl:types>
+  <schema elementFormDefault="qualified" targetNamespace="http://starwars" xmlns="http://www.w3.org/2001/XMLSchema">
+   <import namespace="http://superflaco.net"/>
+   <import namespace="http://superflaco.net"/>
+   <import namespace="http://superflaco.net"/>
+   <element name="changeName">
+    <complexType>
+     <sequence>
+      <element name="newname" type="xsd:string"/>
+     </sequence>
+    </complexType>
+   </element>
+   <element name="changeNameResponse">
+    <complexType>
+     <sequence>
+      <element name="return" type="tns1:character"/>
+     </sequence>
+    </complexType>
+   </element>
+   <element name="getChewie">
+    <complexType/>
+   </element>
+   <element name="getChewieResponse">
+    <complexType>
+     <sequence>
+      <element name="return" type="tns1:character"/>
+     </sequence>
+    </complexType>
+   </element>
+   <element name="viewCharName">
+    <complexType/>
+   </element>
+   <element name="viewCharNameResponse">
+    <complexType>
+     <sequence>
+      <element name="return" type="xsd:string"/>
+     </sequence>
+    </complexType>
+   </element>
+   <element name="viewCharSystem">
+    <complexType/>
+   </element>
+   <element name="viewCharSystemResponse">
+    <complexType>
+     <sequence>
+      <element name="return" type="tns1:system"/>
+     </sequence>
+    </complexType>
+   </element>
+   <element name="viewChar">
+    <complexType/>
+   </element>
+   <element name="viewCharResponse">
+    <complexType>
+     <sequence>
+      <element name="return" type="tns1:character"/>
+     </sequence>
+    </complexType>
+   </element>
+   <element name="stashChar">
+    <complexType>
+     <sequence>
+      <element name="character" type="tns1:character"/>
+     </sequence>
+    </complexType>
+   </element>
+   <element name="stashCharResponse">
+    <complexType>
+     <sequence>
+      <element name="return" type="tns1:character"/>
+     </sequence>
+    </complexType>
+   </element>
+  </schema>
+  <schema elementFormDefault="qualified" targetNamespace="http://superflaco.net" xmlns="http://www.w3.org/2001/XMLSchema">
+   <xs:complexType name="character" xmlns:flaco="http://superflaco.net" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-            <xs:sequence>
+            <xs:sequence>
 
-                 <xs:element name="name" type="xs:string"/>
+                 <xs:element name="name" type="xs:string"/>
 
-                 <xs:element name="home" type="flaco:system"/>
+                 <xs:element name="home" type="flaco:system"/>
 
-                 <xs:element name="faction" type="xs:string"/>
+                 <xs:element name="faction" type="xs:string"/>
 
-                 <xs:element name="evil" type="xs:boolean"/>
+                 <xs:element name="evil" type="xs:boolean"/>
 
-                 <xs:element name="jedi" type="xs:boolean"/>
+                 <xs:element name="jedi" type="xs:boolean"/>
 
-            </xs:sequence>
+            </xs:sequence>
 
-       </xs:complexType>
-   <xs:complexType name="system" xmlns:flaco="http://superflaco.net" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+       </xs:complexType>
+   <xs:complexType name="system" xmlns:flaco="http://superflaco.net" xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
-            <xs:sequence>
+            <xs:sequence>
 
-                 <xs:element name="name" type="xs:string"/>
+                 <xs:element name="name" type="xs:string"/>
 
-                 <xs:element maxOccurs="unbounded" name="planet" type="xs:string"/>
+                 <xs:element maxOccurs="unbounded" name="planet" type="xs:string"/>
 
-                 <xs:element maxOccurs="unbounded" name="star" type="xs:string"/>
+                 <xs:element maxOccurs="unbounded" name="star" type="xs:string"/>
 
-            </xs:sequence>
+            </xs:sequence>
 
-       </xs:complexType>
-   <xs:element name="spacecadet" type="flaco:character" xmlns:flaco="http://superflaco.net" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
-  </schema>
- </wsdl:types>
+       </xs:complexType>
+   <xs:element name="spacecadet" type="flaco:character" xmlns:flaco="http://superflaco.net" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
+  </schema>
+ </wsdl:types>
 
-   <wsdl:message name="viewCharNameResponse">
+   <wsdl:message name="viewCharNameResponse">
 
-      <wsdl:part element="impl:viewCharNameResponse" name="parameters"/>
+      <wsdl:part element="impl:viewCharNameResponse" name="parameters"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="getChewieRequest">
+   <wsdl:message name="getChewieRequest">
 
-      <wsdl:part element="impl:getChewie" name="parameters"/>
+      <wsdl:part element="impl:getChewie" name="parameters"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="changeNameResponse">
+   <wsdl:message name="changeNameResponse">
 
-      <wsdl:part element="impl:changeNameResponse" name="parameters"/>
+      <wsdl:part element="impl:changeNameResponse" name="parameters"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="stashCharRequest">
+   <wsdl:message name="stashCharRequest">
 
-      <wsdl:part element="impl:stashChar" name="parameters"/>
+      <wsdl:part element="impl:stashChar" name="parameters"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="viewCharSystemRequest">
+   <wsdl:message name="viewCharSystemRequest">
 
-      <wsdl:part element="impl:viewCharSystem" name="parameters"/>
+      <wsdl:part element="impl:viewCharSystem" name="parameters"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="stashCharResponse">
+   <wsdl:message name="stashCharResponse">
 
-      <wsdl:part element="impl:stashCharResponse" name="parameters"/>
+      <wsdl:part element="impl:stashCharResponse" name="parameters"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="changeNameRequest">
+   <wsdl:message name="changeNameRequest">
 
-      <wsdl:part element="impl:changeName" name="parameters"/>
+      <wsdl:part element="impl:changeName" name="parameters"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="viewCharResponse">
+   <wsdl:message name="viewCharResponse">
 
-      <wsdl:part element="impl:viewCharResponse" name="parameters"/>
+      <wsdl:part element="impl:viewCharResponse" name="parameters"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="getChewieResponse">
+   <wsdl:message name="getChewieResponse">
 
-      <wsdl:part element="impl:getChewieResponse" name="parameters"/>
+      <wsdl:part element="impl:getChewieResponse" name="parameters"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="viewCharNameRequest">
+   <wsdl:message name="viewCharNameRequest">
 
-      <wsdl:part element="impl:viewCharName" name="parameters"/>
+      <wsdl:part element="impl:viewCharName" name="parameters"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="viewCharRequest">
+   <wsdl:message name="viewCharRequest">
 
-      <wsdl:part element="impl:viewChar" name="parameters"/>
+      <wsdl:part element="impl:viewChar" name="parameters"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:message name="viewCharSystemResponse">
+   <wsdl:message name="viewCharSystemResponse">
 
-      <wsdl:part element="impl:viewCharSystemResponse" name="parameters"/>
+      <wsdl:part element="impl:viewCharSystemResponse" name="parameters"/>
 
-   </wsdl:message>
+   </wsdl:message>
 
-   <wsdl:portType name="starwars">
+   <wsdl:portType name="starwars">
 
-      <wsdl:operation name="changeName">
+      <wsdl:operation name="changeName">
 
-         <wsdl:input message="impl:changeNameRequest" name="changeNameRequest"/>
+         <wsdl:input message="impl:changeNameRequest" name="changeNameRequest"/>
 
-         <wsdl:output message="impl:changeNameResponse" name="changeNameResponse"/>
+         <wsdl:output message="impl:changeNameResponse" name="changeNameResponse"/>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="getChewie">
+      <wsdl:operation name="getChewie">
 
-         <wsdl:input message="impl:getChewieRequest" name="getChewieRequest"/>
+         <wsdl:input message="impl:getChewieRequest" name="getChewieRequest"/>
 
-         <wsdl:output message="impl:getChewieResponse" name="getChewieResponse"/>
+         <wsdl:output message="impl:getChewieResponse" name="getChewieResponse"/>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="viewCharName">
+      <wsdl:operation name="viewCharName">
 
-         <wsdl:input message="impl:viewCharNameRequest" name="viewCharNameRequest"/>
+         <wsdl:input message="impl:viewCharNameRequest" name="viewCharNameRequest"/>
 
-         <wsdl:output message="impl:viewCharNameResponse" name="viewCharNameResponse"/>
+         <wsdl:output message="impl:viewCharNameResponse" name="viewCharNameResponse"/>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="viewCharSystem">
+      <wsdl:operation name="viewCharSystem">
 
-         <wsdl:input message="impl:viewCharSystemRequest" name="viewCharSystemRequest"/>
+         <wsdl:input message="impl:viewCharSystemRequest" name="viewCharSystemRequest"/>
 
-         <wsdl:output message="impl:viewCharSystemResponse" name="viewCharSystemResponse"/>
+         <wsdl:output message="impl:viewCharSystemResponse" name="viewCharSystemResponse"/>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="viewChar">
+      <wsdl:operation name="viewChar">
 
-         <wsdl:input message="impl:viewCharRequest" name="viewCharRequest"/>
+         <wsdl:input message="impl:viewCharRequest" name="viewCharRequest"/>
 
-         <wsdl:output message="impl:viewCharResponse" name="viewCharResponse"/>
+         <wsdl:output message="impl:viewCharResponse" name="viewCharResponse"/>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="stashChar">
+      <wsdl:operation name="stashChar">
 
-         <wsdl:input message="impl:stashCharRequest" name="stashCharRequest"/>
+         <wsdl:input message="impl:stashCharRequest" name="stashCharRequest"/>
 
-         <wsdl:output message="impl:stashCharResponse" name="stashCharResponse"/>
+         <wsdl:output message="impl:stashCharResponse" name="stashCharResponse"/>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-   </wsdl:portType>
+   </wsdl:portType>
 
-   <wsdl:binding name="starwarsSoapBinding" type="impl:starwars">
+   <wsdl:binding name="starwarsSoapBinding" type="impl:starwars">
 
-      <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
+      <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
 
-      <wsdl:operation name="changeName">
+      <wsdl:operation name="changeName">
 
-         <wsdlsoap:operation soapAction=""/>
+         <wsdlsoap:operation soapAction=""/>
 
-         <wsdl:input name="changeNameRequest">
+         <wsdl:input name="changeNameRequest">
 
-            <wsdlsoap:body use="literal"/>
+            <wsdlsoap:body use="literal"/>
 
-         </wsdl:input>
+         </wsdl:input>
 
-         <wsdl:output name="changeNameResponse">
+         <wsdl:output name="changeNameResponse">
 
-            <wsdlsoap:body use="literal"/>
+            <wsdlsoap:body use="literal"/>
 
-         </wsdl:output>
+         </wsdl:output>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="getChewie">
+      <wsdl:operation name="getChewie">
 
-         <wsdlsoap:operation soapAction=""/>
+         <wsdlsoap:operation soapAction=""/>
 
-         <wsdl:input name="getChewieRequest">
+         <wsdl:input name="getChewieRequest">
 
-            <wsdlsoap:body use="literal"/>
+            <wsdlsoap:body use="literal"/>
 
-         </wsdl:input>
+         </wsdl:input>
 
-         <wsdl:output name="getChewieResponse">
+         <wsdl:output name="getChewieResponse">
 
-            <wsdlsoap:body use="literal"/>
+            <wsdlsoap:body use="literal"/>
 
-         </wsdl:output>
+         </wsdl:output>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="viewCharName">
+      <wsdl:operation name="viewCharName">
 
-         <wsdlsoap:operation soapAction=""/>
+         <wsdlsoap:operation soapAction=""/>
 
-         <wsdl:input name="viewCharNameRequest">
+         <wsdl:input name="viewCharNameRequest">
 
-            <wsdlsoap:body use="literal"/>
+            <wsdlsoap:body use="literal"/>
 
-         </wsdl:input>
+         </wsdl:input>
 
-         <wsdl:output name="viewCharNameResponse">
+         <wsdl:output name="viewCharNameResponse">
 
-            <wsdlsoap:body use="literal"/>
+            <wsdlsoap:body use="literal"/>
 
-         </wsdl:output>
+         </wsdl:output>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="viewCharSystem">
+      <wsdl:operation name="viewCharSystem">
 
-         <wsdlsoap:operation soapAction=""/>
+         <wsdlsoap:operation soapAction=""/>
 
-         <wsdl:input name="viewCharSystemRequest">
+         <wsdl:input name="viewCharSystemRequest">
 
-            <wsdlsoap:body use="literal"/>
+            <wsdlsoap:body use="literal"/>
 
-         </wsdl:input>
+         </wsdl:input>
 
-         <wsdl:output name="viewCharSystemResponse">
+         <wsdl:output name="viewCharSystemResponse">
 
-            <wsdlsoap:body use="literal"/>
+            <wsdlsoap:body use="literal"/>
 
-         </wsdl:output>
+         </wsdl:output>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="viewChar">
+      <wsdl:operation name="viewChar">
 
-         <wsdlsoap:operation soapAction=""/>
+         <wsdlsoap:operation soapAction=""/>
 
-         <wsdl:input name="viewCharRequest">
+         <wsdl:input name="viewCharRequest">
 
-            <wsdlsoap:body use="literal"/>
+            <wsdlsoap:body use="literal"/>
 
-         </wsdl:input>
+         </wsdl:input>
 
-         <wsdl:output name="viewCharResponse">
+         <wsdl:output name="viewCharResponse">
 
-            <wsdlsoap:body use="literal"/>
+            <wsdlsoap:body use="literal"/>
 
-         </wsdl:output>
+         </wsdl:output>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-      <wsdl:operation name="stashChar">
+      <wsdl:operation name="stashChar">
 
-         <wsdlsoap:operation soapAction=""/>
+         <wsdlsoap:operation soapAction=""/>
 
-         <wsdl:input name="stashCharRequest">
+         <wsdl:input name="stashCharRequest">
 
-            <wsdlsoap:body use="literal"/>
+            <wsdlsoap:body use="literal"/>
 
-         </wsdl:input>
+         </wsdl:input>
 
-         <wsdl:output name="stashCharResponse">
+         <wsdl:output name="stashCharResponse">
 
-            <wsdlsoap:body use="literal"/>
+            <wsdlsoap:body use="literal"/>
 
-         </wsdl:output>
+         </wsdl:output>
 
-      </wsdl:operation>
+      </wsdl:operation>
 
-   </wsdl:binding>
+   </wsdl:binding>
 
-   <wsdl:service name="starwarsService">
+   <wsdl:service name="starwarsService">
 
-      <wsdl:port binding="impl:starwarsSoapBinding" name="starwars">
+      <wsdl:port binding="impl:starwarsSoapBinding" name="starwars">
 
-         <wsdlsoap:address location="http://jcolwell01/petstoreWeb/starwars.jws"/>
+         <wsdlsoap:address location="http://jcolwell01/petstoreWeb/starwars.jws"/>
 
-      </wsdl:port>
+      </wsdl:port>
 
-   </wsdl:service>
+   </wsdl:service>
 
-</wsdl:definitions>
+</wsdl:definitions>

Propchange: beehive/trunk/wsm/test/src/schemas/starwars.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native