2010/2/23 Olivier Mengué <omen...@oxymel.com>:
> Hi,
>
> What is the minimal axis2.xml for an authenticated HTTPS SOAP client? ("none
> at all", with a code sample that shows how to set options with code, would
> be the best answer)


You have to enable HTTPS transport and have to give  SERVER_CERT
parameter. This parameter uses given CA cert to validate server's
certificate.

<parameter 
name="SERVER_CERT">/home/dumindu/dummyCA/demoCA/cacert.pem</parameter>



> Also, what is the minimal directory structure for the client? I would like
> to avoid delivering modules, services, include in production.


axis2.xml and lib are necessary. If you want WS-addressing support,
then you have to include modules as well. Services, include, bin,
docs, etc. are not needed.

Regards,
Shankar



>
>
> Olivier.
>



-- 
S.Uthaiyashankar
Software Architect
WSO2 Inc.
http://wso2.com/ - "lean . enterprise . middleware"

---------------------------------------------------------------------
To unsubscribe, e-mail: c-user-unsubscr...@axis.apache.org
For additional commands, e-mail: c-user-h...@axis.apache.org

Reply via email to