wso2dss - Request Structure in WSO2 DSS -


i m working on wso2 dss 3.0.0. m sending request structure via soap ui dss. m not getting expected output.

i want check request structure query hitting dss.

in short want see query dss forming @ runtime.

any appreciated.

thanks , regards.

the request format depends on data service opertions have created. each of these opertion invokes query. , these queries have input parameters , output parameters. opertion name + input parameters determine format of request message , output parameters determine result format of message.

you can use wsdl of relevant data service creating soap ui project. request message each data service opertion there. or can simple try-it dataservice using available try-it[1] option service. there can see request format each operation.

[1]http://docs.wso2.org/wiki/display/dss300/testing+wsdls


Comments