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-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org