
Hi, I noticed this page http://www.nws.noaa.gov/forecasts/xml/, which provides US weather data over a SOAP feed. I'm wondering if anyone has done any work on a SOAP client (or server) in Haskell? Thanks, John

John Goerzen
Hi,
I noticed this page http://www.nws.noaa.gov/forecasts/xml/, which provides US weather data over a SOAP feed. I'm wondering if anyone has done any work on a SOAP client (or server) in Haskell?
Not that I know of, but here's some XML-RPC (cabal-ized!): http://www.dtek.chalmers.se/~d00bring/haskell-xml-rpc/ peace, isaac

I am working on a SOAP client/server library, but the project has expanded to a full Tomcat like server with SOAP support (ie unlike the Haskell webserver, this only runs Haskell servlets)... However a recent side-track into type level programming (paper with Oleg & Ralf) has put a delay on development. With the new paper we are working on (OOHaskell) I am tempted to redefine the Servlet interface as an object... which puts back the finish date of the project even further... Keean. Isaac Jones wrote:
John Goerzen
writes: Hi,
I noticed this page http://www.nws.noaa.gov/forecasts/xml/, which provides US weather data over a SOAP feed. I'm wondering if anyone has done any work on a SOAP client (or server) in Haskell?
Not that I know of, but here's some XML-RPC (cabal-ized!):
http://www.dtek.chalmers.se/~d00bring/haskell-xml-rpc/
peace,
isaac _______________________________________________ Libraries mailing list Libraries@haskell.org http://www.haskell.org/mailman/listinfo/libraries
participants (3)
-
Isaac Jones
-
John Goerzen
-
Keean Schupke