bsnyder wrote:
> 
> 
> If you're invoking a web service that is external to the ESB, then why
> not use the servicemix-cxf-bc to invoke it and simplify the matter?
> 
> 

It looks idiot, I know ;) 
Actually, I am practising and my further goal is to understand how to invoke
an internal service.

I've already succeeded:
-to call an external provider (with a chain of BC consumer + BC provider)
-to call the external provider using a CXF proxy in a CXF SE service.
-to call a CXF SE service in anoter CXF SE service (using CXF-PROXY)

But I like to be able to call it "manually" to do as if I have to call a
POJO service in service mix (without using a proxy even if maybe it is the
best way). 
I tried to find how the message is handeld in the source code of CXF SE and
how the XML element are extracted but this operation seems to be managed by
org.apache.cxf.jaxws library
(endpoint.publish(jbi://+ID_GENERATOR.generateSanitizedId());

I do not know where to search to understand how the jbi messages are parsed 
CXF, jaxws sources ? or samples/examples with SE beans?



-- 
View this message in context: 
http://www.nabble.com/Parsing-an-out-message-tp17080766p17103167.html
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.

Reply via email to