Lines Matching defs:_soapService
83 struct _soapService { struct
84 sdlPtr sdl;
86 struct _soap_functions {
89 } soap_functions;
91 struct _soap_class {
96 } soap_class;
98 zval *soap_object;
100 HashTable *typemap;
101 int version;
102 int type;
103 char *actor;
104 char *uri;
105 xmlCharEncodingHandlerPtr encoding;
106 HashTable *class_map;
107 int features;
108 struct _soapHeader **soap_headers_ptr;
109 int send_errors;