As Tammo said, BPEL is designed around the WS stack so that's the model used
for invocation.
This being said, you can do direct in-VM invocation to Java services using
Axis2's local transport, e.g.,
<wsdl:port name="MyServiceLocalPort" binding="tns:MyServiceSOAP11Binding">
<soap:address location="local:/processes/MyService"/>
</wsdl:port>
alex
On Thu, Apr 2, 2009 at 7:05 AM, stug23 <[email protected]> wrote:
>
> Is there a sraightforward way to make direct calls with Apache ODE instead
> of
> via JBI or via webservice calls?
>
> There are potential usage scenarios where inclusion of ServiceMix is not
> desired.
>
> TIA!
> --
> View this message in context:
> http://www.nabble.com/Can-I-call-Java-directly-instead-of-JBI-webservice--tp22848579p22848579.html
> Sent from the Apache Ode User mailing list archive at Nabble.com.
>
>