[gsoap] Re: How to skip soap_serve in soap server to avoid a blocking application.

2008-11-14 Thread moshe_shitrit
Hi, I have developed a solution that above other things does just that. 1. It handles all TCP/IP by its own. 2. It receives that data directly from the communication layer. 3. It separates the SOAP/XML from the HTTP part. 4. It forwards the resultant string to another process

[gsoap] Re: Running multiple services on same port

2008-11-20 Thread moshe_shitrit
Hi, I have developed a solution that enables you to develop your services as gSoap library/DLL without the need to call or handle the accept (),serve() dispatch()... The framework does it all for you. among other things, it enables you to serve many services on the same port. You can find

[gsoap] Re: Call service, get XML response?

2009-01-20 Thread moshe_shitrit
Hi, I have developed a solution that among other things handles all TCP and HTTP when using gSoap. When acting as a server, it listens to the socket, accept the socket and receive all data. When receiving the data, it makes sure that it has all the data including HTTP headers and the entire