Avatar

Level 2

What I'm after is whether or not you can alter or configure the way a service is 'created' in LC.  LC is based on JBOSS, so there really isn't any LC specific services they are all JBOSS services that LC is configuring.  It's that configuration that I'm interested in altering.

When you create a process/service in LC it generates the artifacts for a contract last approach to the Web Service/WSDL.  Meaning that JBOSS relies on the code created by LC  to determine how and what the WSDL should be.  JBOSS also supports a Contract First approach to process/service creation.  Contract First means you can specify an actual file for WSDL and JBOSS uses the WSDL file for creation of the service instead.

So is there a way to control/configure how LC generates the services code, or is there information on how the Workbench (which is more than likely using the Eclipse plug in for BPEL) is generating the code?

I'm not expecting any of the above to be available as this is more than likely Adobe property.

The next best thing would be information on how to create your own JBOSS service, and use the LC API to call the processes.  This way you can create a meaningful WSDL definition for consumption and map the parameters to the undefined LC Process.

Anything on that??

Peter