Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Caml-list] Soap client library?

3 views
Skip to first unread message

Anders Peter Fugmann

unread,
Jun 20, 2010, 11:55:06 AM6/20/10
to caml...@inria.fr
Hi,

I'm in search of a library with will transform a soap interface
specification (wsdl) into ml stubs.

The only library I can find is OCSOAP, but development seems dead, and
it does not support attribute nodes with in complexContent sections,
which my WSDL file makes heavy use of (amongst other tings).

Can anyone point to a solution that will allow me to use ocaml as a soap
client with no or little effort? Google has not been able to provide me
any help on the subject.

Regards
Anders Fugmann

P.s.
I have a patch for OCSOAP 0.7.0, which will allow it to compile against
ocaml 3.11, if anyone is interested.

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Richard Jones

unread,
Jun 26, 2010, 8:47:56 AM6/26/10
to Anders Peter Fugmann, caml...@inria.fr
On Sun, Jun 20, 2010 at 05:54:57PM +0200, Anders Peter Fugmann wrote:
> Hi,
>
> I'm in search of a library with will transform a soap interface
> specification (wsdl) into ml stubs.
>
> The only library I can find is OCSOAP, but development seems dead, and
> it does not support attribute nodes with in complexContent sections,
> which my WSDL file makes heavy use of (amongst other tings).
>
> Can anyone point to a solution that will allow me to use ocaml as a soap
> client with no or little effort? Google has not been able to provide me
> any help on the subject.

I wish you luck with this. SOAP/WSDL is a crazy non standard, and the
best thing to do is to add the bits you need to OC-SOAP to enable it
to work against the particular service you want to use.

Rich.

--
Richard Jones
Red Hat

0 new messages