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 <[email protected]> wrote: > Hi All, > > How to expose given service as SOAP based webservice? > > > Regards, > > JSM >
