Re: Clojure and SOAP

2009-09-10 Thread Jeff Sapp
I've been working on a project (both client and server) for the last few weeks using Clojure and SOAP. I looked around for anything SOAP related and didn't find much. I ended up just using the Apache Axis library. Their WSDL2Java saved me quite a bit of time. Right now I have more java

Clojure and SOAP

2009-09-10 Thread Adie
Hello, I am looking to write a SOAP client in Clojure and was wondering if there are any good existing libraries/clients in Java. After a bit of searching i came across Apache Axis and JAX-WS, though i am not sure how useful they will be and JAX-WS uses annotations. Has anyone had any experience