RE: Generated client to connect to a https ws

2007-08-29 Thread Per Olesen
Message- From: Pirola Davide Sent: venerdì 13 luglio 2007 10.12 To: 'cxf-user@incubator.apache.org' Subject: RE: Generated client to connect to a https ws Hi Dan Willem, Thanks for your support! The problem I have is in this peace of code (AbstractHTTPTransportFactory

Re: Generated client to connect to a https ws

2007-08-29 Thread Julio Arias
experience on this problem? Sure, Is always my fault.. but where? :D Thanks Davide -Original Message- From: Pirola Davide Sent: venerdì 13 luglio 2007 10.12 To: 'cxf-user@incubator.apache.org' Subject: RE: Generated client to connect to a https ws Hi Dan Willem, Thanks for your support

RE: Generated client to connect to a https ws

2007-08-28 Thread doug.anderson
, as suggested from Dan. Thanks Davide -Original Message- From: Dan Diephouse [mailto:[EMAIL PROTECTED] Sent: giovedì 12 luglio 2007 21.42 To: cxf-user@incubator.apache.org Subject: Re: Generated client to connect to a https ws Actually if you're using the client API

RE: Generated client to connect to a https ws

2007-07-19 Thread Pirola Davide
- From: Pirola Davide Sent: venerdì 13 luglio 2007 10.12 To: 'cxf-user@incubator.apache.org' Subject: RE: Generated client to connect to a https ws Hi Dan Willem, Thanks for your support! The problem I have is in this peace of code (AbstractHTTPTransportFactory): /** * This static

RE: Generated client to connect to a https ws

2007-07-13 Thread Pirola Davide
-Original Message- From: Dan Diephouse [mailto:[EMAIL PROTECTED] Sent: giovedì 12 luglio 2007 21.42 To: cxf-user@incubator.apache.org Subject: Re: Generated client to connect to a https ws Actually if you're using the client API, this is probably easier: YourService s = new YourService

Re: Generated client to connect to a https ws

2007-07-13 Thread Willem Jiang
is the same. Now I'm trying to use the API, as suggested from Dan. Thanks Davide -Original Message- From: Dan Diephouse [mailto:[EMAIL PROTECTED] Sent: giovedì 12 luglio 2007 21.42 To: cxf-user@incubator.apache.org Subject: Re: Generated client to connect to a https ws Actually

RE: Generated client to connect to a https ws

2007-07-12 Thread Pirola Davide
suggestions? Thank in advance, Davide -Original Message- From: Willem Jiang [mailto:[EMAIL PROTECTED] Sent: giovedì 12 luglio 2007 5.13 To: cxf-user@incubator.apache.org Subject: Re: Generated client to connect to a https ws Please take the hello_world_https in the samples directory

Re: Generated client to connect to a https ws

2007-07-12 Thread Dan Diephouse
Actually if you're using the client API, this is probably easier: YourService s = new YourService() ServiceInterface client = s.getYourServiceSoapHttpPort Client c = ClientProxy.getClient(client); HTTPConduit conduit = (HTTPConduit) c.getConduit() TLSClientParameters tlsParams = new

Re: Generated client to connect to a https ws

2007-07-11 Thread Willem Jiang
Please take the hello_world_https in the samples directory as a example. Here is the sample configuration files for you case: beans xmlns=http://www.springframework.org/schema/beans; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:sec=http://cxf.apache.org/configuration/security;