Web services

Twan van der Schoot twanvds@REDACTED
Mon Nov 7 11:04:13 CET 2005


Hi All,

As a specialist in functional programming, Philip Wadler
(http://homepages.inf.ed.ac.uk/wadler/) (who has a particular interest in
XML :) wrote a number of papers with an angle which could be of interest to
the intrepid Erlang programmer embarking on the implementation of a XML
validation tool using XML Schema in Erlang.


/Twan


> -----Original Message-----
> From: owner-erlang-questions@REDACTED
> [mailto:owner-erlang-questions@REDACTED]On Behalf Of Ulf Wiger
> (AL/EAB)
> Sent: maandag 7 november 2005 9:37
> To: chandru; Anindya Mozumdar
> Cc: erlang-questions@REDACTED
> Subject: RE: Web services
>
>
>
> One thing notably missing in this regard is support for
> XMLSchema.
>
> Any takers?  (:
>
> /Uffe
>
> > -----Original Message-----
> > From: owner-erlang-questions@REDACTED
> > [mailto:owner-erlang-questions@REDACTED] On Behalf Of chandru
> > Sent: den 7 november 2005 09:18
> > To: Anindya Mozumdar
> > Cc: erlang-questions@REDACTED
> > Subject: Re: Web services
> >
> > On 07/11/05, Anindya Mozumdar <anindya@REDACTED> wrote:
> > > Hi,
> > >     I am relatively new to both Erlang and Web Services, so
> > pardon my
> > > rather silly question - Are there are any API's/implementations in
> > > Erlang for Web Services (SOAP, WSDL and UDDI), like the
> > ones readily
> > > avaiable in Java ?
> > >
> >
> > There is a basic soap-client and soap-server written by Erik Reitsma.
> > I have version 0.2 of it and I can send it to you if you want
> > it. But it is quite basic. The good news is that the most of
> > the tools you need to build Web Services are already
> > available :-) You have yaws/inets for a webserver,
> > ibrowse/inets for a HTTP client and xmerl for XML parsing.
> > You just have to implement the bits you need from various
> > standards :-)
> >
> > cheers
> > Chandru
> >
>
>





More information about the erlang-questions mailing list