Liking cljdoc? Tell your friends :D

clj-soap.core


axis-in-message?clj

(axis-in-message? msg)
source

axis-messagesclj

(axis-messages op)
source

axis-op-argsclj

(axis-op-args axis-op)
source

axis-op-nameclj

(axis-op-name axis-op)
source

axis-op-namespaceclj

(axis-op-namespace axis-op)
source

axis-op-rettypeclj

(axis-op-rettype axis-op)
source

axis-out-message?clj

(axis-out-message? msg)
source

axis-service-namespaceclj

(axis-service-namespace axis-service)
source

axis-service-operationsclj

(axis-service-operations axis-service)
source

client-callclj

(client-call client op & args)
source

client-fnclj

(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 ...)
sourceraw docstring

client-proxyclj

(client-proxy url)
source

defserviceclj/smacro

(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))))
sourceraw docstring

flatten1clj

(flatten1 coll)
source

gen-class-method-declsclj

(gen-class-method-decls method-defs)
source

gen-method-defsclj

(gen-method-defs prefix method-defs)
source

get-resultclj

(get-result op retelem)
source

make-requestclj

(make-request op & args)
source

obj->soap-strcljmultimethod

source

serveclj

(serve & classes)

Start SOAP server. argument classes is list of strings of classnames.

Start SOAP server.
argument classes is list of strings of classnames.
sourceraw docstring

ServiceClientFactorycljprotocol

make-clientclj

(make-client x)
source

soap-str->objcljmultimethod

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close