Liking cljdoc? Tell your friends :D

clj-soap.client


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-service-operationsclj

(axis-service-operations axis-service)
source

client-callclj

(client-call client op options & args)
source

client-fnclj

(client-fn {:keys [wsdl options base-client]})

Creates SOAP client proxy function which must be invoked with keywordised version of the SOAP function and any additional arguments e.g. (client :GetData "test1" "test2"). A map of options are required for generating the function. Either :base-client must be supplied (created with make-client) or the :wsdl URL string with :options data.

Creates SOAP client proxy function which must be invoked with keywordised
version of the SOAP function and any additional arguments
e.g. (client :GetData "test1" "test2").
A map of options are required for generating the function.
Either :base-client must be supplied (created with make-client) or the :wsdl
URL string with :options data.
sourceraw docstring

client-proxyclj

(client-proxy client options)
source

get-resultclj

(get-result retelem)
source

make-clientclj

(make-client url
             &
             [{:keys [auth throw-faults timeout chunked? wsdl-auth]
               :or {throw-faults true chunked? false}}])
source

make-om-elemclj

(make-om-elem factory tag-name)
(make-om-elem factory tag-name value-type value)
source

make-requestclj

(make-request op options & args)
source

map-obj->om-elementclj

(map-obj->om-element factory op argtype argval)
source

multi-parserclj

source

obj->soap-strcljmultimethod

source

soap-str->objcljmultimethod

source

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

× close