Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 87139 invoked from network); 22 Jan 2009 06:24:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jan 2009 06:24:25 -0000 Received: (qmail 95898 invoked by uid 500); 22 Jan 2009 06:24:17 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 95866 invoked by uid 500); 22 Jan 2009 06:24:17 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 95857 invoked by uid 99); 22 Jan 2009 06:24:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jan 2009 22:24:17 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [202.164.172.83] (HELO mail.paysetter.com) (202.164.172.83) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2009 06:24:10 +0000 Received: from [192.168.0.150] (unknown [192.168.0.150]) by mail.paysetter.com (Postfix) with ESMTP id E996AE42AEC for ; Thu, 22 Jan 2009 13:53:19 +0800 (PHT) Message-ID: <49781107.8030508@paysetter.com> Date: Thu, 22 Jan 2009 14:24:07 +0800 From: ricky User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: axis user Subject: axis2 https Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I need to use https on the server using axis2. What do I need to do? Also, the client calling the web service on the server implements its own web service using https. client server 1. client calls the web ----> service on the server. 2. the server calls the <---- web service on the client thanks