Added: webservices/kandula/branches/Kandula_1/src/schema/wscoor.wsdl
URL: 
http://svn.apache.org/viewcvs/webservices/kandula/branches/Kandula_1/src/schema/wscoor.wsdl?rev=359386&view=auto
==============================================================================
--- webservices/kandula/branches/Kandula_1/src/schema/wscoor.wsdl (added)
+++ webservices/kandula/branches/Kandula_1/src/schema/wscoor.wsdl Tue Dec 27 
20:17:27 2005
@@ -0,0 +1,180 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 
+(c) 2001-2005 Arjuna Technologies Ltd., BEA Systems, International Business 
Machines Corporation, Hitachi Ltd., IONA Technologies, Microsoft Corporation, 
Inc. All rights reserved.
+Permission to copy and display the "Web Services Coordination" Specification 
(the "Specification", which includes WSDL and schema documents), in any medium 
without fee or royalty is hereby granted, provided that you include the 
following on ALL copies of the "Web Services Coordination" Specification that 
you make:
+1.  A link or URL to the "Web Services Coordination" Specification at one of 
the Authors' websites
+2. The copyright notice as shown in the "Web Services Coordination" 
Specification.
+Arjuna, BEA, Hitachi, IBM, IONA and Microsoft (collectively, the "Authors") 
each agree to grant you a license, under royalty-free and otherwise reasonable, 
non-discriminatory terms and conditions, to their respective essential patent 
claims that they deem necessary to implement the "Web Services Coordination" 
Specification.
+THE "WEB SERVICES COORDINATION" SPECIFICATION IS PROVIDED "AS IS," AND THE 
AUTHORS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, 
BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 
PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF THE "WEB SERVICES 
COORDINATION" SPECIFICATION ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE 
IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, 
COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL 
OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY USE OR DISTRIBUTION 
OF THE "WEB SERVICES COORDINATION" SPECIFICATION.
+The name and trademarks of the Authors may NOT be used in any manner, 
including advertising or publicity pertaining to the "Web Services 
Coordination" Specification or its contents without specific, written prior 
permission. Title to copyright in the "Web Services Coordination" Specification 
will at all times remain with the Authors.
+No other rights are granted by implication, estoppel or otherwise.
+-->
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; 
xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"; 
xmlns:wscoor="http://schemas.xmlsoap.org/ws/2004/10/wscoor"; 
targetNamespace="http://schemas.xmlsoap.org/ws/2004/10/wscoor";>
+        <wsdl:types>
+          <xs:schema>
+            <xs:import
+                namespace='http://schemas.xmlsoap.org/ws/2004/08/addressing'
+                schemaLocation='addr.xsd' />
+            <xs:import
+                namespace='http://schemas.xmlsoap.org/ws/2004/10/wscoor'
+                schemaLocation='wscoor.xsd' />
+          </xs:schema>
+        </wsdl:types> 
+  <!-- Messages -->
+  <wsdl:message name="CreateCoordinationContext">
+    <wsdl:part name="parameters" element="wscoor:CreateCoordinationContext"/>
+  </wsdl:message>
+  <wsdl:message name="CreateCoordinationContextResponse">
+    <wsdl:part name="parameters" 
element="wscoor:CreateCoordinationContextResponse"/>
+  </wsdl:message>
+  <wsdl:message name="Register">
+    <wsdl:part name="parameters" element="wscoor:Register"/>
+  </wsdl:message>
+  <wsdl:message name="RegisterResponse">
+    <wsdl:part name="parameters" element="wscoor:RegisterResponse"/>
+  </wsdl:message>
+  
+  <!-- Manditory Asyncronous PortTypes -->
+  
+  <wsdl:portType name="ActivationCoordinatorPortType">
+    <wsdl:operation name="CreateCoordinationContextOperation">
+      <wsdl:input message="wscoor:CreateCoordinationContext"
+        
wsa:Action="http://schemas.xmlsoap.org/ws/2004/10/wscoor/CreateCoordinationContext"/>
+    </wsdl:operation>
+  </wsdl:portType>
+  
+  <wsdl:binding name="ActivationCoordinator" 
type="wscoor:ActivationCoordinatorPortType">
+               <soap:binding transport="http://schemas.xmlsoap.org/soap/http"; 
style="document"/>
+               <wsdl:operation name="CreateCoordinationContextOperation">
+                       <soap:operation 
soapAction="http://schemas.xmlsoap.org/ws/2004/10/wscoor/CreateCoordinationContext"/>
+                       <wsdl:input>
+                               <soap:body use="literal"/>
+                       </wsdl:input>
+               </wsdl:operation>
+       </wsdl:binding>
+  
+  <wsdl:portType name="ActivationRequesterPortType">
+    <wsdl:operation name="CreateCoordinationContextResponseOperation">
+      <wsdl:input message="wscoor:CreateCoordinationContextResponse"
+        
wsa:Action="http://schemas.xmlsoap.org/ws/2004/10/wscoor/CreateCoordinationContextResponse"/>
+    </wsdl:operation>
+  </wsdl:portType>
+  
+    <wsdl:binding name="ActivationRequester" 
type="wscoor:ActivationRequesterPortType">
+               <soap:binding transport="http://schemas.xmlsoap.org/soap/http"; 
style="document"/>
+               <wsdl:operation 
name="CreateCoordinationContextResponseOperation">
+                       <soap:operation 
soapAction="http://schemas.xmlsoap.org/ws/2004/10/wscoor/CreateCoordinationContextResponse"/>
+                       <wsdl:input>
+                               <soap:body use="literal"/>
+                       </wsdl:input>
+               </wsdl:operation>
+       </wsdl:binding>
+    
+  <wsdl:portType name="RegistrationCoordinatorPortType">
+    <wsdl:operation name="RegisterOperation">
+      <wsdl:input message="wscoor:Register"
+        wsa:Action="http://schemas.xmlsoap.org/ws/2004/10/wscoor/Register"/>
+    </wsdl:operation>
+  </wsdl:portType>
+  
+    <wsdl:binding name="RegistrationCoordinator" 
type="wscoor:RegistrationCoordinatorPortType">
+               <soap:binding transport="http://schemas.xmlsoap.org/soap/http"; 
style="document"/>
+               <wsdl:operation name="RegisterOperation">
+                       <soap:operation 
soapAction="http://schemas.xmlsoap.org/ws/2004/10/wscoor/Register"/>
+                       <wsdl:input>
+                               <soap:body use="literal"/>
+                       </wsdl:input>
+               </wsdl:operation>
+       </wsdl:binding>
+    
+  
+  <wsdl:portType name="RegistrationRequesterPortType">
+    <wsdl:operation name="RegisterResponseOperation">
+      <wsdl:input message="wscoor:RegisterResponse"
+        
wsa:Action="http://schemas.xmlsoap.org/ws/2004/10/wscoor/RegisterResponse"/>
+    </wsdl:operation>
+  </wsdl:portType>
+  
+    <wsdl:binding name="RegistrationRequester" 
type="wscoor:RegistrationRequesterPortType">
+               <soap:binding transport="http://schemas.xmlsoap.org/soap/http"; 
style="document"/>
+               <wsdl:operation name="RegisterResponseOperation">
+                       <soap:operation 
soapAction="http://schemas.xmlsoap.org/ws/2004/10/wscoor/RegisterResponse"/>
+                       <wsdl:input>
+                               <soap:body use="literal"/>
+                       </wsdl:input>
+               </wsdl:operation>
+       </wsdl:binding>
+    
+  
+  
+  
+  
+  <!-- Optional Syncronous RPC Port Types -->
+  <wsdl:portType name="ActivationPortTypeRPC">
+    <wsdl:operation name="CreateCoordinationContextOperation">
+      <wsdl:input message="wscoor:CreateCoordinationContext"
+        
wsa:Action="http://schemas.xmlsoap.org/ws/2004/10/wscoor/CreateCoordinationContext"/>
+      <wsdl:output message="wscoor:CreateCoordinationContextResponse"
+        
wsa:Action="http://schemas.xmlsoap.org/ws/2004/10/wscoor/CreateCoordinationContextResponse"/>
+    </wsdl:operation>
+  </wsdl:portType>
+  <wsdl:portType name="RegistrationPortTypeRPC">
+    <wsdl:operation name="RegisterOperation">
+      <wsdl:input message="wscoor:Register"
+        wsa:Action="http://schemas.xmlsoap.org/ws/2004/10/wscoor/Register"/>
+      <wsdl:output message="wscoor:RegisterResponse"
+        
wsa:Action="http://schemas.xmlsoap.org/ws/2004/10/wscoor/RegisterResponse"/>
+    </wsdl:operation>
+  </wsdl:portType>
+
+
+<wsdl:binding name="ActivationPortTypeRPCBinding" 
type="wscoor:ActivationPortTypeRPC">
+               <soap:binding transport="http://schemas.xmlsoap.org/soap/http"; 
style="document"/>
+               <wsdl:operation name="CreateCoordinationContextOperation">
+                       <soap:operation soapAction="http://xxx"/>
+                       <wsdl:input>                            
+                               <soap:body use="literal"/>
+                       </wsdl:input>
+                       <wsdl:output>
+                               <soap:body use="literal"/>
+                       </wsdl:output>
+               </wsdl:operation>
+</wsdl:binding>
+
+<wsdl:binding name="RegistrationPortTypeRPCBinding" 
type="wscoor:RegistrationPortTypeRPC">
+               <soap:binding transport="http://schemas.xmlsoap.org/soap/http"; 
style="document"/>
+               <wsdl:operation name="RegisterOperation">
+                       <soap:operation soapAction="http://xxx"/>
+                       <wsdl:input>
+                               <soap:body use="literal"/>
+                       </wsdl:input>
+                       <wsdl:output>
+                               <soap:body use="literal"/>
+                       </wsdl:output>
+               </wsdl:operation>
+</wsdl:binding>
+
+<wsdl:service name="xxx">
+               <wsdl:port binding="wscoor:ActivationCoordinator" 
name="ActivationCoordinator">
+                       <soap:address 
location="http://localhost:8081/axis/services/ActivationCoordinator"/>
+               </wsdl:port>
+               <wsdl:port binding="wscoor:ActivationRequester" 
name="ActivationRequester">
+                       <soap:address 
location="http://localhost:8081/axis/services/ActivationRequester"/>
+               </wsdl:port>
+                               <wsdl:port 
binding="wscoor:RegistrationCoordinator" name="RegistrationCoordinator">
+                       <soap:address 
location="http://localhost:8081/axis/services/RegistrationCoordinator"/>
+               </wsdl:port>
+               <wsdl:port binding="wscoor:RegistrationRequester" 
name="RegistrationRequester">
+                       <soap:address 
location="http://localhost:8081/axis/services/RegistrationRequester"/>
+               </wsdl:port>
+               <wsdl:port binding="wscoor:ActivationPortTypeRPCBinding" 
name="ActivationRPC">
+                       <soap:address 
location="http://localhost:8081/axis/services/ActivationRPC"/>
+               </wsdl:port>
+               <wsdl:port binding="wscoor:RegistrationPortTypeRPCBinding" 
name="RegistrationRPC">
+                       <soap:address 
location="http://localhost:8081/axis/services/RegistrationRPC"/>
+               </wsdl:port>
+</wsdl:service>
+
+</wsdl:definitions>
+

