Implementing a Petals Service with JAX-WS (WSDL first)

compared with
Current by Vincent Zurczak
on Feb 12, 2012 19:44.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (6)

View Page History

Start Petals Studio.
In the menu, select *File > New > Service-Unit Project*. Petals Service Provider*.
If you do not see it, go into *File > New > Other...* Then, select *Service-Unit Project* *Petals Service Provider* under the *Petals* category.

\\
A wizard opens up, showing three drop-down lists.
In the *Use Case* list, select *Manual Implementation*.
In the *Petals Component* list, select *Jsr-181 // petals-bc-jsr181*. petals-se-jsr181*.
In the *Component Usage* list, select *Provide or Import a Service in Petals ESB*.
In the *Component Version* list, select the version of the Petals-SE-Jsr181 that you are using in Petals.

\\
In the scope of this tutorial, we are going to work with the version 1.12 of the Jsr181 component.
Which gives us:


\\
Click *Next*.


h2. Specifying the CDK parameters

The CDK is the Petals framework to develop JBI components.
The Petals-SE-Jsr181 component was developed with this framework.

This page requires information related to the CDK.
By default, you have nothing to do here.
The meaning of all the CDK parameters for Jsr181 can be found in the documentation of the [Petals-SE-Jsr181|petalscomponents:Petals-SE-Jsr181] component.

\\ !petals-studio-tuto-jsr181-4.jpg!

\\
Click *Finish* to complete the wizard.