(defservice class-name & method-defs)
Define SOAP class. i.e. (defsoap some.package.KlassName (myfunc [String a int b] String (str a (* b b))))
Define SOAP class. i.e. (defsoap some.package.KlassName (myfunc [String a int b] String (str a (* b b))))
(serve & classes)
Start SOAP server. argument classes is list of strings of classnames.
Start SOAP server. argument classes is list of strings of classnames.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close