[wsf-c-dev] Embedding mysql to axis2

Samisa Abeysinghe samisa at wso2.com
Wed Feb 14 23:07:11 PST 2007


>>> Actually this is not both. This is just a tool which enable us to 
>>> build a service automatically to talk to a database, according to 
>>> the configuration file supplied by the user.
>> A database wrapped with a web service? So that you can use SOAP to 
>> talk to database?
>>
> Yes. This is the exact idea. We are generating the wrapper (a service) 
> by using the configuration file.
OK, that makes sense. So as I mentioned in the earlier email, no need to 
have ops in conf, because they are standard I guess.
If the table name is given, I think we can generate the schema using the 
database. So no need to specify the schema in the conf as well.
Table names could be queried using the service API, so no need to 
configure that as well.
So it looks to me as if, it is zero configuration.

Samisa...




More information about the Wsf-c-dev mailing list