OJO"+
> >>> "&portName={http://www.its.ws <http://www.its.ws?by-user=t> <
> http://www.its.ws?by-user=t
> <http://www.its.ws?by-user=t&by-user=t>>}ECIT.ECITSessionCORBAPort"+
>
> >>> "&serviceName={http://www.its.ws &
ctory". In both the cxf and Camel I'm able to invoke
createSession operation and get the return value successfully. However,
the
problem here is that in camel after I get the session and try to invoke
newTransaction I get the following CORBA exception:
org.omg.CORBA.BAD_OPERATION:
ocessEmResp")
> > .doCatch(ECIEPermissionDenied.class,ECIESystemDown.class)
> > .process(new ExceptionProcessorHandler())
> > .end()
> >
> > .end();
> >
> > As you notice I'm using the "cxf://corbaname?" to refer to the
Can you try to use CXF to invoke the CORBA service first?
I'm not sure the CXF can talk the CORBA server rightly.
Willem
M.Ismail wrote:
Hi,
I'm using camel 2.3 to communicate with a CORBA server. I have generated a
WSDL from the IDLs and then the java stubs from the WSDL and I ran the
genera
t the following CORBA exception:
org.omg.CORBA.BAD_OPERATION: vmcid: 0x4552 minor code: 4 completed:
No
I used WireShark to sniff the GIOP packet try to know the reason and I found
that in Camel's case instead of calling the operation "newTransaction"
directly, a call to "_is_a" then a call to "resolve_str" then finally a call
to "newTransaction" which fails giving the above CORBA exception. I'm not
sure what is the problem here. Can anyone help?
Thanks,
--
View this message in context:
http://camel.465427.n5.nabble.com/CXF-CORBA-binding-problem-tp2638356p2638356.html
Sent from the Camel - Users mailing list archive at Nabble.com.