From 1503a1103a85c8d4b67897586ecdd07856932a1c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 13 Oct 2005 19:29:59 +0000 Subject: [PATCH] new namespace --- org.glite.jp.primary/examples/jpps-test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.jp.primary/examples/jpps-test.c b/org.glite.jp.primary/examples/jpps-test.c index 022842b..ecf1dd7 100644 --- a/org.glite.jp.primary/examples/jpps-test.c +++ b/org.glite.jp.primary/examples/jpps-test.c @@ -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 }, -- 1.8.2.3