Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 60625 invoked from network); 3 Nov 2006 16:22:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2006 16:22:23 -0000 Received: (qmail 59425 invoked by uid 500); 3 Nov 2006 16:22:26 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 59411 invoked by uid 500); 3 Nov 2006 16:22:26 -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 59400 invoked by uid 99); 3 Nov 2006 16:22:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 08:22:26 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [217.115.142.81] (HELO bender.webpack.hosteurope.de) (217.115.142.81) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2006 08:22:10 -0800 Received: by bender.webpack.hosteurope.de running Exim 4.51 using esmtpa from rosine196.inf.fu-berlin.de ([160.45.116.196]) id 1Gg1nf-0006Ra-LN; Fri, 03 Nov 2006 17:21:47 +0100 Message-ID: <454B6C9B.9090801@abid76.de> Date: Fri, 03 Nov 2006 17:21:47 +0100 From: Abid Hussain User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: problem with https Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi everybody, I am new to axis and have a problem deploying my Webservice. I am using Axis 1.3 and get always an error when trying to deploy it on the remote server. I think it is because the server is only accessible via HTTPS - when I deploy it on my local machine everything goes fine. Axis always responds with <401 unauthorized>. Would be very happy, if someone could help me :-) My Ant Script looks like this: Until here everything goes fine. No I install the .war File where my Webapp and all the Axis stuff is included on the server. After that, I try deploy the Webservice using following script: But the deployment fails. The Message is: [java] Processing file WebContent/WEB-INF/ModuleWS/deploy.wsdd [java] Exception: AxisFault [java] faultCode: {http://xml.apache.org/axis/}HTTP [java] faultSubcode: [java] faultString: (401)Unauthorized [java] faultActor: [java] faultNode: [java] faultDetail: [java] {}:return code: 401 [java] <?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap. org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&qu ot;><soapenv:Body><soapenv:Fault><faultcode xmlns:ns1="http://xml.apache.org/axis/">ns1:Server.Unauthorized&l t;/faultcode><faultstring>Remote administrator access is not allowed!</faultstring><detail><ns2:hostname xmlns:ns2=& quot;http://xml.apache.org/axis/">lee.mi.fu-berlin.de</ns2:hostname></detail></soapenv:Fault></soapenv:Body> </soapenv:Envelope> [java] {http://xml.apache.org/axis/}HttpErrorCode:401 Best regards, Abid -- Abid Hussain Mail: abid.hussain@abid76.de Web: http://www.abid76.de --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org