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

_______________________________________________
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

Reply via email to