Hi

 Here I attached both wsdl and dbs  which generated  for one table service.

Thanks
 Jasintha

On Sat, May 1, 2010 at 1:49 PM, Amila Suriarachchi <[email protected]> wrote:

> hi,
>
> Can you please send the generated wsdl for one table service?
>
> I am not sure how you have done it. Here you can nicely map insert, delete,
> update, select to four operations called put, delete, post and get. Then
> expose it as restful service[1].
>
> [1] http://wso2.org/library/3726
>
> thanks,
> Amila.
>
>
>
>
> On Fri, Apr 30, 2010 at 2:48 PM, Jasintha Dasanayaka <[email protected]>wrote:
>
>> Hi All
>>
>> I have finished the development of  all the basic functionality of the UI
>>  wizard.  Some screen shots are attached.
>>
>> Thanks
>> Jasintha
>>
>> On Fri, Apr 23, 2010 at 2:50 PM, Jasintha Dasanayaka 
>> <[email protected]>wrote:
>>
>>> It's a wizard. Following are the usage scenarios.
>>> Create
>>> 1. Select a data source
>>> 2. Select set of database objects of this data source
>>> 3. Generate data services for selected objects
>>>
>>> View/Edit
>>> 1. Select a data source & view existing data services created for it's
>>> objects.
>>>
>>> thanks
>>> Jasintha
>>>
>>>
>>> On Fri, Apr 23, 2010 at 2:33 PM, Samisa Abeysinghe <[email protected]>wrote:
>>>
>>>>
>>>>
>>>> On Fri, Apr 23, 2010 at 2:20 PM, Jasintha Dasanayaka <[email protected]
>>>> > wrote:
>>>>
>>>>>  Hi All
>>>>>
>>>>>  I am developing a new feature for data-service  .It can uses
>>>>> to generate data services for given database. It  generates data
>>>>> services for whole database.
>>>>>
>>>>>  It generates one service per one table that service has basic database
>>>>> operations(Insert, Delete, Update, Select by key and Select all).
>>>>>
>>>>>
>>>>>  This feature basically has two parts ,UI part and the back end
>>>>> part.The back end part of the feature I have already developed now i am
>>>>> developing the UI part of the feature.
>>>>>  I expect to complete this UI part with in the next week
>>>>>
>>>>
>>>> What does the UI do? I mean does it allow configuring, or viewing, or is
>>>> it a Wizard??
>>>>
>>>> Samisa...
>>>>
>>>>
>>>>>
>>>>> thanks
>>>>> Jasintha
>>>>>
>>>>> --
>>>>> Jasintha Dasanayaka
>>>>> email: [email protected]
>>>>> cell: +94 772 916 596
>>>>> blog: http://jasintha.org
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Carbon-dev mailing list
>>>>> [email protected]
>>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>
>>>>> --
>>>> Samisa Abeysinghe
>>>> Director, Engineering - WSO2 Inc.
>>>>
>>>> http://wso2.com/ - "lean . enterprise . middleware"
>>>>
>>>>
>>>> _______________________________________________
>>>> Carbon-dev mailing list
>>>> [email protected]
>>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>
>>>>
>>>
>>>
>>> --
>>> Jasintha Dasanayaka
>>> email: [email protected] cell: +94 772 916 596
>>> blog: http://jasintha.org
>>>
>>>
>>
>>
>> --
>> Jasintha Dasanayaka
>> email: [email protected] cell: +94 772 916 596
>> blog: http://jasintha.org
>>
>>
>> _______________________________________________
>> Carbon-dev mailing list
>> [email protected]
>> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> _______________________________________________
> Carbon-dev mailing list
> [email protected]
> https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Jasintha Dasanayaka
email: [email protected] cell: +94 772 916 596
blog: http://jasintha.org
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; xmlns:ns1="http://ws.wso2.org/dataservice"; xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"; xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"; xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"; xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"; targetNamespace="http://ws.wso2.org/dataservice";>
    <wsdl:documentation>Data-service for jk_test_table_1 in jk</wsdl:documentation>
    <wsdl:types>
        <xs:schema xmlns:ns="http://ws.wso2.org/dataservice"; attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://ws.wso2.org/dataservice";>
            <xs:element name="update_jk_test_table_1">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
                        <xs:element minOccurs="0" name="address" nillable="true" type="xs:string" />
                        <xs:element minOccurs="0" name="id" nillable="true" type="xs:int" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:complexType name="jk_test_table_1">
                <xs:sequence>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="jk_test_table_1collection" nillable="true" type="ns:jk_test_table_1collection" />
                </xs:sequence>
            </xs:complexType>
            <xs:element name="jk_test_table_1" type="ns:jk_test_table_1" />
            <xs:complexType name="jk_test_table_1collection">
                <xs:sequence>
                    <xs:element name="id" nillable="true" type="xs:integer" />
                    <xs:element name="name" nillable="true" type="xs:string" />
                    <xs:element name="address" nillable="true" type="xs:string" />
                </xs:sequence>
            </xs:complexType>
            <xs:element name="delete_jk_test_table_1">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="id" nillable="true" type="xs:int" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="selectFromKey_jk_test_table_1">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="id" nillable="true" type="xs:int" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="add_jk_test_table_1">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="id" nillable="true" type="xs:int" />
                        <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" />
                        <xs:element minOccurs="0" name="address" nillable="true" type="xs:string" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:schema>
    </wsdl:types>
    <wsdl:message name="selectAll_jk_test_table_1Request" />
    <wsdl:message name="selectAll_jk_test_table_1Response">
        <wsdl:part name="parameters" element="ns1:jk_test_table_1" />
    </wsdl:message>
    <wsdl:message name="update_jk_test_table_1Request">
        <wsdl:part name="parameters" element="ns1:update_jk_test_table_1" />
    </wsdl:message>
    <wsdl:message name="selectFromKey_jk_test_table_1Request">
        <wsdl:part name="parameters" element="ns1:selectFromKey_jk_test_table_1" />
    </wsdl:message>
    <wsdl:message name="selectFromKey_jk_test_table_1Response">
        <wsdl:part name="parameters" element="ns1:jk_test_table_1" />
    </wsdl:message>
    <wsdl:message name="add_jk_test_table_1Request">
        <wsdl:part name="parameters" element="ns1:add_jk_test_table_1" />
    </wsdl:message>
    <wsdl:message name="delete_jk_test_table_1Request">
        <wsdl:part name="parameters" element="ns1:delete_jk_test_table_1" />
    </wsdl:message>
    <wsdl:portType name="jk_jk_test_table_1PortType">
        <wsdl:operation name="selectAll_jk_test_table_1">
            <wsdl:input message="ns1:selectAll_jk_test_table_1Request" wsaw:Action="urn:selectAll_jk_test_table_1" />
            <wsdl:output message="ns1:selectAll_jk_test_table_1Response" wsaw:Action="urn:selectAll_jk_test_table_1Response" />
        </wsdl:operation>
        <wsdl:operation name="update_jk_test_table_1">
            <wsdl:input message="ns1:update_jk_test_table_1Request" wsaw:Action="urn:update_jk_test_table_1" />
        </wsdl:operation>
        <wsdl:operation name="selectFromKey_jk_test_table_1">
            <wsdl:input message="ns1:selectFromKey_jk_test_table_1Request" wsaw:Action="urn:selectFromKey_jk_test_table_1" />
            <wsdl:output message="ns1:selectFromKey_jk_test_table_1Response" wsaw:Action="urn:selectFromKey_jk_test_table_1Response" />
        </wsdl:operation>
        <wsdl:operation name="add_jk_test_table_1">
            <wsdl:input message="ns1:add_jk_test_table_1Request" wsaw:Action="urn:add_jk_test_table_1" />
        </wsdl:operation>
        <wsdl:operation name="delete_jk_test_table_1">
            <wsdl:input message="ns1:delete_jk_test_table_1Request" wsaw:Action="urn:delete_jk_test_table_1" />
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="jk_jk_test_table_1SOAP11Binding" type="ns1:jk_jk_test_table_1PortType">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http"; style="document" />
        <wsdl:operation name="selectAll_jk_test_table_1">
            <soap:operation soapAction="urn:selectAll_jk_test_table_1" style="document" />
            <wsdl:input>
                <soap:body use="literal" />
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal" />
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="update_jk_test_table_1">
            <soap:operation soapAction="urn:update_jk_test_table_1" style="document" />
            <wsdl:input>
                <soap:body use="literal" />
            </wsdl:input>
        </wsdl:operation>
        <wsdl:operation name="selectFromKey_jk_test_table_1">
            <soap:operation soapAction="urn:selectFromKey_jk_test_table_1" style="document" />
            <wsdl:input>
                <soap:body use="literal" />
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal" />
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="add_jk_test_table_1">
            <soap:operation soapAction="urn:add_jk_test_table_1" style="document" />
            <wsdl:input>
                <soap:body use="literal" />
            </wsdl:input>
        </wsdl:operation>
        <wsdl:operation name="delete_jk_test_table_1">
            <soap:operation soapAction="urn:delete_jk_test_table_1" style="document" />
            <wsdl:input>
                <soap:body use="literal" />
            </wsdl:input>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:binding name="jk_jk_test_table_1SOAP12Binding" type="ns1:jk_jk_test_table_1PortType">
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"; style="document" />
        <wsdl:operation name="selectAll_jk_test_table_1">
            <soap12:operation soapAction="urn:selectAll_jk_test_table_1" style="document" />
            <wsdl:input>
                <soap12:body use="literal" />
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal" />
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="update_jk_test_table_1">
            <soap12:operation soapAction="urn:update_jk_test_table_1" style="document" />
            <wsdl:input>
                <soap12:body use="literal" />
            </wsdl:input>
        </wsdl:operation>
        <wsdl:operation name="selectFromKey_jk_test_table_1">
            <soap12:operation soapAction="urn:selectFromKey_jk_test_table_1" style="document" />
            <wsdl:input>
                <soap12:body use="literal" />
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal" />
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="add_jk_test_table_1">
            <soap12:operation soapAction="urn:add_jk_test_table_1" style="document" />
            <wsdl:input>
                <soap12:body use="literal" />
            </wsdl:input>
        </wsdl:operation>
        <wsdl:operation name="delete_jk_test_table_1">
            <soap12:operation soapAction="urn:delete_jk_test_table_1" style="document" />
            <wsdl:input>
                <soap12:body use="literal" />
            </wsdl:input>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:binding name="jk_jk_test_table_1HttpBinding" type="ns1:jk_jk_test_table_1PortType">
        <http:binding verb="POST" />
        <wsdl:operation name="selectAll_jk_test_table_1">
            <http:operation location="selectAll_jk_test_table_1" />
            <wsdl:input>
                <mime:content type="text/xml" part="selectAll_jk_test_table_1" />
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="selectAll_jk_test_table_1" />
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="update_jk_test_table_1">
            <http:operation location="update_jk_test_table_1" />
            <wsdl:input>
                <mime:content type="text/xml" part="update_jk_test_table_1" />
            </wsdl:input>
        </wsdl:operation>
        <wsdl:operation name="selectFromKey_jk_test_table_1">
            <http:operation location="selectFromKey_jk_test_table_1" />
            <wsdl:input>
                <mime:content type="text/xml" part="selectFromKey_jk_test_table_1" />
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="selectFromKey_jk_test_table_1" />
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="add_jk_test_table_1">
            <http:operation location="add_jk_test_table_1" />
            <wsdl:input>
                <mime:content type="text/xml" part="add_jk_test_table_1" />
            </wsdl:input>
        </wsdl:operation>
        <wsdl:operation name="delete_jk_test_table_1">
            <http:operation location="delete_jk_test_table_1" />
            <wsdl:input>
                <mime:content type="text/xml" part="delete_jk_test_table_1" />
            </wsdl:input>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="jk_jk_test_table_1">
        <wsdl:port name="SOAP11Endpoint" binding="ns1:jk_jk_test_table_1SOAP11Binding">
            <soap:address location="http://10.201.245.147:9763/services/jk_jk_test_table_1.SOAP11Endpoint/"; />
        </wsdl:port>
        <wsdl:port name="SecureSOAP11Endpoint" binding="ns1:jk_jk_test_table_1SOAP11Binding">
            <soap:address location="https://10.201.245.147:9443/services/jk_jk_test_table_1.SecureSOAP11Endpoint/"; />
        </wsdl:port>
        <wsdl:port name="SecureSOAP12Endpoint" binding="ns1:jk_jk_test_table_1SOAP12Binding">
            <soap12:address location="https://10.201.245.147:9443/services/jk_jk_test_table_1.SecureSOAP12Endpoint/"; />
        </wsdl:port>
        <wsdl:port name="SOAP12Endpoint" binding="ns1:jk_jk_test_table_1SOAP12Binding">
            <soap12:address location="http://10.201.245.147:9763/services/jk_jk_test_table_1.SOAP12Endpoint/"; />
        </wsdl:port>
        <wsdl:port name="HTTPEndpoint" binding="ns1:jk_jk_test_table_1HttpBinding">
            <http:address location="http://10.201.245.147:9763/services/jk_jk_test_table_1.HTTPEndpoint/"; />
        </wsdl:port>
        <wsdl:port name="SecureHTTPEndpoint" binding="ns1:jk_jk_test_table_1HttpBinding">
            <http:address location="https://10.201.245.147:9443/services/jk_jk_test_table_1.SecureHTTPEndpoint/"; />
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>

Attachment: jk_jk_test_table_1.dbs
Description: Binary data

_______________________________________________
Carbon-dev mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to