Added: webservices/kandula/branches/Kandula_1/src/schema/wscoor.xsd
URL: 
http://svn.apache.org/viewcvs/webservices/kandula/branches/Kandula_1/src/schema/wscoor.xsd?rev=359386&view=auto
==============================================================================
--- webservices/kandula/branches/Kandula_1/src/schema/wscoor.xsd (added)
+++ webservices/kandula/branches/Kandula_1/src/schema/wscoor.xsd Tue Dec 27 
20:17:27 2005
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+(c) 2001-2005 Arjuna Technologies, BEA Systems, Hitachi Ltd., International 
Business Machines Corporation, IONA Technologies, Microsoft Corporation, Inc. 
All rights reserved.
+Permission to copy and display the "Web Services Coordination" Specification 
(the "Specification", which includes WSDL and schema documents), in any medium 
without fee or royalty is hereby granted, provided that you include the 
following on ALL copies of the "Web Services Coordination" Specification that 
you make:
+1.  A link or URL to the "Web Services Coordination" Specification at one of 
the Authors' websites
+2. The copyright notice as shown in the "Web Services Coordination" 
Specification.
+Arjuna, BEA, Hitachi, IBM, IONA and Microsoft (collectively, the "Authors") 
each agree to grant you a license, under royalty-free and otherwise reasonable, 
non-discriminatory terms and conditions, to their respective essential patent 
claims that they deem necessary to implement the "Web Services Coordination" 
Specification.
+THE "WEB SERVICES COORDINATION" SPECIFICATION IS PROVIDED "AS IS," AND THE 
AUTHORS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, 
BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR 
PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF THE "WEB SERVICES 
COORDINATION" SPECIFICATION ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE 
IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, 
COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
+THE AUTHORS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL 
OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY USE OR DISTRIBUTION 
OF THE "WEB SERVICES COORDINATION" SPECIFICATION.
+The name and trademarks of the Authors may NOT be used in any manner, 
including advertising or publicity pertaining to the "Web Services 
Coordination" Specification or its contents without specific, written prior 
permission. Title to copyright in the "Web Services Coordination" Specification 
will at all times remain with the Authors.
+No other rights are granted by implication, estoppel or otherwise.
+-->
+<xsd:schema targetNamespace="http://schemas.xmlsoap.org/ws/2004/10/wscoor"; 
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"; 
xmlns:wscoor="http://schemas.xmlsoap.org/ws/2004/10/wscoor"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; elementFormDefault="qualified" 
attributeFormDefault="unqualified" version="1.0">
+  <xsd:import namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"; 
schemaLocation="addr.xsd"/>
+  <xsd:element name="Expires">
+    <xsd:complexType>
+      <xsd:simpleContent>
+        <xsd:extension base="xsd:unsignedInt">
+          <xsd:anyAttribute namespace="##other"/>
+        </xsd:extension>
+      </xsd:simpleContent>
+    </xsd:complexType>
+  </xsd:element>
+  
+  <xsd:complexType name="CoordinationContextType">
+    <xsd:sequence>
+      <xsd:element name="Identifier">
+        <xsd:complexType>
+          <xsd:simpleContent>
+            <xsd:extension base="xsd:anyURI">
+              <xsd:anyAttribute namespace="##other"/>
+            </xsd:extension>
+          </xsd:simpleContent>
+        </xsd:complexType>
+      </xsd:element>
+      <xsd:element ref="wscoor:Expires" minOccurs="0"/>
+      <xsd:element name="CoordinationType" type="xsd:anyURI"/>
+      <xsd:element name="RegistrationService" 
type="wsa:EndpointReferenceType"/>
+      <!--////////////-->    
+      <xsd:any namespace="##other" processContents="lax" minOccurs="0" 
maxOccurs="unbounded"/>    
+    </xsd:sequence>
+    <xsd:anyAttribute namespace="##other" processContents="lax"/>    
+  </xsd:complexType>
+  
+  <!--
+  <xsd:element name="CoordinationContext">
+    <xsd:complexType>
+      <xsd:complexContent>
+        <xsd:extension base="wscoor:CoordinationContextType">
+          <xsd:sequence>
+            <xsd:any namespace="##other" processContents="lax" minOccurs="0" 
maxOccurs="unbounded"/>
+          </xsd:sequence>
+        </xsd:extension>
+      </xsd:complexContent>
+    </xsd:complexType>
+  </xsd:element>
+  -->
+  
+  <xsd:complexType name="CreateCoordinationContextType">
+    <xsd:sequence>
+      <xsd:element ref="wscoor:Expires" minOccurs="0"/>      
+      <!--
+             <xsd:element name="CurrentContext" minOccurs="0">
+           <xsd:complexType>
+               <xsd:complexContent>
+                   <xsd:extension base="wscoor:CoordinationContextType">
+                 <xsd:sequence>
+                       <xsd:any namespace="##other" processContents="lax" 
minOccurs="0" maxOccurs="unbounded"/>
+               </xsd:sequence>
+                    </xsd:extension>
+                 </xsd:complexContent>
+               </xsd:complexType>        
+       </xsd:element>
+      -->
+      <xsd:element name="CurrentContext" type="wscoor:CoordinationContextType" 
minOccurs="0"/>
+      
+      <xsd:element name="CoordinationType" type="xsd:anyURI"/>
+      <xsd:any namespace="##any" processContents="lax" minOccurs="0" 
maxOccurs="unbounded"/>
+    </xsd:sequence>
+    <xsd:anyAttribute namespace="##other" processContents="lax"/>
+  </xsd:complexType>
+  
+  <xsd:element name="CreateCoordinationContext" 
type="wscoor:CreateCoordinationContextType"/>
+  
+  <xsd:complexType name="CreateCoordinationContextResponseType">
+    <xsd:sequence>
+      <!--
+       <xsd:element ref="wscoor:CoordinationContext"/>
+      -->
+      <xsd:element name="CoordinationContext" 
type="wscoor:CoordinationContextType"/>
+      
+      
+      <xsd:any namespace="##other" processContents="lax" minOccurs="0" 
maxOccurs="unbounded"/>
+    </xsd:sequence>
+    <xsd:anyAttribute namespace="##other" processContents="lax"/>
+  </xsd:complexType>
+  
+  <xsd:element name="CreateCoordinationContextResponse" 
type="wscoor:CreateCoordinationContextResponseType"/>
+  
+  <xsd:complexType name="RegisterType">
+    <xsd:sequence>
+      <xsd:element name="ProtocolIdentifier" type="xsd:anyURI"/>
+      <xsd:element name="ParticipantProtocolService" 
type="wsa:EndpointReferenceType"/>
+      <xsd:any namespace="##any" processContents="lax" minOccurs="0" 
maxOccurs="unbounded"/>
+    </xsd:sequence>
+    <xsd:anyAttribute namespace="##other" processContents="lax"/>
+  </xsd:complexType>
+  <xsd:element name="Register" type="wscoor:RegisterType"/>
+  <xsd:complexType name="RegisterResponseType">
+    <xsd:sequence>
+      <xsd:element name="CoordinatorProtocolService" 
type="wsa:EndpointReferenceType"/>
+      <xsd:any namespace="##any" processContents="lax" minOccurs="0" 
maxOccurs="unbounded"/>
+    </xsd:sequence>
+    <xsd:anyAttribute namespace="##other" processContents="lax"/>
+  </xsd:complexType>
+  <xsd:element name="RegisterResponse" type="wscoor:RegisterResponseType"/>
+  
+  <xsd:simpleType name="ErrorCodes">
+    <xsd:restriction base="xsd:QName">
+      <xsd:enumeration value="wscoor:AlreadyRegistered"/>
+      <xsd:enumeration value="wscoor:ContextRefused"/>
+      <xsd:enumeration value="wscoor:InvalidParameters"/>
+      <xsd:enumeration value="wscoor:InvalidProtocol"/>
+      <xsd:enumeration value="wscoor:InvalidState"/>
+      <xsd:enumeration value="wscoor:NoActivity"/>
+      </xsd:restriction>
+  </xsd:simpleType>
+</xsd:schema>
+



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to