Here same link xb2.net soap.server for xbase++ http://www.sqlexpress.net/xb2net/Xb2NET.pdf
SOAPing without a Web Server http://www.codeproject.com/KB/ATL-Server/soaptransport.aspx client/server SOAP library in pure C at SourceForge.ne http://sourceforge.net/projects/csoap/ UDDI is part of solution , here microsoft implementation http://www.microsoft.com/windowsserver2003/technologies/idm/uddi/default.mspx 2009/10/15 Angel Pais <[email protected]>: > 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 > -- Massimo Belgrano _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
