RE: Help Accessing Remote SOAP Service with Authentication via CXF

2019-01-11 Thread Isaiah Inuwa
help! Isaiah Inuwa Database Application Administrator  |  ITS (312) 329-8081 -Original Message- From: Willem Jiang Sent: Thursday, January 10, 2019 8:59 AM To: users@camel.apache.org Subject: Re: Help Accessing Remote SOAP Service with Authentication via CXF Hi the wssec.xml and client clas

Re: Help Accessing Remote SOAP Service with Authentication via CXF

2019-01-10 Thread Willem Jiang
rom: Willem Jiang > Sent: Tuesday, January 8, 2019 8:15 PM > To: users@camel.apache.org > Subject: Re: Help Accessing Remote SOAP Service with Authentication via CXF > > Hi, > > I think you may need find the right moment to setup the CXFEndpoint. > It could be meaningless if the

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

Re: Help Accessing Remote SOAP Service with Authentication via CXF

2019-01-08 Thread Willem Jiang
Hi, I think you may need find the right moment to setup the CXFEndpoint. It could be meaningless if the camel route is loaded and the CXFConsumer is created. Can you try to use the Spring configuration to setup the cxfEndpoint this way[1]? [1]