Initialized namespaces
authorDaniel Kouřil <kouril@ics.muni.cz>
Tue, 24 Jan 2006 13:49:21 +0000 (13:49 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Tue, 24 Jan 2006 13:49:21 +0000 (13:49 +0000)
org.glite.security.gsoap-plugin/examples/wscalc_clt_ex.c
org.glite.security.gsoap-plugin/examples/wscalc_srv_ex.c
org.glite.security.gsoap-plugin/examples/wscalc_srv_ex2.c

index e55a6cc..83a4cfb 100644 (file)
@@ -19,6 +19,7 @@ main(int argc, char **argv)
        }
 
        soap_init(&soap);
+       soap_set_namespaces(&soap, namespaces);
        soap_register_plugin(&soap, glite_gsplugin);
 
        a = strtod(argv[2], NULL);
index dd9d49d..6fe18d8 100644 (file)
@@ -53,6 +53,7 @@ main(int argc, char **argv)
        }
 
        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");
index 7c96dab..844f46a 100644 (file)
@@ -67,6 +67,7 @@ main(int argc, char **argv)
        }
 
        soap_init(&soap);
+       soap_set_namespaces(&soap, namespaces);
 
        if ( soap_register_plugin_arg(&soap, glite_gsplugin, ctx) ) {
                fprintf(stderr, "Can't register plugin\n");