You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by jignesh <ja...@gmail.com> on 2013/11/29 13:50:32 UTC

Axis webservice in ofbiz

Hi All,

How to expose given service as SOAP based webservice?


Regards,

JSM

Re: Axis webservice in ofbiz

Posted by Mandeep Sidhu <ma...@gmail.com>.
Inside any service*.xml file use the attribute *export *with value as *true
*to expose the given service as a SOAP based service. Default value for
this attribute is *false*. Sample entry below;

*before export="true"*
<service name="orderNotificationInterface" engine="interface" location=""
invoke="" >
*after export="true"*
<service name="orderNotificationInterface" engine="interface" location=""
invoke="" *export="true">*

All exposed services are listed at the below url
https://<host>/webtools/control/ServiceList

Regards,
Mandeep
www.simbacart.com



On Fri, Nov 29, 2013 at 6:20 PM, jignesh <ja...@gmail.com> wrote:

> Hi All,
>
> How to expose given service as SOAP based webservice?
>
>
> Regards,
>
> JSM
>