Agile Integration Service 9.3.6 is not listing the old webservice
Hi,
Agile Upgraded from 9.3.3 to 9.3.6
Agile Integration Service 93.6 is not listing the old webservice
in the weblogic server Deployment /Agile/integration is not listing the custom web service.
I have moved all the SDK from 9.3.3 to 9.3.6
if i check this integration/ws it is giving 404 error
http://<<hostname>>:7001/Agile/integration/ws
but for 933 it will list all the Default and custom web services.
Direct 9.3.3 WS code will not work in 9.3.6.
Very high level, there are 2 changes :
i) You need to use JAX-WS annotations to define a web service
ii)This reference needs to be added in the META-INF folder.
Divakar
Getting Error
Error 404–Not Found
panthamkarthik
Hi Divakar,
In 936, the path got modified. Its /Agile/Extension/<ServiceName>.
But from 934 onwards, the services framework got changed from axis to jax-ws so the code has to be rebuild to suit jax-ws.
Thank you!