// prefixes & attributes defined in:
// lb.server/build/jp_job_attrs.h (created when build plugin)
- // jp.common/interfaces/known_attr.h
+ // jp.common/interface/known_attr.h
conf->attrs = calloc(19, sizeof(*conf->attrs));
conf->attrs[0] = strdup("http://egee.cesnet.cz/en/Schema/JP/System:owner");
soap_init(soap);
soap_set_namespaces(soap,jpps__namespaces);
+ soap_set_omode(soap, SOAP_IO_BUFFER); // set buffered response
+ // buffer set to SOAP_BUFLEN (default = 8k)
soap_register_plugin_arg(soap,glite_gsplugin,plugin_ctx);
memset(&in, 0, sizeof(in));