Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 19998 invoked from network); 10 Aug 2007 05:08:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Aug 2007 05:08:43 -0000 Received: (qmail 1718 invoked by uid 500); 10 Aug 2007 05:08:41 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 1703 invoked by uid 500); 10 Aug 2007 05:08:41 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 1690 invoked by uid 99); 10 Aug 2007 05:08:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2007 22:08:41 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.68.5.9] (HELO relay00.pair.com) (209.68.5.9) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 10 Aug 2007 05:08:36 +0000 Received: (qmail 24344 invoked from network); 10 Aug 2007 05:08:11 -0000 Received: from 124.43.166.154 (HELO ?10.100.1.194?) (124.43.166.154) by relay00.pair.com with SMTP; 10 Aug 2007 05:08:11 -0000 X-pair-Authenticated: 124.43.166.154 Message-ID: <46BBEBE8.6060500@wso2.com> Date: Fri, 10 Aug 2007 10:39:04 +0600 From: Samisa Abeysinghe User-Agent: Thunderbird 1.5 (X11/20060313) MIME-Version: 1.0 To: Apache AXIS C Developers List Subject: Re: [jira] Created: (AXIS2C-660) Folder structure and minimum files needed to run Only Axis2C client in a production system References: <518901.1186428119387.JavaMail.jira@brutus> <1186469540.12391.39.camel@localhost> In-Reply-To: <1186469540.12391.39.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Please add your comments to the Jira itself, helps to keep track on Jira. Thanks, Samisa.. Manjula Peiris wrote: > Hi Manoj, > > Please see my commnets inline. > > > >> 1 . What are the Files needed to run Axis2C client only . >> > > You need to have a client-repo in your system. A client-repo is a folder > which contains libs and modules to run an Axis2/C client. > > Following is a folder structure of a client-repo. > > client-repo > | > |----modules > |----lib > |----axis2.xml > > You need to have following libs. > 1. libaxutil.so > 2. libaxis2_axiom.so > 3. libaxis2_engine.so > 4. libaxis2_http_common.so > 5. libaxis2_http_receiver.so > 6. libaxis2_http_sender.so > 7. libaxis2_parser.so > 8. libneethi.so > > If you want addressing to be used with your client you need > libaxis2_mod_addr.so and module.xml inside the modules folder. > > >> >> 2. Can any one pls explain the concept of repository in Axis2. >> > > please refer to > http://ws.apache.org/axis2/c/docs/axis2c_manual.html#repo_folder section > in Axis2/C mannual for a good explanation on this. > > >> 3. concept of Deploy Folder . whether I need to set client_home ( Because In doc Installation guide section ..it is mentioned that set AXIS2C_HOME if you need to use >> > > > When running an Axis2/C client, to create the svc_client you need give > the place of above mentioned libs and modules. In Your client program it > can be given by setting the AXIS2C_HOME as the above mentioned > client-repo. Or you can simply give the path of the client repo. > eg:- > client_home = "/path/to/client_repo" > eg:- axis2_svc_client_create(env, client_home). > > >> sample code ... dont set for your own service or client .... I am getting confused here ... ). >> >> 4. waht are the minimum set up has to be done for running a client . >> > > You need to have above client-repo and your client code. Please refer to > the following section for a good explanation. > > http://ws.apache.org/axis2/c/docs/axis2c_manual.html#quick_start > > > Thanks > -Manjula. > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org > For additional commands, e-mail: axis-c-dev-help@ws.apache.org > > > -- Samisa Abeysinghe : "http://wso2.org/projects/wsf/c?WSO2 Web Services Framework/C - Open source C library for providing and consuming Web services" --------------------------------------------------------------------- To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org