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 seanco...@gmail.comjavascript: wrote: When I looked at (soap/client-proxy http://wsf.cdyne.com/WeatherWS

Re: Using clj-soap

2012-10-30 Thread Sean Corfield
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

Re: Using clj-soap

2012-07-12 Thread Sean Corfield
On Thu, Jul 12, 2012 at 7:34 PM, Sean Corfield seancorfi...@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

Using clj-soap

2012-04-30 Thread CA
Hello, I am trying to call a soap service with clj-soap(0.1.2). The service definition is : http://wsf.cdyne.com/WeatherWS/Weather.asmx ns1:GetCityForecastByZIP xmlns:ns1='http://ws.cdyne.com/WeatherWS/' ns1:ZIP10001/ns1:ZIP /ns1:GetCityForecastByZIP And I am calling it from clj-soap: (defn