That is how I interpret it, and that's what i want to do. Or more exact, i want to invoke services from ode, services which are in the same JVM, and if possible, the same classloader so that a call-by-reference is possible.
I have browsed both axis2 and ode sites, googled, nabbled, searched mail-lists, source code but im unable to find examples of how to do this... very frustrating. It seems axis2 must somhow be configured with LocalTransportReceiver and LocalTransportSender... but I cant figure out how to connect the ode/bpel and axis2 configuration in order to make it work... any ideas? On 8/13/07, fLozano <[EMAIL PROTECTED]> wrote: > > Hi, > > Maybe this doesn't have to do anything with the subject... but I'm trying > reduce the cost of calling services stored on my machine by invoking them > directly without going through the network. > > Is this what Alex means by "BPEL to BPEL already goes directly without > hitting axis2"? > > > > kristoffer wrote: > > > > That's great news! Are you aware of any test code / examples which > > shows how to do this? I have browsed the ODE and Axis2 test sources > > but I could not find anything... > > > > regards, > > -Kristoffer > > > > On 8/13/07, Alex Boisvert <[EMAIL PROTECTED]> wrote: > >> Yes, that should work. > >> > >> And BPEL to BPEL already goes directly without hitting axis2. > >> > >> alex > >> > >> > >> On 8/11/07, Kristoffer Sjögren <[EMAIL PROTECTED]> wrote: > >> > > >> > Hi, > >> > > >> > I wonder if it is possible to have partnerLinks as axis2 local > >> > transport, when using ODE (ie something similar to a oracle BPEL and > >> > WSIF combo) > >> > > >> > If not, why? We really need orchestration, but a network layer between > >> > our services really does not make any sense, because of latency > >> > requirements. > >> > > >> > regards, > >> > -Kristoffer > >> > > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Axis2-local-transport-tf4252925.html#a12131987 > Sent from the Apache Ode User mailing list archive at Nabble.com. > >
