Hi Jerome, I need some direction on this... Q. In my GWT client, I need to call a rest service that is on another external server and the URL is something like :
http://extServer/CallProgram The Request object is <myRequest> <callingNumber>111-222-3333 <callingNumber> <calledNumber>777-888-9999 <calledNumber> </myRequest> The response is an xml that just returns an <callId>12</callId>. Could you guide me towards that ? Thanks in advance AB ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2618549

