I think your use of .xsd in the namespace of the property might be
wrong; Can you send the output of:
wsrf-query -s http://127.0.0.2:8080/wsrf/services/CounterService -k "{http://counter.com
}CounterKey" 123 '/*'
That should reveal what the namespaces are. I'm also assuming that
you really have a counter with key 123, right?
Charles
On Sep 25, 2008, at 7:24 AM, Sergei Smolov wrote:
Hello, List!
I've installed Java WS Core 4.2.0 and when i've tried to use "get-
resource-property" command-line tool i've encountered on a following
problem:
./wsrf-get-property -s http://127.0.0.2:8080/wsrf/services/CounterService
-k "{http://counter.com}CounterKey" 123 "{http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd
}CurrentTime"
Error: org.oasis.wsrf.resource.ResourceUnknownFaultType caused by
[0: org.oasis.wsrf.faults.BaseFaultType]
I've used the material from http://www.globus.org/toolkit/docs/4.0/common/javawscore/rn01re08.html
and now I have such result. May be somebody know how to use this
tool correctly?
Thanks in advance
--
Sergey Smolov