[Users] How to integrate the WebService and JDBC feature

Vincent Zurczak [via Petals Forums] ml-node+s974793n3629167h51 at n3.nabble.com
Tue Jan 3 15:21:52 CET 2012



Hi,

You took the right way.
Here are the following steps to achieve your use case:
+ The Petals SQL component is generic. It needs to be associated with a
shared library (MySQL in your case). See 
http://doc.petalslink.com/display/petalsstudio12/Configuring+the+Use+of+a+Shared+Library
this page  for more information.

+ You then need to configure the SQL component, so that it knows how to
access your database. This is achieved through 
http://doc.petalslink.com/display/petalsstudio12/Accessing+a+SQL+database+through+a+Service
a service unit . The result will be a Petals service which executes SQL
statements when it is invoked.

+ Eventually, you need to expose this internal Petals service as a web
service. This is once again achieved with 
http://doc.petalslink.com/display/petalsstudio12/Exposing+a+Petals+service+as+a+Web+Service
a service unit , but this time associated with the Petals SOAP component.

Perform these steps in this order.
Services must be created first, and consumers in second.

-----
« Petals M.D. »
_______________________________________________
If you reply to this email, your message will be added to the discussion below:
http://forum.petalslink.com/How-to-integrate-the-WebService-and-JDBC-feature-tp3628769p3629167.html
To start a new topic under Users (get help, provide help), email ml-node+s974793n2681628h42 at n3.nabble.com
To unsubscribe from Users (get help, provide help), visit http://forum.petalslink.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2681628&code=dXNlcnNAZm9ydW0ucGV0YWxzbGluay5vcmd8MjY4MTYyOHwtOTE3MDU0NjU4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20120103/ef442567/attachment.htm>


More information about the Users mailing list