gsoap
gSOAP: How to send encrypted SOAP header
I want to send some info, like user credentials in the SOAP header from my gSOAP client to my WCF webservice. I wish I could send them in encrypted form. I am using GPRS to commuicate. As GPRS bandwid[详细]
2022-12-27 15:35 分类:问答gSOAP: How to pass info inside soap header
I wish to send some information like authentication token inside SOAP header. I am using gSOAP/c/Linux. Please help me how to pass?[详细]
2022-12-26 07:08 分类:问答How to enable GZIP with gSOAP?
I wa开发者_Python百科nt to enable GZIP compression on my gSOAP client. How can I do it?GZIP requires the Zlib library, compile sources with -DWITH_GZIP.[详细]
2022-12-25 08:24 分类:问答Are there any lightweight alternatives to gSOAP?
I\'ve tried using gSOAP for accessing a web service (e.g. using supplied WSDL to generate C stubs and then using them in an app). However, I\'ve found that the generated .c and object files is quite b[详细]
2022-12-24 08:28 分类:问答Can I implement callback from WCF based HTTP service to a gSOAP c/Linux client?
I have a Linux/c client app that connects to a WCF web service over HTTP/SOAP (BasicHTTPBinding). I am using gSOAP. Can I implement the calls to the web-service using callback? I want to get the data[详细]
2022-12-21 03:41 分类:问答could gSoap be integrated with the Google app engine?
We are using GAE to host our web services, as far as开发者_运维知识库 I know GAE only support Java and python at the moment, however most of our engineers here are more comfortable with C/C++, so i wa[详细]
2022-12-12 16:55 分类:问答Where can find WSDL file generated by gSOAP
I received url of web service running on gSOAP/2.7 (deciding from HTTP headers). The problem is they didn\'t provide me with WSDL file. Anybody knows which 开发者_如何学Pythondefault URL I should look[详细]
2022-12-10 06:02 分类:问答Use gSOAP for VS 2003/C++ access to SOAP Web Service with WS-Security?
We have an upcoming project to allow an old platform that\'s only extensible with C++ / VS 2003 to 开发者_开发问答call a SOAP-based web service that uses WS-Security.[详细]
2022-12-08 12:07 分类:问答