Return-Path: X-Original-To: apmail-ofbiz-user-archive@www.apache.org Delivered-To: apmail-ofbiz-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 79847100DB for ; Fri, 29 Nov 2013 15:16:17 +0000 (UTC) Received: (qmail 95657 invoked by uid 500); 29 Nov 2013 15:16:16 -0000 Delivered-To: apmail-ofbiz-user-archive@ofbiz.apache.org Received: (qmail 95173 invoked by uid 500); 29 Nov 2013 15:16:12 -0000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ofbiz.apache.org Delivered-To: mailing list user@ofbiz.apache.org Received: (qmail 95149 invoked by uid 99); 29 Nov 2013 15:16:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Nov 2013 15:16:05 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mandeep1985ster@gmail.com designates 74.125.82.41 as permitted sender) Received: from [74.125.82.41] (HELO mail-wg0-f41.google.com) (74.125.82.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Nov 2013 15:15:59 +0000 Received: by mail-wg0-f41.google.com with SMTP id y10so1993795wgg.2 for ; Fri, 29 Nov 2013 07:15:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=RiOwHh0uVuU/rGFJGChn5npHOpsWiMTf4M/cpCVaM4o=; b=gcKqPJ/bsUQXU0lOb8ffxbDRUhWNdAvJWuscSUwUdkfUbfZEmCNpYBKVcvXgK2+Q6K Ke/1205bgAxwVKEwaaeX4TbG1Yoz2p5bO/9Pe8NjP6FI8K+WavM7lPKe6PhSXagLSalB u6plk3i5omW4QSKbneG3zoPTvyx76qONpG6VsPRZs6RjTGyJtDr1GFFahgS7oCTYoyMW V0NDK36x1bjRZWJk8v/RDRl78EkXlV5jwtVzlGTPI0wPcahRE2UxmzD3PpdyuQZ3EhLL dLE2d+IoA6nx+7WKQFw5iHNdN/A6pmOqCwiAU2+bAEPsa4KDx0MmpDOFwMFdArM6UTXp xdYA== MIME-Version: 1.0 X-Received: by 10.180.189.80 with SMTP id gg16mr7286083wic.32.1385738139447; Fri, 29 Nov 2013 07:15:39 -0800 (PST) Received: by 10.216.17.194 with HTTP; Fri, 29 Nov 2013 07:15:39 -0800 (PST) In-Reply-To: References: Date: Fri, 29 Nov 2013 20:45:39 +0530 Message-ID: Subject: Re: Axis webservice in ofbiz From: Mandeep Sidhu To: user@ofbiz.apache.org Content-Type: multipart/alternative; boundary=001a11c223148db81304ec524dae X-Virus-Checked: Checked by ClamAV on apache.org --001a11c223148db81304ec524dae Content-Type: text/plain; charset=ISO-8859-1 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"* *after export="true"* * All exposed services are listed at the below url https:///webtools/control/ServiceList Regards, Mandeep www.simbacart.com On Fri, Nov 29, 2013 at 6:20 PM, jignesh wrote: > Hi All, > > How to expose given service as SOAP based webservice? > > > Regards, > > JSM > --001a11c223148db81304ec524dae--