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 AM, diepeglo <diepe...@gmail.com> wrote:
> 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 <seanco...@gmail.com>
>> 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 :GetCityForecastByZIP method but that gives the same
>> multimethod error (for :ForecastReturn).

-- 
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