#include "stdsoap2.h"
#include <curl/curl.h>
|
SOAP_FMAC1 int SOAP_FMAC2 | soap_curl (struct soap *soap, struct soap_plugin *p, void *arg) |
| Plugin registry function, used with soap_register_plugin and soap_register_plugin_arg. More...
|
|
SOAP_FMAC1 void SOAP_FMAC2 | soap_curl_reset (struct soap *soap) |
| Reset the plugin so gSOAP IO behaves normally. This is an optional API call, not required except when serializing data after an error. More...
|
|
#define SOAP_CURL_ID "SOAP-CURL/1.2" |
Plugin identification for plugin registry
int soap_curl |
( |
struct soap * |
soap, |
|
|
struct soap_plugin * |
p, |
|
|
void * |
arg |
|
) |
| |
Plugin registry function, used with soap_register_plugin and soap_register_plugin_arg.
- Parameters
-
| soap | context |
[in,out] | p | plugin created in registry |
[in] | arg | passed from soap_register_plugin_arg |
- Returns
- SOAP_OK
int soap_curl_reset |
( |
struct soap * |
soap | ) |
|
Reset the plugin so gSOAP IO behaves normally. This is an optional API call, not required except when serializing data after an error.
- Parameters
-
const char soap_curl_id[] |
Plugin identification for plugin registry