#include <dsSmartException.h>
#include <dsutil.h>
#include <dsStrstream.h>
#include <dsDocument.h>
Go to the source code of this file.
Functions | |
std::ostream & | SOAPdata (std::ostream &os, char *name, char *value) |
std::ostream & | SOAPdata (std::ostream &os, char *name, long value) |
std::ostream & | SOAPdata (std::ostream &os, char *name, double value, int precision=2) |
template<class T> std::ostream & | SOAPdata (std::ostream &os, char *name, T value, char *type) |
dsNode * | SOAPfault (dsDocument *d) |
dsNode * | SOAPbody (dsDocument *d) |
char * | SOAPfaultcode (dsNode *st) |
char * | SOAPfaultstring (dsNode *st) |
char * | SOAPnodetext (dsNode *st) |
char * | SOAPnodetext (char *name, dsNode *start) |
|
Check whether passed document contains SOAP-ENV:Fault (return pointer) or NOT (return 0) |
|
|
|
|
|
|
|
Build SOAP packet entry |
|
Check whether passed document contains SOAP-ENV:Fault (return pointer) or NOT (return 0) |
|
Return value of element |
|
Return value of element |
|
find node with passed name, return value of text child of passed node |
|
Return value of text child of passed node |