if you want to have an axis2 service running in ofbiz, this may help:
http://cwiki.apache.org/confluence/pages/viewpage.action?pageId=9798255
MarioF wrote:
Hi all,
I need that OFBIZ can manage some Axis2 services. In one of them ofbiz has
to change the statusId of some orderId. I have made this change in java
code, but I am not sure how to make an axis2 service.
I think that I have to do the following:
- Make a service in service.xml with export="true" and
location="the.java.package"
- Run always this service in ofbiz. (Applications --> Webtools --> Run
Service).
Is that true? Have I to make something more?
Thanks in advance,
Mario.