pragsmike / saacl

SOAP with Attachments (SAAJ) wrapper for Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

saacl SOAP with Attachments (SAAJ) wrapper for Clojure

Provides pretty-print and some idiomatic wrappers for Java's SOAP (SAAJ) package.

For more details about SOAP see http://www.soapuser.com/basics3.html

Usage

(require 'saacl.xml)

(def doc (xml/->doc "<top><middle/></top>")

(xml/pprint doc)

License

Copyright © 2014 Mike Gallaher

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

SOAP with Attachments (SAAJ) wrapper for Clojure

License:Eclipse Public License 1.0


Languages

Language:Clojure 100.0%