I tried two servers: tomcat 5.5 and tomcat 6.0

The address I visit are:
Service EPR : http://localhost/axis2/services/Version
Service REST epr : http://localhost/axis2/services/Version 

When I visited http://localhost/axis2/services/Version, it got the message:
Please enable REST support in WEB-INF/conf/axis2.xml and WEB-INF/web.xml
and then I modified the parameter in axis2.xml:   
<parameter name="enableRESTInAxis2MainServlet"
locked="true">true</parameter>

As result, the follwing msg got:
- <soapenv:Fault xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
  <faultcode /> 
  <faultstring>I can not find a service for this request to be serviced.
Check the WSDL and the request URI</faultstring> 
  <detail /> 
  </soapenv:Fault>

But the strange thing is that the wsdl always work well,
http://localhost/axis2/services/Version?wsdl



Suran Jayathilaka wrote:
> 
> ianwong wrote:
>> I doployed axis2 war into my applicaiton, and visited Service EPR address
>> and
>> Service REST epr address. Both address got error message  as following:
>>
>> I can not find a service for this request to be serviced. Check the WSDL
>> and
>> the request URI
>>
>> but the wsdl is work well, http://localhost/axis2/services/Version?wsdl
>>
>> I want to know how to fix this, thanks!!
>>
>>
>>   
> Hi,
> 
> Can you provide more details as to which server you deployed the axis2 
> war into, as well as the addresses you tried for the eprs?
> 
> Suran.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/questions-regarding-axis2-war-tf4583150.html#a13082922
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to