[gsoap] gsoap leaks memory?

2010-07-13 Thread Francisco José Lazur López de Luzuriag a
Dear sirs. I'm learning about gsoap and I built a quite dumb test server and client. In order to test its speed, the client makes 10 queries to the server and I noticed that both client and server leak memory (the client noticeably leaks more than the server). However they have not any

[gsoap] Re: Help with dumping incoming soap message

2010-07-13 Thread poberauer
Write your own plugin to write the just message that you are interested in to your own file, stream or buffer? It looks pretty simple: http://www.cs.fsu.edu/~engelen/soapdoc2.html#tth_sEc19.36 Or: http://www.cs.fsu.edu/~engelen/soapdoc2.html#tth_sEc19.7 soap.fparse = myparse; // use custom

[gsoap] Re: ssl with 2048 bit encoding

2010-07-13 Thread Keith
--- In gsoap@yahoogroups.com, Matt Cline mcline092...@... wrote: gsoap uses openssl which supports 2048 bit keys (unless the version you are using on your embedded device is really old). We use 2048 bit keys in our certificates at my workplace with gsoap without any problems. Its

Re: [gsoap] 64 bit compilation?

2010-07-13 Thread Adam Nielsen
I'm planning to build a 64 bit project with gSoap. Has anyone else created 64 bit gGoap application and if so do you have any tips or information to share? This is server side code. Worked fine for me out of the box, no special steps. Same code compiles unchanged on 32-bit and 64-bit

Re: [gsoap] gsoap 3g network error.help!!

2010-07-13 Thread Adam Nielsen
hi,all My gsoap code is running on uClinux.It can connect to server very well through adsl network in china .But when i use the same code through 3g network connect to the server,it get nothing response from the server with no error.Could somebody tell me if there is any difference between 3g

Re: [gsoap] Re: ssl with 2048 bit encoding

2010-07-13 Thread Matt Cline
Hi, We are using gsoap with our own CA so I didn't need the standard cert bundle. That said you can concatenate the new CA certificates to your CA bundle file. Usually the certificate for your web server should give you information about where to obtain the sub-ca and root certificate that