[Carbon-dev] svn commit r42785 - in trunk/carbon-components/eventing: org.wso2.carbon.eventing.eventsource.ui/src/main/resources org.wso2.carbon.eventing.ui/src/main/resources

asankaa at wso2.com asankaa at wso2.com
Sat Aug 8 02:50:46 PDT 2009


Author: asankaa
Date: Sat Aug  8 02:50:46 2009
New Revision: 42785
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=42785

Log:
Changing WSDL <xs:sequence> to <xs:all>.


Modified:
   trunk/carbon-components/eventing/org.wso2.carbon.eventing.eventsource.ui/src/main/resources/EventSourceAdminService.wsdl
   trunk/carbon-components/eventing/org.wso2.carbon.eventing.ui/src/main/resources/EventingAdminService.wsdl

Modified: trunk/carbon-components/eventing/org.wso2.carbon.eventing.eventsource.ui/src/main/resources/EventSourceAdminService.wsdl
URL: http://wso2.org/svn/browse/wso2/trunk/carbon-components/eventing/org.wso2.carbon.eventing.eventsource.ui/src/main/resources/EventSourceAdminService.wsdl?rev=42785&r1=42784&r2=42785&view=diff
==============================================================================
--- trunk/carbon-components/eventing/org.wso2.carbon.eventing.eventsource.ui/src/main/resources/EventSourceAdminService.wsdl	(original)
+++ trunk/carbon-components/eventing/org.wso2.carbon.eventing.eventsource.ui/src/main/resources/EventSourceAdminService.wsdl	Sat Aug  8 02:50:46 2009
@@ -48,7 +48,7 @@
 </xs:schema>
         <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://dto.service.eventsource.eventing.carbon.wso2.org/xsd">
     <xs:complexType name="EventSourceDTO">
-        <xs:sequence>
+        <xs:all>
             <xs:element minOccurs="0" name="className" nillable="true" type="xs:string" />
             <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
             <xs:element minOccurs="0" name="password" nillable="true" type="xs:string" />
@@ -57,7 +57,7 @@
             <xs:element minOccurs="0" name="topicHeaderName" nillable="true" type="xs:string" />
             <xs:element minOccurs="0" name="type" nillable="true" type="xs:string" />
             <xs:element minOccurs="0" name="username" nillable="true" type="xs:string" />
-        </xs:sequence>
+        </xs:all>
     </xs:complexType>
 </xs:schema>
     </wsdl:types>

Modified: trunk/carbon-components/eventing/org.wso2.carbon.eventing.ui/src/main/resources/EventingAdminService.wsdl
URL: http://wso2.org/svn/browse/wso2/trunk/carbon-components/eventing/org.wso2.carbon.eventing.ui/src/main/resources/EventingAdminService.wsdl?rev=42785&r1=42784&r2=42785&view=diff
==============================================================================
--- trunk/carbon-components/eventing/org.wso2.carbon.eventing.ui/src/main/resources/EventingAdminService.wsdl	(original)
+++ trunk/carbon-components/eventing/org.wso2.carbon.eventing.ui/src/main/resources/EventingAdminService.wsdl	Sat Aug  8 02:50:46 2009
@@ -3,7 +3,7 @@
     <wsdl:types>
         <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://dto.service.eventing.carbon.wso2.org/xsd">
             <xs:complexType name="SubscriptionDTO">
-                <xs:sequence>
+                <xs:all>
                     <xs:element minOccurs="0" name="dialect" nillable="true" type="xs:string" />
                     <xs:element minOccurs="0" name="diliveryMode" nillable="true" type="xs:string" />
                     <xs:element minOccurs="0" name="epr" nillable="true" type="xs:string" />
@@ -11,16 +11,16 @@
                     <xs:element minOccurs="0" name="filterValue" nillable="true" type="xs:string" />
                     <xs:element minOccurs="0" name="subscriptionEndString" nillable="true" type="xs:string" />
                     <xs:element minOccurs="0" name="subscriptionEndingTime" nillable="true" type="xs:date" />
-                </xs:sequence>
+                </xs:all>
             </xs:complexType>
         </xs:schema>
         <xs:schema xmlns:ax276="http://dto.service.eventing.carbon.wso2.org/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://service.eventing.carbon.wso2.org">
             <xs:import namespace="http://dto.service.eventing.carbon.wso2.org/xsd" />
             <xs:complexType name="Exception">
 
-                <xs:sequence>
+                <xs:all>
                     <xs:element minOccurs="0" name="Exception" nillable="true" type="xs:anyType" />
-                </xs:sequence>
+                </xs:all>
             </xs:complexType>
             <xs:element name="getValidSubscriptions">
                 <xs:complexType>



More information about the Carbon-dev mailing list