Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 84249 invoked from network); 10 Jun 2005 15:31:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jun 2005 15:31:44 -0000 Received: (qmail 60184 invoked by uid 500); 10 Jun 2005 15:31:32 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 60163 invoked by uid 500); 10 Jun 2005 15:31:32 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 60110 invoked by uid 99); 10 Jun 2005 15:31:32 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of atmanes@gmail.com designates 64.233.184.207 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.207) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 10 Jun 2005 08:31:30 -0700 Received: by wproxy.gmail.com with SMTP id 57so692336wri for ; Fri, 10 Jun 2005 08:31:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ec7i+YFT47c0Lk5yvers0zckR9pJUcI6NSfsZY7BDzdiEHRmmutpU21sOVlAyXRPh5mMlTX7V8BsEt99+SzhWJcJb7duj0mnn71MrPW1aRrK5pUaf6JvoH8MeZuubYsOkDVTozFpOkcfyMRsG8G7TVeoO0inqY6e8KT+nG++rdc= Received: by 10.54.35.71 with SMTP id i71mr898677wri; Fri, 10 Jun 2005 04:31:25 -0700 (PDT) Received: by 10.54.92.12 with HTTP; Fri, 10 Jun 2005 04:31:25 -0700 (PDT) Message-ID: Date: Fri, 10 Jun 2005 07:31:25 -0400 From: Anne Thomas Manes Reply-To: Anne Thomas Manes To: axis-user@ws.apache.org Subject: Re: Webservice with XML input parameter In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Axis isn't really designed to work with XML strings particularly well. It works with Java objects (RPC, Wrapped, and Document styles) and with XML DOM (message style). I suggest you convert your strings to DOM and use the messaging style. See the documentation. Anne On 6/9/05, Johan Kumps wrote: > Hi all, >=20 > I would like to deploy a webservice using Axis 1.2 with a XML-string as i= nput parameter and a XML-string as return value. >=20 > Can you point me in the right direction? Code sample? >=20 > Thanks in advance, >=20 > Kind regards, >=20 > Johan Kumps >=20 >=20 >