Hi
Now I am using the sca provided build in bpel engine, and want to
invoke another sca-component in the bpel process;
Though I could deploy the -java-implement sca component as
web-service by ws binding,then access it in bpel by import a wsdl process.
This way ask for all sca-java-componet deployed as web-service, and seems
too trival for deployment.
So does anyone know how to use a sca-reference in a BPEL implement
component to access another sca component? Or some other mechanism can
direct access sca-component? Typically sca component invoked by the bpel is
always implement as Java Language.
Thanks