From a jsr181 pojo, you should not use the client API but the
jsr181 proxy which uses java classes (the client side of the
standard jsr181 stuff), unless you need to build the xml
document yourself or need to use the jbi API.
See
http://servicemix.goopen.org/site/servicemix-jsr181.html#servicemix-jsr181-Proxies
In case you need the client API, you should take a look at
http://servicemix.goopen.org/site/servicemix-jsr181.html#servicemix-jsr181-AccessingtheJBIbus
On 12/6/06, zul <[EMAIL PROTECTED]> wrote:
Hi,
I would like to invoke an external web service from a jsr181 POJO in an SM
container (using code, becos I need to process the message first) using a
servicemix-HTTP BC.
Sender (SOAP) -> HTTP BC -> JSR181 POJO -> HTTP BC -> external
webservice Receiver
Which section in the jsr181 client API documentation
(http://servicemix.org/site/client-api.html) should I use, is it "Sending
Messages" or "Invoking services"?
- SOS
--
View this message in context:
http://www.nabble.com/using-jsr181-POJO-tf2767019s12049.html#a7716181
Sent from the ServiceMix - User mailing list archive at Nabble.com.
--
Cheers,
Guillaume Nodet