org.clojars.seancorfield/clj-soap

SOAP Client and Server using Apache Axis2.

Leiningen/Boot

[org.clojars.seancorfield/clj-soap "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

org.clojars.seancorfield/clj-soap {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("org.clojars.seancorfield:clj-soap:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>org.clojars.seancorfield</groupId>
  <artifactId>clj-soap</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.