The basic support for w3 programming in Mozart is pretty weak.
I am not sure if you are interested in developing a web service, as in
the traditional sense, for example using WSDL and SOAP, or simply a
RESTful service. In any case you will only have some very basic
support.
As far as I can tell the basic CGI support is described here
http://www.mozart-oz.org/documentation/apptut/node17.html#chapter.servlets
But I have found nothing specifically targeting web services, for
instance there is no WSDL generator, so you will have to handle the
XML parsing and invocation by hand. (Contributing whatever you end up
with back to mogul would be awesome)
http://www.mozart-oz.org/documentation/mozart-stdlib/xml/index.html
http://www.mozart-oz.org/mogul/info/duchier/expat.html
You might also be interested in looking at:
http://www.mozart-oz.org/mogul/info/mathweb/httpd.html
Which would allow you to create an, admittedly very basic, mozart only
environment. Note that this server only supports HTTP 1.0 and will
likely not suffice for anything but very basic services.
Sorry I can't be more help.
-Justin
Sorry I can't be more help
On Apr 2, 2009, at 7:52 AM, Jose Enrique Benitez Jimenez wrote:
Colleagues,
I need to know how to implement a web service for the system that
I'm doing for my thesis, I need a guide to a place where to study.
thanks.
_________________________________________________________________________________
mozart-users mailing list
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users
_________________________________________________________________________________
mozart-users mailing list
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users