Help Accessing Remote SOAP Service with Authentication via CXF

2019-01-08 Thread Isaiah Inuwa
of accessing a remote client? 2) How do I configure a CXF client endpoint with authentication? I hope that shows what I am talking about; trying to learn Camel and CXF at the same time is confusing. (Note that I am not using Spring in my example since I haven't had much experience with it yet am trying to learn one thing at a time. But if using Spring in this case is the better way to go, then I'm all for it.) Thank you in advance for your help! Isaiah Inuwa

RE: Help Accessing Remote SOAP Service with Authentication via CXF

2019-01-11 Thread Isaiah Inuwa
OK, I understand now. I was able to implement it two ways: with the CxfEndpointConfigurer with the "cxf:xxx?cxEndpointConfigurer=#contactServiceConfigurer" and also with a Spring Bean ("cxf:bean:contactServiceProxy"). I think I will keep the latter. Thank you for your

RE: Help Accessing Remote SOAP Service with Authentication via CXF

2019-01-09 Thread Isaiah Inuwa
://github.com/apache/camel/blob/master/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/wssecurity/client/Client.java Isaiah Inuwa -Original Message- From: Willem Jiang Sent: Tuesday, January 8, 2019 8:15 PM To: users@camel.apache.org Subject: Re: Help Accessing Remote SOAP Service

Content Unintentionally converted to Base64 String

2019-02-12 Thread Isaiah Inuwa
I am adding an extra component after the object is marshalled and before it's passed back to the previous route, but I didn't see anything in the documentation that would show that this is what would happen. Is there something simple I am missing, or do I need to just use the base64 component to convert it back to a UTF-8 string? Thanks for your help, Isaiah Inuwa