[Carbon-dev] svn commit r43252 - trunk/carbon-components/logging/org.wso2.carbon.logging.admin.ui/src/main/resources
tyrell at wso2.com
tyrell at wso2.com
Wed Aug 12 02:48:21 PDT 2009
Author: tyrell
Date: Wed Aug 12 02:48:21 2009
New Revision: 43252
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=43252
Log:
Fixing WSDL for WAS.
Modified:
trunk/carbon-components/logging/org.wso2.carbon.logging.admin.ui/src/main/resources/LogAdmin.wsdl
Modified: trunk/carbon-components/logging/org.wso2.carbon.logging.admin.ui/src/main/resources/LogAdmin.wsdl
URL: http://wso2.org/svn/browse/wso2/trunk/carbon-components/logging/org.wso2.carbon.logging.admin.ui/src/main/resources/LogAdmin.wsdl?rev=43252&r1=43251&r2=43252&view=diff
==============================================================================
--- trunk/carbon-components/logging/org.wso2.carbon.logging.admin.ui/src/main/resources/LogAdmin.wsdl (original)
+++ trunk/carbon-components/logging/org.wso2.carbon.logging.admin.ui/src/main/resources/LogAdmin.wsdl Wed Aug 12 02:48:21 2009
@@ -60,9 +60,9 @@
</xs:element>
<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="Exception">
<xs:complexType>
@@ -111,7 +111,7 @@
</xs:schema>
<xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://data.service.logging.carbon.wso2.org/xsd">
<xs:complexType name="AppenderData">
- <xs:sequence>
+ <xs:all>
<xs:element minOccurs="0" name="facility" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="isFileAppender" type="xs:boolean" />
<xs:element minOccurs="0" name="isSysLogAppender" type="xs:boolean" />
@@ -121,10 +121,10 @@
<xs:element minOccurs="0" name="pattern" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="sysLogHost" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="threshold" nillable="true" type="xs:string" />
- </xs:sequence>
+ </xs:all>
</xs:complexType>
<xs:complexType name="LogData">
- <xs:sequence>
+ <xs:all>
<xs:element maxOccurs="unbounded" minOccurs="0" name="appenderData" nillable="true" type="ax235:AppenderData" />
<xs:element minOccurs="0" name="logFile" nillable="true" type="xs:string" />
@@ -133,16 +133,16 @@
<xs:element maxOccurs="unbounded" minOccurs="0" name="loggerData" nillable="true" type="ax235:LoggerData" />
<xs:element minOccurs="0" name="selectedAppenderData" nillable="true" type="ax235:AppenderData" />
<xs:element minOccurs="0" name="selectedLoggerData" nillable="true" type="ax235:LoggerData" />
- </xs:sequence>
+ </xs:all>
</xs:complexType>
<xs:complexType name="LoggerData">
- <xs:sequence>
+ <xs:all>
<xs:element minOccurs="0" name="additivity" type="xs:boolean" />
<xs:element minOccurs="0" name="level" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="parentName" nillable="true" type="xs:string" />
- </xs:sequence>
+ </xs:all>
</xs:complexType>
</xs:schema>
</wsdl:types>
More information about the Carbon-dev
mailing list