}
soap_init(&soap);
+ soap_set_namespaces(&soap, namespaces);
soap_register_plugin(&soap, glite_gsplugin);
a = strtod(argv[2], NULL);
}
soap_init(&soap);
+ soap_set_namespaces(&soap, namespaces);
if ( soap_register_plugin_arg(&soap, glite_gsplugin, ctx? : NULL) ) {
fprintf(stderr, "Can't register plugin\n");
}
soap_init(&soap);
+ soap_set_namespaces(&soap, namespaces);
if ( soap_register_plugin_arg(&soap, glite_gsplugin, ctx) ) {
fprintf(stderr, "Can't register plugin\n");