[Carbon-dev] svn commit r31229 - trunk/carbon-components/data-services/org.wso2.carbon.dataservices.ui/src/main/resources
sumedha at wso2.com
sumedha at wso2.com
Sat Feb 21 04:32:12 PST 2009
Author: sumedha
Date: Sat Feb 21 04:32:11 2009
New Revision: 31229
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=31229
Log:
new wsdl after unused methods are removed
Modified:
trunk/carbon-components/data-services/org.wso2.carbon.dataservices.ui/src/main/resources/DataServiceAdmin.wsdl
Modified: trunk/carbon-components/data-services/org.wso2.carbon.dataservices.ui/src/main/resources/DataServiceAdmin.wsdl
URL: http://wso2.org/svn/browse/wso2/trunk/carbon-components/data-services/org.wso2.carbon.dataservices.ui/src/main/resources/DataServiceAdmin.wsdl?rev=31229&r1=31228&r2=31229&view=diff
==============================================================================
--- trunk/carbon-components/data-services/org.wso2.carbon.dataservices.ui/src/main/resources/DataServiceAdmin.wsdl (original)
+++ trunk/carbon-components/data-services/org.wso2.carbon.dataservices.ui/src/main/resources/DataServiceAdmin.wsdl Sat Feb 21 04:32:11 2009
@@ -69,87 +69,35 @@
</xs:complexType>
</xs:element>
- <xs:element name="getDataServiceContents">
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" name="serviceId" nillable="true" type="xs:string" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="getDataServiceContentsResponse">
-
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" name="return" nillable="true" type="xs:anyType" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
<xs:element name="XMLStreamException">
<xs:complexType>
<xs:sequence>
-
<xs:element minOccurs="0" name="XMLStreamException" nillable="true" type="xs:anyType" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="getDatabaseUrlDriverListResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax28:DBServerData" />
- </xs:sequence>
-
- </xs:complexType>
- </xs:element>
- <xs:element name="getDSMetaData">
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" name="init" nillable="true" type="xs:string" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="getDSMetaDataResponse">
- <xs:complexType>
- <xs:sequence>
- <xs:element minOccurs="0" name="return" nillable="true" type="ax28:DataServiceInfo" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="saveDataServiceContents">
<xs:complexType>
-
<xs:sequence>
- <xs:element minOccurs="0" name="dataWrapper" nillable="true" type="xs:anyType" />
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="return" nillable="true" type="ax28:DBServerData" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
<xs:schema attributeFormDefault="qualified" elementFormDefault="unqualified" targetNamespace="http://admin.dataservices.carbon.wso2.org/xsd">
<xs:complexType name="DBServerData">
- <xs:sequence>
+ <xs:sequence>
<xs:element minOccurs="0" name="driverClass" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="jdbcUrl" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="protocol" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="serverId" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
- <xs:complexType name="DataServiceInfo">
- <xs:sequence>
- <xs:element minOccurs="0" name="dataWrapper" nillable="true" type="xs:anyType" />
-
- <xs:element maxOccurs="unbounded" minOccurs="0" name="dbServerData" nillable="true" type="ax28:DBServerData" />
- </xs:sequence>
- </xs:complexType>
</xs:schema>
</wsdl:types>
- <wsdl:message name="getDataServiceContentsRequest">
- <wsdl:part name="parameters" element="ns1:getDataServiceContents" />
- </wsdl:message>
- <wsdl:message name="getDataServiceContentsResponse">
- <wsdl:part name="parameters" element="ns1:getDataServiceContentsResponse" />
- </wsdl:message>
<wsdl:message name="getAvailableDSRequest" />
<wsdl:message name="getAvailableDSResponse">
<wsdl:part name="parameters" element="ns1:getAvailableDSResponse" />
@@ -157,58 +105,40 @@
<wsdl:message name="getHeaderColumnNamesRequest">
<wsdl:part name="parameters" element="ns1:getHeaderColumnNames" />
</wsdl:message>
-
<wsdl:message name="getHeaderColumnNamesResponse">
<wsdl:part name="parameters" element="ns1:getHeaderColumnNamesResponse" />
- </wsdl:message>
- <wsdl:message name="saveDataServiceContentsRequest">
- <wsdl:part name="parameters" element="ns1:saveDataServiceContents" />
+
</wsdl:message>
<wsdl:message name="getDatabaseUrlDriverListRequest" />
<wsdl:message name="getDatabaseUrlDriverListResponse">
<wsdl:part name="parameters" element="ns1:getDatabaseUrlDriverListResponse" />
-
</wsdl:message>
<wsdl:message name="XMLStreamException">
<wsdl:part name="parameters" element="ns1:XMLStreamException" />
</wsdl:message>
<wsdl:message name="testJDBCConnectionRequest">
+
<wsdl:part name="parameters" element="ns1:testJDBCConnection" />
</wsdl:message>
<wsdl:message name="testJDBCConnectionResponse">
<wsdl:part name="parameters" element="ns1:testJDBCConnectionResponse" />
-
</wsdl:message>
<wsdl:message name="getDataServiceContentAsStringRequest">
<wsdl:part name="parameters" element="ns1:getDataServiceContentAsString" />
</wsdl:message>
<wsdl:message name="getDataServiceContentAsStringResponse">
- <wsdl:part name="parameters" element="ns1:getDataServiceContentAsStringResponse" />
- </wsdl:message>
- <wsdl:message name="getDSMetaDataRequest">
- <wsdl:part name="parameters" element="ns1:getDSMetaData" />
- </wsdl:message>
- <wsdl:message name="getDSMetaDataResponse">
- <wsdl:part name="parameters" element="ns1:getDSMetaDataResponse" />
+ <wsdl:part name="parameters" element="ns1:getDataServiceContentAsStringResponse" />
</wsdl:message>
<wsdl:portType name="DataServiceAdminPortType">
- <wsdl:operation name="getDataServiceContents">
- <wsdl:input message="axis2:getDataServiceContentsRequest" wsaw:Action="urn:getDataServiceContents" />
- <wsdl:output message="axis2:getDataServiceContentsResponse" wsaw:Action="urn:getDataServiceContentsResponse" />
- </wsdl:operation>
-
<wsdl:operation name="getAvailableDS">
<wsdl:input message="axis2:getAvailableDSRequest" wsaw:Action="urn:getAvailableDS" />
<wsdl:output message="axis2:getAvailableDSResponse" wsaw:Action="urn:getAvailableDSResponse" />
</wsdl:operation>
<wsdl:operation name="getHeaderColumnNames">
<wsdl:input message="axis2:getHeaderColumnNamesRequest" wsaw:Action="urn:getHeaderColumnNames" />
- <wsdl:output message="axis2:getHeaderColumnNamesResponse" wsaw:Action="urn:getHeaderColumnNamesResponse" />
- </wsdl:operation>
- <wsdl:operation name="saveDataServiceContents">
- <wsdl:input message="axis2:saveDataServiceContentsRequest" wsaw:Action="urn:saveDataServiceContents" />
+ <wsdl:output message="axis2:getHeaderColumnNamesResponse" wsaw:Action="urn:getHeaderColumnNamesResponse" />
</wsdl:operation>
<wsdl:operation name="getDatabaseUrlDriverList">
<wsdl:input message="axis2:getDatabaseUrlDriverListRequest" wsaw:Action="urn:getDatabaseUrlDriverList" />
@@ -224,51 +154,30 @@
<wsdl:input message="axis2:getDataServiceContentAsStringRequest" wsaw:Action="urn:getDataServiceContentAsString" />
<wsdl:output message="axis2:getDataServiceContentAsStringResponse" wsaw:Action="urn:getDataServiceContentAsStringResponse" />
</wsdl:operation>
- <wsdl:operation name="getDSMetaData">
- <wsdl:input message="axis2:getDSMetaDataRequest" wsaw:Action="urn:getDSMetaData" />
- <wsdl:output message="axis2:getDSMetaDataResponse" wsaw:Action="urn:getDSMetaDataResponse" />
-
- </wsdl:operation>
</wsdl:portType>
<wsdl:binding name="DataServiceAdminSoap11Binding" type="axis2:DataServiceAdminPortType">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
- <wsdl:operation name="getDataServiceContents">
- <soap:operation soapAction="urn:getDataServiceContents" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
<wsdl:operation name="getAvailableDS">
<soap:operation soapAction="urn:getAvailableDS" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
-
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
+
<wsdl:operation name="getHeaderColumnNames">
<soap:operation soapAction="urn:getHeaderColumnNames" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
-
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
- <wsdl:operation name="saveDataServiceContents">
- <soap:operation soapAction="urn:saveDataServiceContents" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- </wsdl:operation>
<wsdl:operation name="getDatabaseUrlDriverList">
<soap:operation soapAction="urn:getDatabaseUrlDriverList" style="document" />
<wsdl:input>
@@ -277,8 +186,8 @@
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
-
<wsdl:fault name="XMLStreamException">
+
<soap:fault use="literal" name="XMLStreamException" />
</wsdl:fault>
</wsdl:operation>
@@ -287,8 +196,8 @@
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
-
<wsdl:output>
+
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
@@ -297,38 +206,18 @@
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
-
<wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getDSMetaData">
- <soap:operation soapAction="urn:getDSMetaData" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="DataServiceAdminSoap12Binding" type="axis2:DataServiceAdminPortType">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
- <wsdl:operation name="getDataServiceContents">
- <soap12:operation soapAction="urn:getDataServiceContents" style="document" />
-
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
<wsdl:operation name="getAvailableDS">
<soap12:operation soapAction="urn:getAvailableDS" style="document" />
-
<wsdl:input>
+
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
@@ -337,27 +226,20 @@
</wsdl:operation>
<wsdl:operation name="getHeaderColumnNames">
<soap12:operation soapAction="urn:getHeaderColumnNames" style="document" />
-
<wsdl:input>
+
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
- <wsdl:operation name="saveDataServiceContents">
- <soap12:operation soapAction="urn:saveDataServiceContents" style="document" />
-
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- </wsdl:operation>
<wsdl:operation name="getDatabaseUrlDriverList">
<soap12:operation soapAction="urn:getDatabaseUrlDriverList" style="document" />
<wsdl:input>
+
<soap12:body use="literal" />
</wsdl:input>
-
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
@@ -365,9 +247,9 @@
<soap12:fault use="literal" name="XMLStreamException" />
</wsdl:fault>
</wsdl:operation>
+
<wsdl:operation name="getDataServiceContentAsString">
<soap12:operation soapAction="urn:getDataServiceContentAsString" style="document" />
-
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
@@ -375,9 +257,9 @@
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
+
<wsdl:operation name="testJDBCConnection">
<soap12:operation soapAction="urn:testJDBCConnection" style="document" />
-
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
@@ -385,39 +267,19 @@
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
- <wsdl:operation name="getDSMetaData">
- <soap12:operation soapAction="urn:getDSMetaData" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
</wsdl:binding>
<wsdl:binding name="DataServiceAdminHttpBinding" type="axis2:DataServiceAdminPortType">
-
<http:binding verb="POST" />
- <wsdl:operation name="getDataServiceContents">
- <http:operation location="DataServiceAdmin/getDataServiceContents" />
- <wsdl:input>
- <mime:content type="text/xml" part="getDataServiceContents" />
- </wsdl:input>
- <wsdl:output>
- <mime:content type="text/xml" part="getDataServiceContents" />
- </wsdl:output>
-
- </wsdl:operation>
<wsdl:operation name="getAvailableDS">
<http:operation location="DataServiceAdmin/getAvailableDS" />
<wsdl:input>
<mime:content type="text/xml" part="getAvailableDS" />
</wsdl:input>
<wsdl:output>
+
<mime:content type="text/xml" part="getAvailableDS" />
</wsdl:output>
-
</wsdl:operation>
<wsdl:operation name="getHeaderColumnNames">
<http:operation location="DataServiceAdmin/getHeaderColumnNames" />
@@ -425,68 +287,51 @@
<mime:content type="text/xml" part="getHeaderColumnNames" />
</wsdl:input>
<wsdl:output>
+
<mime:content type="text/xml" part="getHeaderColumnNames" />
</wsdl:output>
-
- </wsdl:operation>
- <wsdl:operation name="saveDataServiceContents">
- <http:operation location="DataServiceAdmin/saveDataServiceContents" />
- <wsdl:input>
- <mime:content type="text/xml" part="saveDataServiceContents" />
- </wsdl:input>
</wsdl:operation>
<wsdl:operation name="getDatabaseUrlDriverList">
<http:operation location="DataServiceAdmin/getDatabaseUrlDriverList" />
-
<wsdl:input>
<mime:content type="text/xml" part="getDatabaseUrlDriverList" />
</wsdl:input>
<wsdl:output>
+
<mime:content type="text/xml" part="getDatabaseUrlDriverList" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getDataServiceContentAsString">
<http:operation location="DataServiceAdmin/getDataServiceContentAsString" />
-
<wsdl:input>
<mime:content type="text/xml" part="getDataServiceContentAsString" />
</wsdl:input>
<wsdl:output>
+
<mime:content type="text/xml" part="getDataServiceContentAsString" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="testJDBCConnection">
<http:operation location="DataServiceAdmin/testJDBCConnection" />
-
<wsdl:input>
<mime:content type="text/xml" part="testJDBCConnection" />
</wsdl:input>
<wsdl:output>
- <mime:content type="text/xml" part="testJDBCConnection" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="getDSMetaData">
- <http:operation location="DataServiceAdmin/getDSMetaData" />
- <wsdl:input>
- <mime:content type="text/xml" part="getDSMetaData" />
- </wsdl:input>
- <wsdl:output>
- <mime:content type="text/xml" part="getDSMetaData" />
+ <mime:content type="text/xml" part="testJDBCConnection" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="DataServiceAdmin">
-
<wsdl:port name="DataServiceAdminHttpsSoap11Endpoint" binding="axis2:DataServiceAdminSoap11Binding">
<soap:address location="https://10.100.1.200:9443/services/DataServiceAdmin.DataServiceAdminHttpsSoap11Endpoint" />
</wsdl:port>
<wsdl:port name="DataServiceAdminHttpsSoap12Endpoint" binding="axis2:DataServiceAdminSoap12Binding">
+
<soap12:address location="https://10.100.1.200:9443/services/DataServiceAdmin.DataServiceAdminHttpsSoap12Endpoint" />
</wsdl:port>
<wsdl:port name="DataServiceAdminHttpsEndpoint" binding="axis2:DataServiceAdminHttpBinding">
<http:address location="https://10.100.1.200:9443/services/DataServiceAdmin.DataServiceAdminHttpsEndpoint" />
</wsdl:port>
-
</wsdl:service>
</wsdl:definitions>
\ No newline at end of file
More information about the Carbon-dev
mailing list