Hi,I tried now to expose the endpoint in the internal nmr to be sure it's not a problem of being able to reach that one. I did it by creating and http-provider to the service referenced, and now I can see it in my nmr that the endpoint is reachable. Issuing nmr:list i can see:
{http://ws.cdyne.com}IP2Geo:IP2GeoSoap
which is bounded to:
http://ws.cdyne.com/ip2geo/ip2geo.asmx
so now there is no internal reason for ODE to be unable to reach that
endpoint. Have there been any change in the implementation that has new
requirements on the SMX distribution?
Regards, Antonio Marín On 03/15/2011 07:51 PM, Antonio Marín Cerezuela wrote:
Hello all,I'm developing test compositions using Intalio designer. Sometime ago I was able to deploy the resulting process in ODE (FUSE ESB SMX version 4.X) but now I'm getting this error (not sure if after a fuse update, Ode version remains the same, 1.3.4) and i can't reproduce the previous results.I tried both remote service and local service (example-cxf-osgi bundled with smx) and both return the same kind of error:org.apache.ode.bpel.iapi.ContextException: Unknown endpoint: {http://ws.cdyne.com/}IP2Geo:IP2GeoSoap at org.apache.ode.jbi.JbiEndpointReference.getServiceEndpoint(JbiEndpointReference.java:102)[209:ode-jbi-bundle:1.3.4]... see attached servicemix.log for more details.In the local approach, the endpoint is correctly listed in the nmr and reachable from outside the esb.I'm using the bpel-related files produced to create a ode-su and expose the result using an http provider su. All the relevant files are in the attached files.In the log you can see the output of deploying both compositions and the error thrown by the remote invocation.Also note that the compositions are running as expected in Intalio bpms serverI would appreciate any help, all the workarounds I tried are unsuccessful and I can't find any related info on google.Regards, Antonio Marín
