Re: Using clj-soap

2012-10-30 Thread Sean Corfield
FWIW, since I said I had made some progress in this thread, I eventually gave up and went with raw Java SOAP API calls (Axis 1.x) and Java classes generated by wsdl2java since I really only needed a one-off solution. I stopped looking at clj-soap in late July... Sean On Tue, Oct 30, 2012 at 3:00

Re: Using clj-soap

2012-10-30 Thread diepeglo
Is someone using clj-soap? I tried and it fails with the same error. On Friday, July 13, 2012 4:35:39 AM UTC+2, Sean Corfield wrote: > > On Thu, Jul 12, 2012 at 7:34 PM, Sean Corfield > > > wrote: > > When I looked at (soap/client-proxy > > "http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL";)

Re: Using clj-soap

2012-07-12 Thread Sean Corfield
On Thu, Jul 12, 2012 at 7:34 PM, Sean Corfield wrote: > 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: There's a :

Re: Using clj-soap

2012-07-12 Thread Sean Corfield
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 wrote: > And I am calling it from clj-soap: > (defn weather [] > (let [cli