Hello all,
as the subject says, I wonder what the differences between NetServer, NetSimpleServer and NetWebServer are.
As far as I understood, a SOAPserver is no animal on its own, but its just a Webserver.
Couldn't it be a SimpleServer also? A SimpleServer does not care much what it receives, as long as it is a XML-structure, it simply parses it (using xFiles) and therefore I would call it a SOAPserver also.
The printed manual has an example on page 87, where a Webserver is used and a NetWebPage is set up to receive the data.
But I guess, a SimpleServer could also receive a XML-structure and do the parsing in the .Process-method.
Is this possible but less recommended, rather than making it a Webserver and a NetWebPage?
If my questioning sounds confused, I can asure you that I am. <g>
Thanks for some hints on the road to Clarification.