RE: Re: Matlab With Restlet

2010-02-24 Thread webpost
hi Thierry Sorry for late reply for ur post.Actually i have found the reason for the behaviour.The problem was in my code in matlab.Im really sorry for taking up ur time but without ur help i would not have found the problem in side matlab code.Im really thankful for your support.(i

RE: Re: Matlab With Restlet

2010-02-22 Thread webpost
Hi Thierry I have checked the values Then value of org.restlet.util.Eng​ine.getInstance() is com.noelios.restlet.eng...@ae43b8 (is an instance of com.noelios.restlet.Engine) and the value returned from the method getRegisteredC​lients() are

RE: Re: Matlab With Restlet

2010-02-22 Thread webpost
hi Thierry If i execute the following in side matlab Client client = new Client(Protocol.HTTP); I get the warning WARNUNG: No available client connector supports the required protocols: 'PROTOCOL.HTTP' . Please add the JAR of a matching connector to your classpath. When i execut the

RE: Re: Matlab With Restlet

2010-02-22 Thread webpost
hi Thierry I have done the test suggested by you.Im using Restlet 1.1.8.Also i have downloaded (version 2 milestone 7 but i was not able to find com.noelios.restlet.jar inside lib folder. So i havent tried anything with this release). The log from the Matlab Command Window is as

RE: Re: Matlab With Restlet

2010-02-19 Thread webpost
hi But i wrote java application using eclipse to interact with sever including following jar files 1.com.noelios.restlet.jar 2.org.json.jar 3.org.restlet.ext.json.jar 4.org.restlet.jar and the application is running fine.I m able to interact with the server. Here i didnt add jar files