[wsf-c-dev] Embedding mysql to axis2
Samisa Abeysinghe
samisa at wso2.com
Thu Feb 15 00:20:52 PST 2007
>> So it looks to me as if, it is zero configuration.
> But the problem is how are we going to match the incoming xml messasge
> to a sql query. To define that we need a cofiguration file.
> For example lets say user sends a message to select some data
> according to some criteria. Request will contain a message like
> <getSudent>
> <id></id>
> </getStudent>
> But the problem is how are we going to match this information into a
> SQL query. We need a predifined way of doing this. This can be done
> using the configuration file.
> For example configuration file will say "getStudent" message must be
> converted into a SELECT sql query with the parameter "id".
So this module is not really wrapping the database to be a Web service.
Rather it is trying to provide a business logic wrapper.
Samisa...
More information about the Wsf-c-dev
mailing list