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