Return-Path: X-Original-To: apmail-axis-c-user-archive@www.apache.org Delivered-To: apmail-axis-c-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 929189AF0 for ; Mon, 20 Feb 2012 16:13:55 +0000 (UTC) Received: (qmail 34922 invoked by uid 500); 20 Feb 2012 16:13:55 -0000 Delivered-To: apmail-axis-c-user-archive@axis.apache.org Received: (qmail 34873 invoked by uid 500); 20 Feb 2012 16:13:54 -0000 Mailing-List: contact c-user-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache AXIS C User List" Delivered-To: mailing list c-user@axis.apache.org Received: (qmail 34858 invoked by uid 99); 20 Feb 2012 16:13:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2012 16:13:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shuaibe@gmail.com designates 209.85.212.173 as permitted sender) Received: from [209.85.212.173] (HELO mail-wi0-f173.google.com) (209.85.212.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Feb 2012 16:13:48 +0000 Received: by wibhi20 with SMTP id hi20so2743701wib.32 for ; Mon, 20 Feb 2012 08:13:27 -0800 (PST) Received-SPF: pass (google.com: domain of shuaibe@gmail.com designates 10.180.95.105 as permitted sender) client-ip=10.180.95.105; Authentication-Results: mr.google.com; spf=pass (google.com: domain of shuaibe@gmail.com designates 10.180.95.105 as permitted sender) smtp.mail=shuaibe@gmail.com; dkim=pass header.i=shuaibe@gmail.com Received: from mr.google.com ([10.180.95.105]) by 10.180.95.105 with SMTP id dj9mr18323357wib.18.1329754407036 (num_hops = 1); Mon, 20 Feb 2012 08:13:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=FAwucWARf2XVUFyzHFkSipUnVwX0e/SMGtfs3SJTH0Y=; b=PSP3nXo0Elll7qgkFIk1DwJee9LEwjH+cng4OqmgH2UMjPGQ4TazRWV9u3r5uBqoeX Jzhayq054cUyYrzzQo6gImepST40pttoXR2tYwI726LLnxgOXTrQsWuVQMpZhJDpaLrR P0grBJPhmQ6ZVfssJL7xnt59gewzF1AMAEU3M= MIME-Version: 1.0 Received: by 10.180.95.105 with SMTP id dj9mr15226843wib.18.1329754407000; Mon, 20 Feb 2012 08:13:27 -0800 (PST) Received: by 10.223.88.77 with HTTP; Mon, 20 Feb 2012 08:13:26 -0800 (PST) Date: Mon, 20 Feb 2012 17:13:26 +0100 Message-ID: Subject: Reading multiple input from client for POST method From: Shuaib Siddiqui To: c-user@axis.apache.org Content-Type: multipart/alternative; boundary=f46d0442816a115c2e04b967933e --f46d0442816a115c2e04b967933e Content-Type: text/plain; charset=ISO-8859-1 Hi, I am very new to axis2/c and web services in general. My goal is to implement a service that takes in different values for an ethernet interface (e.g., ip address, name, etc) as input and make respective changes in the kernel of the target machine. It will be a POST REST method and I've gone through the echo example but in that input from client, "Hello World" string is predefined. I want to take the input from the client through web browser and then feed it to the build_om_payload_for_myservice. Does anyone has any pointer to such an example ? Or how can we go about this problem ? Any help would be highly appreciated. Regards, S.S --f46d0442816a115c2e04b967933e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi,

I am very new to axis2/c and web services in general. My goal is= to implement a service that takes in different values for an ethernet inte= rface (e.g., ip address, name, etc) as input and make respective changes in= the kernel of the target machine. It will be a POST REST method and I'= ve gone through the echo example but in that input from client, "Hello= World" string is predefined. I want to take the input from the client= through web browser and then feed it to the build_om_payload_for_myservice= .
Does anyone has any pointer to such an example ? Or how can we go about thi= s problem ?

Any help would be highly appreciated.

Regards,
S.S
--f46d0442816a115c2e04b967933e--