Axis webservice in ofbiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Axis webservice in ofbiz

jignesh
Hi All,

How to expose given service as SOAP based webservice?


Regards,

JSM
Reply | Threaded
Open this post in threaded view
|

Re: Axis webservice in ofbiz

Mandeep Sidhu
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 <[hidden email]> wrote:

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