If I comment out client.engageModule(), I get a exception: org.apache.axis2.AxisFault: Incoming message input stream is null
This is the only example for REST on axis2 site, why it doesn't work! This is very frustrating for axis2 new users that just try to get things going. Has anyone have a working example of REST client? Thanks Richard -----Original Message----- From: Eran Chinthaka [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 3:36 AM To: [email protected] Subject: Re: Run RESTClient, Module not found error You don't need addressing to run REST clients. remove the statement, client.engageModule(new QName(Constants.MODULE_ADDRESSING) and run your code. -- Chinthaka Richard Han wrote: > Hi, I'm new to axis2. > > I try to run the RESTClient example but got: > > org.apache.axis2.AxisFault: Module not found > > the exception was thrown at: client.engageModule(new > QName(Constants.MODULE_ADDRESSING) > > Can someone tell me what I'm missing? > > Thanks > > Richard > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
