Hello I am new to the list and to Restlet. I have encountered a problem. I am using Restlet together with OSGi. Eclipse is my IDE. Now I have a webservice which uses POST to retreive an XML document. When I run the service via "Eclipse -> Run As... -> OSGi Framework" everything works fine. BUT when I use "Run As -> JUnit Plug-in Test" no post data is sent. The webservice it self is called but the XML Document it receives is empty.
------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2931407

