Liking cljdoc? Tell your friends :D

clj-soap.client


add-request-parameter!clj

(add-request-parameter! op request factory arg-key arg-val)

Adds a single parameter to the request.

Adds a single parameter to the request.
raw docstring

axis-op-argsclj

(axis-op-args axis-op)

axis-op-nameclj

(axis-op-name axis-op)

axis-op-namespaceclj

(axis-op-namespace axis-op)

axis-service-operationsclj

(axis-service-operations axis-service)

client-callclj

(client-call client op options args)

client-fnclj

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

Creates SOAP client proxy function which must be invoked with keywordized version of the SOAP function and any additional arguments as keywordized hash. e.g. (client :GetData {:foo "test1" :bar "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 keywordized
version of the SOAP function and any additional arguments as keywordized hash.
e.g. (client :GetData {:foo "test1" :bar "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.
raw docstring

client-proxyclj

(client-proxy client options)

make-clientclj

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

make-om-elemclj

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

make-requestclj

(make-request op args)

parameter->om-elementclj

(parameter->om-element factory op arg-key arg-val)

parse-responseclj

(parse-response response)

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

× close