I found this: http://devzone.logicblaze.com/site/providing-and-consuming-web-services- using-logicblaze-fuse.html
Hoping this will answer my question. Owen. -----Original Message----- From: Owen Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 11:39 AM To: [email protected] Subject: Geeting info in and out of my JBI Hello there. How do I get my HTTP BC to talk to other components on the JBI bus? I have one other component (my JSR-181 component), and I need to exchange information with it for this thing to work... I get the feeling the attributes 'service' and 'endpoint' within the /beans/endpoint element of xbean.xml have something to say here. My JSR-181 POJO is au.net.wcg.webservice.jsr181.JVMHostServiceUnit. The class's @WebMethod I want to talk to is called processRequest, and it accepts a String, and returns a POJO called CommandReturn. Owen.
