Original Message
Subject: Re: ant+soap+ssl
From: Antoine Levy-Lambert
To: a...@schillbaer.de
Date: 16.03.2010 02:12
> > Hi,
> >
> > in fact there is a document at this location
> >
http://publib.boulder.ibm.com/infocenter/wasi
Here's another version showing setting properties:
@Grab(group='org.codehaus.groovy.modules', module='groovyws',
version='0.5.1')
import groovyx.net.ws.WSClient
def url =
Groovy 1.7.0.
Cheers, Paul.
On 16/03/2010 8:01 AM, Gilbert Rebhan wrote:
---- Original Message
Subject: Re: ant+soap+ssl
From: Paul King
To: Ant Developers List
Date: 15.03.2010 22:29
I'd probably use Groovy or whatever your favorite JVM scripting language
is.
Groovy-WS is the li
Original Message
Subject: Re: ant+soap+ssl
From: Paul King
To: Ant Developers List
Date: 15.03.2010 22:29
>
> I'd probably use Groovy or whatever your favorite JVM scripting language
> is.
> Groovy-WS is the library you would need. It uses Apache CXF under t
I'd probably use Groovy or whatever your favorite JVM scripting language is.
Groovy-WS is the library you would need. It uses Apache CXF under the covers.
If you have trouble getting started I can try to find one of my existing
examples that does something similar.
Cheers, Paul.
On 16/03/2010 7
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://w