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
I wish to send some information like authentication token inside SOAP header. I am using gSOAP/c/Linux. Please help me how to pass?
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.
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
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
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
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
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.