new namespace
authorAleš Křenek <ljocha@ics.muni.cz>
Thu, 13 Oct 2005 19:29:59 +0000 (19:29 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Thu, 13 Oct 2005 19:29:59 +0000 (19:29 +0000)
org.glite.jp.primary/examples/jpps-test.c

index 022842b..ecf1dd7 100644 (file)
@@ -193,7 +193,7 @@ int main(int argc,char *argv[])
         else if (!strcasecmp(argv[1],"FeedIndex")) {
                char    *ap[2] = {
                        "http://egee.cesnet.cz/en/Schema/LB/Attributes:RB",
-                       "http://egee.cesnet.cz/en/WSDL/jp-system:owner"
+                       "http://egee.cesnet.cz/en/Schema/JP/System:owner"
                };
 
                struct jptype__stringOrBlob vals[] = {
@@ -203,7 +203,7 @@ int main(int argc,char *argv[])
 
                struct jptype__primaryQuery     q[] = {
                        { 
-                               "http://egee.cesnet.cz/en/WSDL/jp-system:owner",
+                               "http://egee.cesnet.cz/en/Schema/JP/System:owner",
                                jptype__queryOp__EQUAL,
                                NULL, vals, NULL
                        },