Hello,
I have a ServerResource with a @Post doAction() method.
>From within that method I need to query some other server for information.
So I'm using
'new ClientResource("http://server/uri").get()'
like I usually do in my other, non-request-handling methods.
However in that case (from within a @Post method) that fails with the following
message :
17 nov. 2009 18:18:37 org.restlet.engine.component.ClientRouter getNext
ATTENTION: The protocol used by this request is not declared in the list of
client connectors. (HTTP)
What am I doing wrong? Is that a Context issue? Should I be using something
else? I'm searching but I'm running out of ideas.
Thanks a lot.
Ben.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2419027