(add-request-parameter! op request factory arg-key arg-val)
Adds a single parameter to the request.
Adds a single parameter to the request.
(axis-op-args axis-op)
(axis-op-name axis-op)
(axis-op-namespace axis-op)
(axis-service-operations axis-service)
(client-call client op options args)
(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.
(client-proxy client options)
(make-client url
&
[{:keys [auth throw-faults timeout chunked? wsdl-auth headers
endpoint-url]
:or {throw-faults true chunked? false}}])
(make-om-elem factory tag-name)
(make-om-elem factory tag-name value)
(make-request op args)
(parameter->om-element factory op arg-key arg-val)
(parse-response response)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close