(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.
(make-client url
&
[{:keys [auth throw-faults timeout chunked? wsdl-auth]
:or {throw-faults true chunked? false}}])
(make-om-elem factory tag-name)
(make-om-elem factory tag-name value-type value)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close