Petals-BC-REST 1.0.2+

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

Changes (6)

View Page History
In all cases, the HTTP headers are added to the protocol header JBI message property.

h2. Configuration

h3. With no description of the RESTful resource

{code}

The Service Unit has to contain the following elements, packaged in the archive:
* the META-INF/jbi.xml descriptor file as described above,
* XSL files referenced in the JBI descriptor.

h3. With a WADL

The HTTP method is defined in the WADL for the operation.

The Service Unit has to contain the following elements, packaged in the archive:
* The META-INF/jbi.xml descriptor file as described above,
* An optional imported WADL file describing the partner service.

h3. With a WSDL 2.0

The HTTP method is defined in the WSDL 2.0 for the operation.

h2. Configuration
The Service Unit has to contain the following elements, packaged in the archive:
* The META-INF/jbi.xml descriptor file as described above,
* An optional imported WSDL 2.0 file describing the partner service.

{include:0 CDK SU Provide Configuration}
* An optional imported WADL/WSDL 2.0 file describing the partner service


h1. Exposing an internal JBI service endpoint as a RESTful Web Service