Web services

bryan rasmussen rasmussen.bryan@REDACTED
Mon Nov 7 10:12:57 CET 2005


I would think the best way to handle it, given the size of xml schema,
and the numerous incomplete implementations out there, is to write a
binding to some other implementation. either libxsd or xsv would be my
suggestion.

Or maybe do like was done with xslt, write an XSD to Erlang transfromer.

On 11/7/05, Ulf Wiger (AL/EAB) <ulf.wiger@REDACTED> wrote:
>
> 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