>-----Original Message----- >From: Mindaugas Kavaliauskas [mailto:dbto...@dbtopas.lt] >Sent: Monday, June 15, 2009 2:47 PM >To: Harbour Project Main Developer List. >Subject: [Harbour] Re: uhttpd v0.2 > >Hi, > ...
>Marek: >> Do you think too about WebSerwices (they are needed for >business applications)? >I do not understand that do you mean saying "WebSerwices". Is any >application providing http service a "webservice"? If YES, then uhttpd >already IS a webservice. If you are talking about something like two >fork operation to keep server running after parent process is closed, >this can be implemented in a few lines of code (perhaps HB_PROCESS*() >should help here). No. Very small examle, that demonstrates what is webservices (using it on client side from xHarbour) : *------------------------------ // test Web Servicess Function Main() LOCAL oSoapClient := CreateObject( "MSSOAP.SoapClient" ) Cls ? 'Test czy typ klienta jest dostępny :', ValType( oSoapClient) oSoapClient:msSoapInit( 'http://www.dataaccess.com/webservicesserver/textcasing.wso?WSDL') // here you can use method from serwer, via http/xml: ? oSoapClient:InvertStringCase( "lower UPPER" ) inKey( 0) RETURN Nil *-------------------------- My english is poor, but wiki know more in many language : http://pl.wikipedia.org/wiki/Usługa_sieciowa http://simple.wikipedia.org/wiki/Web_services http://en.wikipedia.org/wiki/Web_service How on serwer side can man build this metod ? Regards, Marek Horodyski _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour