Hi,
We have an enterprise application(Adempiere) running
in app server and it has servlets, EJBs, and POJOs.
Now we want to expose this application as a web
service and decided to go with Axis2. We have tried
with the following steps shown below to create a web
service with Axis2, but we are facing issues:
1. We read Axis2 documentation
2. Wrote a simple Web Service class that calls
Adempiere's POJO method
Adempiere.startup()
3. Imported all the war and jar files present in
jboss/server/adempiere/deploy/adempiere.ear (So that
we can compile web service file in the IDE)
4. Compiled and built the .aar file, updated the
axis2.war
5. Copied the axis2.war to
jboss/server/adempiere/deploy
6. Tried accessing
<hostname>:<port>/adempiere/axis2 and
<hostname>:<port>/axis2, but all we found was error
pages complaining that window.html does not exist
7. We repeated the above steps after deploying
axis2.war to
jboss/server/adempiere/deploy/adempiere.ear. Still no
luck!!
Is there something we have missed? Any and all leads
welcome, we have just run out of options.
Thanks in advance
Srinivas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]