[gsoap] how to instantiate request object

2010-07-14 Thread bhwit...@ymail.com
I'm missing some (simple?) vital concept. I have a Win32 service that listens to port 8080 for inbound HTTP: struct soap soap; int m,s; m = soap_bind(soap,NULL,8080,100); In my service thread, once I've received the inbound request: s = soap_accept(soap); How do I go about instantiating

[gsoap] gSoap without a web server?

2010-07-26 Thread bhwit...@ymail.com
Can gSOAP be used without a web server? I'm trying to create a Windows service that listens on a port for inbound XML sent over HTTP and I want to use gSOAP to do all the heavy XML lifting. The problem is that all the examples and illustrations I find (understandably) refer to a context of