[jboss-svn-commits] JBL Code SVN: r20382 - in labs/jbosstm/trunk/XTS: WS-C/dev/dd/wscoor1.1 and 4 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Jun 9 12:02:40 EDT 2008
Author: adinn
Date: 2008-06-09 12:02:38 -0400 (Mon, 09 Jun 2008)
New Revision: 20382
Added:
labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/ws-addr.xsd
labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor.xsd
labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/ws-addr.xsd
labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat.xsd
labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba.xsd
Removed:
labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/xsd/
labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/xsd/
Modified:
labs/jbosstm/trunk/XTS/WS-C/build.xml
labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor-activation-binding.wsdl
labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor-binding.wsdl
labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor-registration-binding.wsdl
labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor.wsdl
labs/jbosstm/trunk/XTS/WS-T/build.xml
labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-binding.wsdl
labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-completion-coordinator-binding.wsdl
labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-completion-initiator-binding.wsdl
labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-coordinator-binding.wsdl
labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-participant-binding.wsdl
labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat.wsdl
labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-binding.wsdl
labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-coordinator-completion-participant-binding.wsdl
labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-participant-completion-coordinator-binding.wsdl
labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-participant-completion-participant-binding.wsdl
labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba.wsdl
Log:
modified build files to use copies of schema/generic wsdl local to war/ear and included relevant wsdl/schema files in dd tree
Modified: labs/jbosstm/trunk/XTS/WS-C/build.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WS-C/build.xml 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-C/build.xml 2008-06-09 16:02:38 UTC (rev 20382)
@@ -223,11 +223,17 @@
<target name="dev-jars" depends="dev-compile, dev-resourcebundle" >
<!-- wsdl files for services - loaded as /WEB-INF/wsdl/... -->
+ <copy file="${dev.dd.dir}/wscoor1.1/wsdl/wscoor.wsdl" tofile="${build.dev.dd.dir}/wsdl/wscoor.wsdl"/>
+ <copy file="${dev.dd.dir}/wscoor1.1/wsdl/wscoor.xsd" tofile="${build.dev.dd.dir}/wsdl/wscoor.xsd"/>
+ <copy file="${dev.dd.dir}/wscoor1.1/wsdl/ws-addr.xsd" tofile="${build.dev.dd.dir}/wsdl/ws-addr.xsd"/>
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wscoor-activation-binding.wsdl" tofile="${build.dev.dd.dir}/wsdl/wscoor-activation-binding.wsdl"/>
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wscoor-registration-binding.wsdl" tofile="${build.dev.dd.dir}/wsdl/wscoor-registration-binding.wsdl"/>
<!-- wsdl files for clients - loaded as <ClientClassDir>/wsdl/... -->
<mkdir dir="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl"/>
+ <copy file="${dev.dd.dir}/wscoor1.1/wsdl/wscoor.wsdl" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor.wsdl"/>
+ <copy file="${dev.dd.dir}/wscoor1.1/wsdl/wscoor.xsd" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor.xsd"/>
+ <copy file="${dev.dd.dir}/wscoor1.1/wsdl/ws-addr.xsd" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/ws-addr.xsd"/>
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wscoor-activation-binding.wsdl" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-activation-binding.wsdl"/>
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wscoor-registration-binding.wsdl" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wscoor/_2006/_06/wsdl/wscoor-registration-binding.wsdl"/>
Copied: labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/ws-addr.xsd (from rev 20288, labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/xsd/ws-addr.xsd)
===================================================================
--- labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/ws-addr.xsd (rev 0)
+++ labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/ws-addr.xsd 2008-06-09 16:02:38 UTC (rev 20382)
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd">
+<!--
+ W3C XML Schema defined in the Web Services Addressing 1.0 specification
+ http://www.w3.org/TR/ws-addr-core
+
+ Copyright © 2005 World Wide Web Consortium,
+
+ (Massachusetts Institute of Technology, European Research Consortium for
+ Informatics and Mathematics, Keio University). All Rights Reserved. This
+ work is distributed under the W3C® Software License [1] in the hope that
+ it will be useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
+
+ $Id: ws-addr.xsd,v 1.1 2006/03/21 10:19:47 hugo Exp $
+-->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2005/08/addressing" targetNamespace="http://www.w3.org/2005/08/addressing" blockDefault="#all" elementFormDefault="qualified" finalDefault="" attributeFormDefault="unqualified">
+
+ <!-- Constructs from the WS-Addressing Core -->
+
+ <xs:element name="EndpointReference" type="tns:EndpointReferenceType"/>
+ <xs:complexType name="EndpointReferenceType" mixed="false">
+ <xs:sequence>
+ <xs:element name="Address" type="tns:AttributedURIType"/>
+ <xs:element ref="tns:ReferenceParameters" minOccurs="0"/>
+
+ <xs:element ref="tns:Metadata" minOccurs="0"/>
+ <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+ </xs:sequence>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+
+ <xs:element name="ReferenceParameters" type="tns:ReferenceParametersType"/>
+ <xs:complexType name="ReferenceParametersType" mixed="false">
+ <xs:sequence>
+ <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+
+ </xs:sequence>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+
+ <xs:element name="Metadata" type="tns:MetadataType"/>
+ <xs:complexType name="MetadataType" mixed="false">
+ <xs:sequence>
+ <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+ </xs:sequence>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+
+ </xs:complexType>
+
+ <xs:element name="MessageID" type="tns:AttributedURIType"/>
+ <xs:element name="RelatesTo" type="tns:RelatesToType"/>
+ <xs:complexType name="RelatesToType" mixed="false">
+ <xs:simpleContent>
+ <xs:extension base="xs:anyURI">
+ <xs:attribute name="RelationshipType" type="tns:RelationshipTypeOpenEnum" use="optional" default="http://www.w3.org/2005/08/addressing/reply"/>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <xs:simpleType name="RelationshipTypeOpenEnum">
+ <xs:union memberTypes="tns:RelationshipType xs:anyURI"/>
+ </xs:simpleType>
+
+ <xs:simpleType name="RelationshipType">
+ <xs:restriction base="xs:anyURI">
+ <xs:enumeration value="http://www.w3.org/2005/08/addressing/reply"/>
+ </xs:restriction>
+
+ </xs:simpleType>
+
+ <xs:element name="ReplyTo" type="tns:EndpointReferenceType"/>
+ <xs:element name="From" type="tns:EndpointReferenceType"/>
+ <xs:element name="FaultTo" type="tns:EndpointReferenceType"/>
+ <xs:element name="To" type="tns:AttributedURIType"/>
+ <xs:element name="Action" type="tns:AttributedURIType"/>
+
+ <xs:complexType name="AttributedURIType" mixed="false">
+ <xs:simpleContent>
+
+ <xs:extension base="xs:anyURI">
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <!-- Constructs from the WS-Addressing SOAP binding -->
+
+ <xs:attribute name="IsReferenceParameter" type="xs:boolean"/>
+
+ <xs:simpleType name="FaultCodesOpenEnumType">
+
+ <xs:union memberTypes="tns:FaultCodesType xs:QName"/>
+ </xs:simpleType>
+
+ <xs:simpleType name="FaultCodesType">
+ <xs:restriction base="xs:QName">
+ <xs:enumeration value="tns:InvalidAddressingHeader"/>
+ <xs:enumeration value="tns:InvalidAddress"/>
+ <xs:enumeration value="tns:InvalidEPR"/>
+ <xs:enumeration value="tns:InvalidCardinality"/>
+ <xs:enumeration value="tns:MissingAddressInEPR"/>
+
+ <xs:enumeration value="tns:DuplicateMessageID"/>
+ <xs:enumeration value="tns:ActionMismatch"/>
+ <xs:enumeration value="tns:MessageAddressingHeaderRequired"/>
+ <xs:enumeration value="tns:DestinationUnreachable"/>
+ <xs:enumeration value="tns:ActionNotSupported"/>
+ <xs:enumeration value="tns:EndpointUnavailable"/>
+ </xs:restriction>
+ </xs:simpleType>
+
+ <xs:element name="RetryAfter" type="tns:AttributedUnsignedLongType"/>
+
+ <xs:complexType name="AttributedUnsignedLongType" mixed="false">
+ <xs:simpleContent>
+ <xs:extension base="xs:unsignedLong">
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <xs:element name="ProblemHeaderQName" type="tns:AttributedQNameType"/>
+ <xs:complexType name="AttributedQNameType" mixed="false">
+
+ <xs:simpleContent>
+ <xs:extension base="xs:QName">
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <xs:element name="ProblemIRI" type="tns:AttributedURIType"/>
+
+ <xs:element name="ProblemAction" type="tns:ProblemActionType"/>
+ <xs:complexType name="ProblemActionType" mixed="false">
+
+ <xs:sequence>
+ <xs:element ref="tns:Action" minOccurs="0"/>
+ <xs:element name="SoapAction" minOccurs="0" type="xs:anyURI"/>
+ </xs:sequence>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+
+</xs:schema>
Modified: labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor-activation-binding.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor-activation-binding.wsdl 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor-activation-binding.wsdl 2008-06-09 16:02:38 UTC (rev 20382)
@@ -3,7 +3,7 @@
<wsdl:import
namespace="http://docs.oasis-open.org/ws-tx/wscoor/2006/06"
- location="http://docs.oasis-open.org/ws-tx/wscoor/2006/06/wscoor.wsdl" />
+ location="wscoor.wsdl" />
<wsdl:binding name="Activation_SOAPBinding" type="wscoor:ActivationPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
Modified: labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor-binding.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor-binding.wsdl 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor-binding.wsdl 2008-06-09 16:02:38 UTC (rev 20382)
@@ -3,7 +3,7 @@
<wsdl:import
namespace="http://docs.oasis-open.org/ws-tx/wscoor/2006/06"
- location="http://docs.oasis-open.org/ws-tx/wscoor/2006/06/wscoor.wsdl" />
+ location="wscoor.wsdl" />
<wsdl:binding name="Activation_SOAPBinding" type="wscoor:ActivationPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
Modified: labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor-registration-binding.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor-registration-binding.wsdl 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor-registration-binding.wsdl 2008-06-09 16:02:38 UTC (rev 20382)
@@ -3,7 +3,7 @@
<wsdl:import
namespace="http://docs.oasis-open.org/ws-tx/wscoor/2006/06"
- location="http://docs.oasis-open.org/ws-tx/wscoor/2006/06/wscoor.wsdl" />
+ location="wscoor.wsdl" />
<wsdl:binding name="Registration_SOAPBinding" type="wscoor:RegistrationPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
Modified: labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor.wsdl 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor.wsdl 2008-06-09 16:02:38 UTC (rev 20382)
@@ -12,10 +12,10 @@
<xs:schema>
<xs:import
namespace='http://www.w3.org/2005/08/addressing'
- schemaLocation='http://www.w3.org/2006/03/addressing/ws-addr.xsd' />
+ schemaLocation='ws-addr.xsd' />
<xs:import
namespace='http://docs.oasis-open.org/ws-tx/wscoor/2006/06'
- schemaLocation='http://docs.oasis-open.org/ws-tx/wscoor/2006/06/wscoor.xsd' />
+ schemaLocation='wscoor.xsd' />
</xs:schema>
</wsdl:types>
<!-- Messages -->
Copied: labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor.xsd (from rev 20288, labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/xsd/wscoor.xsd)
===================================================================
--- labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor.xsd (rev 0)
+++ labs/jbosstm/trunk/XTS/WS-C/dev/dd/wscoor1.1/wsdl/wscoor.xsd 2008-06-09 16:02:38 UTC (rev 20382)
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors or users of this specification, can be obtained from the OASIS President.
+OASIS invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to implement this specification. Please address the information to the OASIS President.
+Copyright OASIS Open 2006. All Rights Reserved.
+This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself must not be modified in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications, in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate it into languages other than English.
+The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns.
+This document and the information contained herein is provided on an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+-->
+<xsd:schema targetNamespace="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wscoor="http://docs.oasis-open.org/ws-tx/wscoor/2006/06" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
+ <xsd:import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="http://www.w3.org/2006/03/addressing/ws-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: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="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: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:InvalidParameters" />
+ <xsd:enumeration value="wscoor:InvalidProtocol" />
+ <xsd:enumeration value="wscoor:InvalidState" />
+ <xsd:enumeration value="wscoor:CannotCreateContext" />
+ <xsd:enumeration value="wscoor:CannotRegisterParticipant" />
+ </xsd:restriction>
+ </xsd:simpleType>
+</xsd:schema>
Modified: labs/jbosstm/trunk/XTS/WS-T/build.xml
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/build.xml 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-T/build.xml 2008-06-09 16:02:38 UTC (rev 20382)
@@ -222,11 +222,18 @@
<target name="dev-jars" depends="dev-compile, dev-resourcebundle" >
<!-- wsdl files for services -->
+ <copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsat.wsdl" tofile="${build.dev.dd.dir}/wsdl/wsat.wsdl"/>
+ <copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsat.xsd" tofile="${build.dev.dd.dir}/wsdl/wsat.xsd"/>
+ <copy file="${dev.dd.dir}/wscoor1.1/wsdl/ws-addr.xsd" tofile="${build.dev.dd.dir}/wsdl/ws-addr.xsd"/>
+
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsat-participant-binding.wsdl" tofile="${build.dev.dd.dir}/wsdl/wsat-participant-binding.wsdl"/>
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsat-coordinator-binding.wsdl" tofile="${build.dev.dd.dir}/wsdl/wsat-coordinator-binding.wsdl"/>
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsat-completion-initiator-binding.wsdl" tofile="${build.dev.dd.dir}/wsdl/wsat-completion-initiator-binding.wsdl"/>
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsat-completion-coordinator-binding.wsdl" tofile="${build.dev.dd.dir}/wsdl/wsat-completion-coordinator-binding.wsdl"/>
+ <copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsba.wsdl" tofile="${build.dev.dd.dir}/wsdl/wsba.wsdl"/>
+ <copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsba.xsd" tofile="${build.dev.dd.dir}/wsdl/wsba.xsd"/>
+
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl" tofile="${build.dev.dd.dir}/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl"/>
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsba-coordinator-completion-participant-binding.wsdl" tofile="${build.dev.dd.dir}/wsdl/wsba-coordinator-completion-participant-binding.wsdl"/>
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsba-participant-completion-coordinator-binding.wsdl" tofile="${build.dev.dd.dir}/wsdl/wsba-participant-completion-coordinator-binding.wsdl"/>
@@ -240,11 +247,20 @@
<mkdir dir="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wsat/_2006/_06/wsdl"/>
<mkdir dir="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl"/>
<mkdir dir="${build.dev.classes11.dir}/com/arjuna/schemas/ws/_2005/_10/wsarjtx/wsdl"/>
+
+ <copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsat.wsdl" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wsat/_2006/_06/wsdl/wsat.wsdl"/>
+ <copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsat.xsd" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wsat/_2006/_06/wsdl/wsat.xsd"/>
+ <copy file="${dev.dd.dir}/wscoor1.1/wsdl/ws-addr.xsd" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wsat/_2006/_06/wsdl/ws-addr.xsd"/>
+
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsat-participant-binding.wsdl" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wsat/_2006/_06/wsdl/wsat-participant-binding.wsdl"/>
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsat-coordinator-binding.wsdl" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wsat/_2006/_06/wsdl/wsat-coordinator-binding.wsdl"/>
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsat-completion-initiator-binding.wsdl" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wsat/_2006/_06/wsdl/wsat-completion-initiator-binding.wsdl"/>
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsat-completion-coordinator-binding.wsdl" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wsat/_2006/_06/wsdl/wsat-completion-coordinator-binding.wsdl"/>
+ <copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsba.wsdl" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba.wsdl"/>
+ <copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsba.xsd" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba.xsd"/>
+ <copy file="${dev.dd.dir}/wscoor1.1/wsdl/ws-addr.xsd" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/ws-addr.xsd"/>
+
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl"/>
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsba-coordinator-completion-participant-binding.wsdl" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-coordinator-completion-participant-binding.wsdl"/>
<copy file="${dev.dd.dir}/wscoor1.1/wsdl/wsba-participant-completion-coordinator-binding.wsdl" tofile="${build.dev.classes11.dir}/org/oasis_open/docs/ws_tx/wsba/_2006/_06/wsdl/wsba-participant-completion-coordinator-binding.wsdl"/>
Copied: labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/ws-addr.xsd (from rev 20288, labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/xsd/ws-addr.xsd)
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/ws-addr.xsd (rev 0)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/ws-addr.xsd 2008-06-09 16:02:38 UTC (rev 20382)
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE xs:schema PUBLIC "-//W3C//DTD XMLSCHEMA 200102//EN" "http://www.w3.org/2001/XMLSchema.dtd">
+<!--
+ W3C XML Schema defined in the Web Services Addressing 1.0 specification
+ http://www.w3.org/TR/ws-addr-core
+
+ Copyright © 2005 World Wide Web Consortium,
+
+ (Massachusetts Institute of Technology, European Research Consortium for
+ Informatics and Mathematics, Keio University). All Rights Reserved. This
+ work is distributed under the W3C® Software License [1] in the hope that
+ it will be useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+ [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
+
+ $Id: ws-addr.xsd,v 1.1 2006/03/21 10:19:47 hugo Exp $
+-->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2005/08/addressing" targetNamespace="http://www.w3.org/2005/08/addressing" blockDefault="#all" elementFormDefault="qualified" finalDefault="" attributeFormDefault="unqualified">
+
+ <!-- Constructs from the WS-Addressing Core -->
+
+ <xs:element name="EndpointReference" type="tns:EndpointReferenceType"/>
+ <xs:complexType name="EndpointReferenceType" mixed="false">
+ <xs:sequence>
+ <xs:element name="Address" type="tns:AttributedURIType"/>
+ <xs:element ref="tns:ReferenceParameters" minOccurs="0"/>
+
+ <xs:element ref="tns:Metadata" minOccurs="0"/>
+ <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+ </xs:sequence>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+
+ <xs:element name="ReferenceParameters" type="tns:ReferenceParametersType"/>
+ <xs:complexType name="ReferenceParametersType" mixed="false">
+ <xs:sequence>
+ <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+
+ </xs:sequence>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+
+ <xs:element name="Metadata" type="tns:MetadataType"/>
+ <xs:complexType name="MetadataType" mixed="false">
+ <xs:sequence>
+ <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+ </xs:sequence>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+
+ </xs:complexType>
+
+ <xs:element name="MessageID" type="tns:AttributedURIType"/>
+ <xs:element name="RelatesTo" type="tns:RelatesToType"/>
+ <xs:complexType name="RelatesToType" mixed="false">
+ <xs:simpleContent>
+ <xs:extension base="xs:anyURI">
+ <xs:attribute name="RelationshipType" type="tns:RelationshipTypeOpenEnum" use="optional" default="http://www.w3.org/2005/08/addressing/reply"/>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <xs:simpleType name="RelationshipTypeOpenEnum">
+ <xs:union memberTypes="tns:RelationshipType xs:anyURI"/>
+ </xs:simpleType>
+
+ <xs:simpleType name="RelationshipType">
+ <xs:restriction base="xs:anyURI">
+ <xs:enumeration value="http://www.w3.org/2005/08/addressing/reply"/>
+ </xs:restriction>
+
+ </xs:simpleType>
+
+ <xs:element name="ReplyTo" type="tns:EndpointReferenceType"/>
+ <xs:element name="From" type="tns:EndpointReferenceType"/>
+ <xs:element name="FaultTo" type="tns:EndpointReferenceType"/>
+ <xs:element name="To" type="tns:AttributedURIType"/>
+ <xs:element name="Action" type="tns:AttributedURIType"/>
+
+ <xs:complexType name="AttributedURIType" mixed="false">
+ <xs:simpleContent>
+
+ <xs:extension base="xs:anyURI">
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <!-- Constructs from the WS-Addressing SOAP binding -->
+
+ <xs:attribute name="IsReferenceParameter" type="xs:boolean"/>
+
+ <xs:simpleType name="FaultCodesOpenEnumType">
+
+ <xs:union memberTypes="tns:FaultCodesType xs:QName"/>
+ </xs:simpleType>
+
+ <xs:simpleType name="FaultCodesType">
+ <xs:restriction base="xs:QName">
+ <xs:enumeration value="tns:InvalidAddressingHeader"/>
+ <xs:enumeration value="tns:InvalidAddress"/>
+ <xs:enumeration value="tns:InvalidEPR"/>
+ <xs:enumeration value="tns:InvalidCardinality"/>
+ <xs:enumeration value="tns:MissingAddressInEPR"/>
+
+ <xs:enumeration value="tns:DuplicateMessageID"/>
+ <xs:enumeration value="tns:ActionMismatch"/>
+ <xs:enumeration value="tns:MessageAddressingHeaderRequired"/>
+ <xs:enumeration value="tns:DestinationUnreachable"/>
+ <xs:enumeration value="tns:ActionNotSupported"/>
+ <xs:enumeration value="tns:EndpointUnavailable"/>
+ </xs:restriction>
+ </xs:simpleType>
+
+ <xs:element name="RetryAfter" type="tns:AttributedUnsignedLongType"/>
+
+ <xs:complexType name="AttributedUnsignedLongType" mixed="false">
+ <xs:simpleContent>
+ <xs:extension base="xs:unsignedLong">
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <xs:element name="ProblemHeaderQName" type="tns:AttributedQNameType"/>
+ <xs:complexType name="AttributedQNameType" mixed="false">
+
+ <xs:simpleContent>
+ <xs:extension base="xs:QName">
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <xs:element name="ProblemIRI" type="tns:AttributedURIType"/>
+
+ <xs:element name="ProblemAction" type="tns:ProblemActionType"/>
+ <xs:complexType name="ProblemActionType" mixed="false">
+
+ <xs:sequence>
+ <xs:element ref="tns:Action" minOccurs="0"/>
+ <xs:element name="SoapAction" minOccurs="0" type="xs:anyURI"/>
+ </xs:sequence>
+ <xs:anyAttribute namespace="##other" processContents="lax"/>
+ </xs:complexType>
+
+</xs:schema>
Modified: labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-binding.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-binding.wsdl 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-binding.wsdl 2008-06-09 16:02:38 UTC (rev 20382)
@@ -3,7 +3,7 @@
<wsdl:import
namespace="http://docs.oasis-open.org/ws-tx/wsat/2006/06"
- location="http://docs.oasis-open.org/ws-tx/wsat/2006/06/wsat.wsdl" />
+ location="wsat.wsdl" />
<wsdl:binding name="CompletionCoordinator_SOAPBinding" type="wsat:CompletionCoordinatorPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
Modified: labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-completion-coordinator-binding.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-completion-coordinator-binding.wsdl 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-completion-coordinator-binding.wsdl 2008-06-09 16:02:38 UTC (rev 20382)
@@ -3,7 +3,7 @@
<wsdl:import
namespace="http://docs.oasis-open.org/ws-tx/wsat/2006/06"
- location="http://docs.oasis-open.org/ws-tx/wsat/2006/06/wsat.wsdl" />
+ location="wsat.wsdl" />
<wsdl:binding name="CompletionCoordinator_SOAPBinding" type="wsat:CompletionCoordinatorPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
Modified: labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-completion-initiator-binding.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-completion-initiator-binding.wsdl 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-completion-initiator-binding.wsdl 2008-06-09 16:02:38 UTC (rev 20382)
@@ -3,7 +3,7 @@
<wsdl:import
namespace="http://docs.oasis-open.org/ws-tx/wsat/2006/06"
- location="http://docs.oasis-open.org/ws-tx/wsat/2006/06/wsat.wsdl" />
+ location="wsat.wsdl" />
<wsdl:binding name="CompletionInitiator_SOAPBinding" type="wsat:CompletionInitiatorPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
Modified: labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-coordinator-binding.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-coordinator-binding.wsdl 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-coordinator-binding.wsdl 2008-06-09 16:02:38 UTC (rev 20382)
@@ -3,7 +3,7 @@
<wsdl:import
namespace="http://docs.oasis-open.org/ws-tx/wsat/2006/06"
- location="http://docs.oasis-open.org/ws-tx/wsat/2006/06/wsat.wsdl" />
+ location="wsat.wsdl" />
<wsdl:binding name="Coordinator_SOAPBinding" type="wsat:CoordinatorPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
Modified: labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-participant-binding.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-participant-binding.wsdl 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat-participant-binding.wsdl 2008-06-09 16:02:38 UTC (rev 20382)
@@ -3,7 +3,7 @@
<wsdl:import
namespace="http://docs.oasis-open.org/ws-tx/wsat/2006/06"
- location="http://docs.oasis-open.org/ws-tx/wsat/2006/06/wsat.wsdl" />
+ location="wsat.wsdl" />
<wsdl:binding name="Participant_SOAPBinding" type="wsat:ParticipantPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
Modified: labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat.wsdl 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat.wsdl 2008-06-09 16:02:38 UTC (rev 20382)
@@ -12,10 +12,10 @@
<xs:schema>
<xs:import
namespace="http://www.w3.org/2005/08/addressing"
- schemaLocation="http://www.w3.org/2006/03/addressing/ws-addr.xsd" />
+ schemaLocation="ws-addr.xsd" />
<xs:import
namespace="http://docs.oasis-open.org/ws-tx/wsat/2006/06"
- schemaLocation="http://docs.oasis-open.org/ws-tx/wsat/2006/06/wsat.xsd" />
+ schemaLocation="wsat.xsd" />
</xs:schema>
</wsdl:types>
<!-- Messages -->
Copied: labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat.xsd (from rev 20288, labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/xsd/wsat.xsd)
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat.xsd (rev 0)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsat.xsd 2008-06-09 16:02:38 UTC (rev 20382)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors or users of this specification, can be obtained from the OASIS President.
+OASIS invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to implement this specification. Please address the information to the OASIS President.
+Copyright OASIS Open 2006. All Rights Reserved.
+This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself must not be modified in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications, in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate it into languages other than English.
+The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns.
+This document and the information contained herein is provided on an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+-->
+<xsd:schema targetNamespace="http://docs.oasis-open.org/ws-tx/wsat/2006/06" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsat="http://docs.oasis-open.org/ws-tx/wsat/2006/06" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
+ <xsd:complexType name="Notification">
+ <xsd:sequence>
+ <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+ </xsd:sequence>
+ <xsd:anyAttribute namespace="##other" processContents="lax"/>
+ </xsd:complexType>
+ <xsd:element name="Prepare" type="wsat:Notification"/>
+ <xsd:element name="Prepared" type="wsat:Notification"/>
+ <xsd:element name="Aborted" type="wsat:Notification"/>
+ <xsd:element name="ReadOnly" type="wsat:Notification"/>
+ <xsd:element name="Commit" type="wsat:Notification"/>
+ <xsd:element name="Rollback" type="wsat:Notification"/>
+ <xsd:element name="Committed" type="wsat:Notification"/>
+ <xsd:simpleType name="ErrorCodes">
+ <xsd:restriction base="xsd:QName">
+ <xsd:enumeration value="wsat:InconsistentInternalState"/>
+ <xsd:enumeration value="wsat:UnknownTransaction"/>
+ </xsd:restriction>
+ </xsd:simpleType>
+
+ <!-- Policy assertion -->
+ <xsd:element name="ATAssertion">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
+ </xsd:sequence>
+ <xsd:anyAttribute namespace="##other" processContents="lax" />
+ </xsd:complexType>
+ </xsd:element>
+</xsd:schema>
Modified: labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-binding.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-binding.wsdl 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-binding.wsdl 2008-06-09 16:02:38 UTC (rev 20382)
@@ -3,7 +3,7 @@
<wsdl:import
namespace="http://docs.oasis-open.org/ws-tx/wsba/2006/06"
- location="http://docs.oasis-open.org/ws-tx/wsba/2006/06/wsba.wsdl" />
+ location="wsba.wsdl" />
<wsdl:binding name="BusinessAgreementWithParticipantCompletionCoordinator_SOAPBinding" type="wsba:BusinessAgreementWithParticipantCompletionCoordinatorPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
Modified: labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-coordinator-completion-coordinator-binding.wsdl 2008-06-09 16:02:38 UTC (rev 20382)
@@ -3,7 +3,7 @@
<wsdl:import
namespace="http://docs.oasis-open.org/ws-tx/wsba/2006/06"
- location="http://docs.oasis-open.org/ws-tx/wsba/2006/06/wsba.wsdl" />
+ location="wsba.wsdl" />
<wsdl:binding name="BusinessAgreementWithCoordinatorCompletionCoordinator_SOAPBinding" type="wsba:BusinessAgreementWithCoordinatorCompletionCoordinatorPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
Modified: labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-coordinator-completion-participant-binding.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-coordinator-completion-participant-binding.wsdl 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-coordinator-completion-participant-binding.wsdl 2008-06-09 16:02:38 UTC (rev 20382)
@@ -3,7 +3,7 @@
<wsdl:import
namespace="http://docs.oasis-open.org/ws-tx/wsba/2006/06"
- location="http://docs.oasis-open.org/ws-tx/wsba/2006/06/wsba.wsdl" />
+ location="wsba.wsdl" />
<wsdl:binding name="BusinessAgreementWithCoordinatorCompletionParticipant_SOAPBinding" type="wsba:BusinessAgreementWithCoordinatorCompletionParticipantPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
Modified: labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-participant-completion-coordinator-binding.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-participant-completion-coordinator-binding.wsdl 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-participant-completion-coordinator-binding.wsdl 2008-06-09 16:02:38 UTC (rev 20382)
@@ -3,7 +3,7 @@
<wsdl:import
namespace="http://docs.oasis-open.org/ws-tx/wsba/2006/06"
- location="http://docs.oasis-open.org/ws-tx/wsba/2006/06/wsba.wsdl" />
+ location="wsba.wsdl" />
<wsdl:binding name="BusinessAgreementWithParticipantCompletionCoordinator_SOAPBinding" type="wsba:BusinessAgreementWithParticipantCompletionCoordinatorPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
Modified: labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-participant-completion-participant-binding.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-participant-completion-participant-binding.wsdl 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba-participant-completion-participant-binding.wsdl 2008-06-09 16:02:38 UTC (rev 20382)
@@ -3,7 +3,7 @@
<wsdl:import
namespace="http://docs.oasis-open.org/ws-tx/wsba/2006/06"
- location="http://docs.oasis-open.org/ws-tx/wsba/2006/06/wsba.wsdl" />
+ location="wsba.wsdl" />
<wsdl:binding name="BusinessAgreementWithParticipantCompletionParticipant_SOAPBinding" type="wsba:BusinessAgreementWithParticipantCompletionParticipantPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
Modified: labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba.wsdl
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba.wsdl 2008-06-09 16:00:15 UTC (rev 20381)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba.wsdl 2008-06-09 16:02:38 UTC (rev 20382)
@@ -3,7 +3,7 @@
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsba="http://docs.oasis-open.org/ws-tx/wsba/2006/06" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://docs.oasis-open.org/ws-tx/wsba/2006/06">
<wsdl:types>
<xs:schema>
- <xs:import namespace="http://docs.oasis-open.org/ws-tx/wsba/2006/06" schemaLocation="http://docs.oasis-open.org/ws-tx/wsba/2006/06/wsba.xsd"/>
+ <xs:import namespace="http://docs.oasis-open.org/ws-tx/wsba/2006/06" schemaLocation="wsba.xsd"/>
</xs:schema>
</wsdl:types>
<!-- Messages -->
Copied: labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba.xsd (from rev 20288, labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/xsd/wsba.xsd)
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba.xsd (rev 0)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/dd/wscoor1.1/wsdl/wsba.xsd 2008-06-09 16:02:38 UTC (rev 20382)
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright OASIS Open 2006. All Rights Reserved. -->
+<xsd:schema targetNamespace="http://docs.oasis-open.org/ws-tx/wsba/2006/06" xmlns:wsba="http://docs.oasis-open.org/ws-tx/wsba/2006/06" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
+ <xsd:complexType name="NotificationType">
+ <xsd:sequence>
+ <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+ </xsd:sequence>
+ <xsd:anyAttribute namespace="##other" processContents="lax"/>
+ </xsd:complexType>
+ <xsd:complexType name="ExceptionType">
+ <xsd:sequence>
+ <xsd:element name="ExceptionIdentifier" type="xsd:QName"/>
+ <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+ </xsd:sequence>
+ <xsd:anyAttribute namespace="##other" processContents="lax"/>
+ </xsd:complexType>
+ <!-- Coordinator accepts -->
+ <xsd:element name="Canceled" type="wsba:NotificationType"/>
+ <xsd:element name="Closed" type="wsba:NotificationType"/>
+ <xsd:element name="Compensated" type="wsba:NotificationType"/>
+ <xsd:element name="Completed" type="wsba:NotificationType"/>
+ <xsd:element name="Exit" type="wsba:NotificationType"/>
+ <xsd:element name="CannotComplete" type="wsba:NotificationType"/>
+ <xsd:element name="Fail" type="wsba:ExceptionType"/>
+ <!-- Participant accepts -->
+ <xsd:element name="Cancel" type="wsba:NotificationType"/>
+ <xsd:element name="Close" type="wsba:NotificationType"/>
+ <xsd:element name="Compensate" type="wsba:NotificationType"/>
+ <xsd:element name="Complete" type="wsba:NotificationType"/>
+ <xsd:element name="Failed" type="wsba:NotificationType"/>
+ <xsd:element name="NotCompleted" type="wsba:NotificationType"/>
+ <xsd:element name="Exited" type="wsba:NotificationType"/>
+ <!-- Both accept -->
+ <xsd:element name="GetStatus" type="wsba:NotificationType"/>
+ <xsd:complexType name="StatusType">
+ <xsd:sequence>
+ <xsd:element name="State" type="wsba:StateType"/>
+ <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+ </xsd:sequence>
+ <xsd:anyAttribute namespace="##other" processContents="lax"/>
+ </xsd:complexType>
+ <xsd:element name="Status" type="wsba:StatusType"/>
+ <xsd:simpleType name="StateType">
+ <xsd:restriction base="xsd:QName">
+ <xsd:enumeration value="wsba:Active"/>
+ <xsd:enumeration value="wsba:Canceling"/>
+ <xsd:enumeration value="wsba:Canceling-Active"/>
+ <xsd:enumeration value="wsba:Canceling-Completing"/>
+ <xsd:enumeration value="wsba:Completing"/>
+ <xsd:enumeration value="wsba:Completed"/>
+ <xsd:enumeration value="wsba:Closing"/>
+ <xsd:enumeration value="wsba:Compensating"/>
+ <xsd:enumeration value="wsba:Failing-Active"/>
+ <xsd:enumeration value="wsba:Failing-Canceling"/>
+ <xsd:enumeration value="wsba:Failing-Completing"/>
+ <xsd:enumeration value="wsba:Failing-Compensating"/>
+ <xsd:enumeration value="wsba:Exiting"/>
+ <xsd:enumeration value="wsba:NotCompleting"/>
+ <xsd:enumeration value="wsba:Ended"/>
+ </xsd:restriction>
+ </xsd:simpleType>
+
+ <!-- Policy assertions -->
+ <xsd:element name="BAAtomicOutcomeAssertion">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+ </xsd:sequence>
+ <xsd:anyAttribute namespace="##other" processContents="lax"/>
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="BAMixedOutcomeAssertion">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
+ </xsd:sequence>
+ <xsd:anyAttribute namespace="##other" processContents="lax"/>
+ </xsd:complexType>
+ </xsd:element>
+
+</xsd:schema>
More information about the jboss-svn-commits
mailing list