Re: camel cxf https

2014-03-19 Thread chaij
Thanks! That is the solution. Jin -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-https-tp5748846p5749104.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel cxf https

2014-03-18 Thread Willem Jiang
t if I use a IP address, it won't work > http://10.2.152.146:9002/webservices/upload?wsdl > > Thanks! > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/camel-cxf-https-tp5748846p5749066.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: camel cxf https

2014-03-18 Thread chaij
http://camel.465427.n5.nabble.com/camel-cxf-https-tp5748846p5749066.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel cxf https

2014-03-17 Thread Willem Jiang
. > > 1. SAML token support > 2. username/password support > 3. Encryption of message body > > Really appreciate any specific example and articles that describe how they > would work in general. > > Thanks! > > > > -- > View this message in cont

Re: camel cxf https

2014-03-17 Thread Willem Jiang
t; > wsdlURL="wsdl/UploadService.wsdl" > serviceClass="mycompany.com.Upload" > xmlns:s="http://mycompany.com/external/upload/"; /> > > > Thanks! > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/camel-cxf-https-tp5748846p5748977.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: camel cxf https

2014-03-17 Thread chaij
articles that describe how they would work in general. Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-https-tp5748846p5748978.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel cxf https

2014-03-17 Thread chaij
wsdlURL="wsdl/UploadService.wsdl" serviceClass="mycompany.com.Upload" xmlns:s="http://mycompany.com/external/upload/"; /> Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-https-tp5748846p574

Re: camel cxf https

2014-03-17 Thread chaij
. -- This doesn't seem to meet my requirement. I need to expose a web service using CXF. Did I miss something here? Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-https-tp5748846p5748975.html Sent from the Camel - Users mailing list archi

Re: camel cxf https

2014-03-16 Thread aidatechinc
Use https4. to post over HTTPS https://camel.apache.org/http4.html -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-https-tp5748846p5748867.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel cxf https

2014-03-16 Thread Willem Jiang
On March 16, 2014 at 4:49:35 PM, chaij (jin.c...@indigoarc.com) wrote: > I want to provide a soap web service over https with cxf inside karaf. > how can I enable/configure https? > Thanks, > Jin > > > > -- > View this message in context: > http://camel.465427

camel cxf https

2014-03-16 Thread chaij
I want to provide a soap web service over https with cxf inside karaf. how can I enable/configure https? Thanks, Jin -- View this message in context: http://camel.465427.n5.nabble.com/camel-cxf-https-tp5748846.html Sent from the Camel - Users mailing list archive at Nabble.com.

RE: Camel CXF HTTPS

2012-10-25 Thread rxm0203
p. Thanks, -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-HTTPS-tp5721517p5721558.html Sent from the Camel - Users mailing list archive at Nabble.com.

RE: Camel CXF HTTPS

2012-10-24 Thread Siano, Stephan
Camel CXF HTTPS Hi Willem, I was able to access RESTful web service with the address https://localhost:443/cxf/example. It works with external URL also. Is it possible to achieve similar results without /cxf in URL? Thanks, -- View this message in context: http://camel.465427.n5.nabble.com/

Re: Camel CXF HTTPS

2012-10-24 Thread rxm0203
Hi Willem, I was able to access RESTful web service with the address https://localhost:443/cxf/example. It works with external URL also. Is it possible to achieve similar results without /cxf in URL? Thanks, -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-HTTPS

Re: Camel CXF HTTPS

2012-10-24 Thread Willem jiang
; > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-CXF-HTTPS-tp5721517p5721524.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).

Re: Camel CXF HTTPS

2012-10-24 Thread rxm0203
blish address to be /example When I try to access RESTful service from browser, I get 404 HTTP error. Thanks, -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-HTTPS-tp5721517p5721524.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel CXF HTTPS

2012-10-24 Thread Sergey Beryozkin
here any other configuration/settings required? I want to setup HTTPS at container level so that we do not need to switch between HTTP (QA environment) and HTTPS (Production Environment) I appreciate your help. Thanks, -- View this message in context: http://camel.465427.n5.nabble.com/Camel-C