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:ZIP>10001</ns1:ZIP> </ns1:GetCityForecastByZIP>
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. The service is up and running. (http://www.service-repository.com/ service/overview/1132083200). BR/ CA -- 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