gSOAP XML-RPC and JSON
2.8 Stable
|
Functions | |
std::ostream & | operator<< (std::ostream &, const struct value &) |
Send a value in JSON format to a stream. More... | |
int | json_send (struct soap *soap, const struct value &v) |
std::istream & | operator>> (std::istream &, struct value &) |
Receive a value in JSON format from a stream. More... | |
int | json_recv (struct soap *soap, struct value &v) |
int | json_call (struct soap *soap, const char *endpoint, const struct value &in, struct value &out) |
Client-side JSON-RPC call. More... | |
int json_call | ( | struct soap * | soap, |
const char * | endpoint, | ||
const struct value & | in, | ||
struct value & | out | ||
) |
Client-side JSON-RPC call.
int json_recv | ( | struct soap * | soap, |
struct value & | v | ||
) |
int json_send | ( | struct soap * | soap, |
const struct value & | v | ||
) |
std::ostream& operator<< | ( | std::ostream & | , |
const struct value & | |||
) |
Send a value in JSON format to a stream.
std::istream& operator>> | ( | std::istream & | , |
struct value & | |||
) |
Receive a value in JSON format from a stream.