(client-fn url)
Make SOAP client function, which is called as: (x :someMethod arg1 arg2 ...)
Make SOAP client function, which is called as: (x :someMethod arg1 arg2 ...)
(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