Viktor Szakáts escribió:
Hi Marek,
Is there any sort of existing library or other sort
of external package which helps to implement such server?
SOAP is supposed to be an open standard (although it
does seem quite MS centric regardless), so I suppose
such server side functionality may exist somewhere
already, and shouldn't be written from ground up for
tools like Harbour.
So, is there anything we could use?
Brgds,
Viktor
On 2009 Oct 15, at 09:54, Horodyski Marek (PZUZ) wrote:
-----Original Message-----
From: Massimo Belgrano
[mailto:[email protected]]
Sent: Wednesday, October 14, 2009 9:31 PM
To: Harbour Project Main Developer List.
Subject: Re: [Harbour] Web Services in Harbour
Hi Marek
harbour have a solution for SOAP.CLIENT and afaik is not
possible a soap server, but harbour have a lot of capability
underground
Not yet, but in the future ?
Today seems to be necessary.
In the company we have nearly 800 applications.
Those who will not know how to integrate with others will be eliminated.
Integration platform is the SOAP.
Putting SOAP messages on the server database does not always meet the
need.
The application serves SOAP is much more powerful.
In the Harbor App I doing in seconds something that large applications
can not do in the hour session.
But I can not [bowl | serve] a SOAP service.
Regards,
Marek Horodyski
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour
Hi Viktor
A SOAP server IS an HTTP server that returns XML formated files instead
of HTML formated ones.
There's a RFC published by the w3 consortium on how to format them.
Harbour already has an HTML server, it only takes one volunteer to study
that paper and modify it to serve SOAP messages also.
Just a Hint...
Regards Angel
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour