[gsoap] gSoap multiple-server

2010-07-25 Thread Joseph
one from responding as a error to the other? Thanks in advance for your help ideas. -JF Joseph Fitzgerald Vicon Industries code - file onvif_namespace.cpp - #include soapDeviceBindingService.h #include DeviceBinding.nsmap //gobal namespaces #include

[gsoap] Re: gSoap without a web server?

2010-08-06 Thread Joseph
From the 2.7.17 doc - take a look at page 46, How to create a stand alone server. Basically - mySoapClass myObj; myObj.bind(NULL,port,100); for(;;){ myObj.accept(); myObj.serve(); myObj.destroy(); } Just copy the binary to a shared folder, run pass in or set port and then point the

[gsoap] Re: gSoap multiple-server

2010-08-06 Thread Joseph
will try to interpret what's coming in. --- In gsoap@yahoogroups.com, Joseph PvtHudson@ wrote: When I converted the Onvif source xml files, I created one big project. Up till now, I've only used the DeviceBindingService soap object, and have had good results. As you can see

[gsoap] Re: gSoap multiple-server

2010-08-06 Thread Joseph
mos...@... wrote: Hi, I have developed a solution that could help you. you may try this link: http://multixtpm.sourceforge.net/MultiXTpm%20gSoap%20Enhancer.htm thanks Moshe --- In gsoap@yahoogroups.com, Joseph PvtHudson@ wrote: Agreed - but on page 56 of the 2.7.17 doc