Public Attributes |
| const char* | float_format |
| const char* | double_format |
| const char* | http_version |
| const char* | encodingStyle |
| const char* | defaultNamespace |
| const char* | actor |
| short | keep_alive |
| short | disable_href |
| short | enable_embedding |
| short | enable_null |
| short | enable_utf_string |
| short | disable_request_count |
| short | disable_response_count |
| short | enable_array_overflow |
| int | recv_timeout |
| int | send_timeout |
| struct Namespace* | namespaces |
| struct soap_nlist* | nlist |
| struct soap_blist* | blist |
| struct soap_clist* | clist |
| void* | alist |
| struct soap_ilist* | iht [SOAP_IDHASH] |
| struct soap_plist* | pht [SOAP_PTRHASH] |
| struct SOAP_ENV__Header* | header |
| struct SOAP_ENV__Fault* | fault |
| void* | user |
| int (* | fpost )(struct soap *,const char *,const char *,const char *,const char *,size_t) |
| int (* | fresponse )(struct soap *,int,size_t) |
| int (* | fparse )(struct soap *) |
| int (* | fopen )(struct soap *,const char *,const char *,int) |
| int (* | fclose )(struct soap *) |
| int (* | fsend )(struct soap *,const char *,size_t) |
| size_t (* | frecv )(struct soap *,char *,size_t) |
| int (* | fignore )(struct soap *,const char *) |
| int | master |
| int | socket |
| int | sendfd |
| int | recvfd |
| short | buffering |
| int | bufidx |
| int | buflen |
| char | buf [SOAP_BUFLEN] |
| char | msgbuf [1024] |
| char | tmpbuf1 [256] |
| char | tmpbuf2 [256] |
| char | tmpbuf3 [256] |
| char | tagbuf [1024] |
| size_t | count |
| short | counting |
| int | level |
| short | body |
| char | tag [SOAP_TAGLEN] |
| char | id [SOAP_TAGLEN] |
| char | href [SOAP_TAGLEN] |
| char | type [SOAP_TAGLEN] |
| char | arrayType [SOAP_TAGLEN] |
| char | arraySize [SOAP_TAGLEN] |
| char | offset [SOAP_TAGLEN] |
| short | other |
| short | root |
| short | position |
| int | positions [SOAP_MAXDIMS] |
| int | mustUnderstand |
| short | null |
| short | ns |
| short | is_in_header |
| short | chunked |
| short | alloced |
| short | peeked |
| short | cdata |
| size_t | chunksize |
| int | chunkbuflen |
| char | path [SOAP_TAGLEN] |
| char | host [SOAP_TAGLEN] |
| char | endpoint [SOAP_TAGLEN] |
| char* | action |
| int | port |
| const char* | proxy_host |
| int | proxy_port |
| int | error |
| int | errmode |
| int | errnum |
| int | idnum |
| wchar | ahead1 |
| wchar | ahead2 |
| unsigned long | ip |
| const char* | logfile [SOAP_MAXLOGS] |
| FILE* | fdebug [SOAP_MAXLOGS] |
| short | dot_net_bug |