I'm just starting to look at this library... The first thing I did was
bring it up to date for Clojure 1.4.0 and Leiningen 2.0. The basic
tests pass but I was able to repro your issue:

On Sun, Apr 29, 2012 at 4:07 AM, CA <java10c...@gmail.com> wrote:
> And I am calling it from clj-soap:
> (defn weather []
>   (let [client (soap/client-fn "http://wsf.cdyne.com/WeatherWS/
> Weather.asmx?WSDL")]
>     (client :GetCityForecastByZip "10001")))
>
> But keep getting null pointer exceptions.

When I looked at (soap/client-proxy
"http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL";) it indicated there
was no such method. I redefined weather with (client
:GetCityWeatherByZIP "10001") and that gave a different error:

IllegalArgumentException No method in multimethod 'soap-str->obj' for
dispatch value: :WeatherReturn  clojure.lang.MultiFn.getFn
(MultiFn.java:121)

I'll keep debugging and see where it gets me...
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to