Hello Anthony, hi all,
ping from client to server is OK.
WACS is started and enabled, listening on fixed port 6417:
>netstat -a | findstr 6417
TCP 0.0.0.0:6417 VM-BOBI41:0 LISTENING
TCP 10.66.52.132:6417 VM-BOBI41:50420 ESTABLISHED
TCP 10.66.52.132:6417 VM-BOBI41:64818 ESTABLISHED
TCP 10.66.52.132:50420 VM-BOBI41:6417 ESTABLISHED
TCP 10.66.52.132:64173 VM-BOBI41:6409 TIME_WAIT
TCP 10.66.52.132:64175 VM-BOBI41:6404 TIME_WAIT
TCP 10.66.52.132:64178 VM-BOBI41:6417 TIME_WAIT
TCP 10.66.52.132:64179 VM-BOBI41:6418 TIME_WAIT
TCP 10.66.52.132:64506 VM-BOBI41:6417 TIME_WAIT
TCP 10.66.52.132:64818 VM-BOBI41:6417 ESTABLISHED
TCP [::]:6417 VM-BOBI41:0 LISTENING
I've cleaned Tomcat dswsbobje folders (temp, work) and then redeployed dswsbobje
http://vm-bobi41:8080/dswsbobje/
On server : Axis2 welcome page OK
On client : Axis2 welcome page OK
http://vm-bobi41:8080/dswsbobje/services/Session
On server : Please enable REST support in WEB-INF/conf/axis2.xml and WEB-INF/web.xml
On client : Please enable REST support in WEB-INF/conf/axis2.xml and WEB-INF/web.xml
In C:\Program Files\apache-tomcat-7.0.59\webapps\dswsbobje\WEB-INF\conf\axis2.xml
I set:
<parameter name="disableREST" locked="true">false</parameter> |
On server& client:
http://vm-bobi41:8080/dswsbobje/services/Session
gives:
<Exception>org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is /dswsbobje/services/Session and the WSA Action = null. If this EPR was previously reachable, please contact the server administrator.
at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:102)
at org.apache.axis2.engine.Phase.invoke(Phase.java:329)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:262)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:168)
at org.apache.axis2.transport.http.util.RESTUtil.invokeAxisEngine(RESTUtil.java:144)
at org.apache.axis2.transport.http.util.RESTUtil.processURLRequest(RESTUtil.java:139)
at org.apache.axis2.transport.http.AxisServlet$RestRequestProcessor.processURLRequest(AxisServlet.java:837)
at org.apache.axis2.transport.http.AxisServlet.doGet(AxisServlet.java:273)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:620)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
Still nothing listening on 6405 port !
How can I check that RESTful service is actually installed ?
How can I reinstall only it ?
Thanks.
Regards,
Stéphane.