Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 68818 invoked from network); 15 Mar 2010 21:08:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Mar 2010 21:08:58 -0000 Received: (qmail 30619 invoked by uid 500); 15 Mar 2010 21:08:10 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 30562 invoked by uid 500); 15 Mar 2010 21:08:10 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 30552 invoked by uid 99); 15 Mar 2010 21:08:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 21:08:10 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=AWL,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [212.227.17.8] (HELO moutng.kundenserver.de) (212.227.17.8) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 21:08:03 +0000 Received: from [192.168.178.20] (p4FEA8ABF.dip0.t-ipconnect.de [79.234.138.191]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0MeOiZ-1O10QV3Qw3-00QCmK; Mon, 15 Mar 2010 22:07:40 +0100 Message-ID: <4B9EA19C.9000804@schillbaer.de> Date: Mon, 15 Mar 2010 22:07:40 +0100 From: Gilbert Rebhan User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.8) Gecko/20100228 SUSE/3.0.3-3.1 Thunderbird/3.0.3 MIME-Version: 1.0 To: Ant Users List , Ant Developers List Subject: ant+soap+ssl Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX19uf4rgiqDsrNqmdjW1zahpc19p5i5tnDgLS2R /QDm8+9Zi0uQGIwl96Pubosxih6hNzvUB//WMqz9WLf0N2lMfU I9gqBJXTAZaJSe7SN4L1g== Hi, i want to access a IBM DataPower xml management interface from within ant to send status and configuration requests via soap messages. Has anyone experience with such a setting ? @IBM site only has an article that uses curl and openssl as external commands called with exec from ant = http://www.ibm.com/developerworks/websphere/library/techarticles/0904_rasmussen/0904_rasmussen.html But i prefer a solution, where all tasks are running in jvm, there are java apis for soap, f.e. JAX-WS 2.0 or Apache Axis Are there any ant tasks in the wild for that purpose ? Need to know which tools will do the job. Some keywords = http post, base64 encoding, soap, ssl, basic authentication Any hints on that ? Regards, Gilbert --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org