Hi, I am working with servicemix 3.2.3 and ODE jbi 1.3.3. Actually when we deploy an ODE service it's access is provided by defining an http consumer endpoint on the wsdl (same used by the BPEL process).
What i want to do : i need to transform data coming from several systems (by using the saxon jbi for xslt transformation) and then send formatted soap message to the ODE service. Question : Did i need to define an http-consumer to provide access to the ODE service or can i get a direct access to it without pass through the http-consumer ? exemple : i have got an http-consumer with an eip target service that first transform message to convert it in the waiting soap message and then send this message to the ODE service... To do it i have actually found a solution (not already tested, but i think it's working) : i keep the http-consumer using the same wsdl used by ODE service then i create an http-provider pointing on it (with the real complete location URI...), then i use this one as the target service to call ODE service from other servicemix service... Is there any other solution ? Thanks for help -- View this message in context: http://old.nabble.com/Servicemix-Service-to-ODE-service-tp27942715p27942715.html Sent from the Apache Ode User mailing list archive at Nabble.com.
