Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 59862 invoked from network); 19 Jul 2008 06:18:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jul 2008 06:18:17 -0000 Received: (qmail 90448 invoked by uid 500); 19 Jul 2008 06:18:09 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 90418 invoked by uid 500); 19 Jul 2008 06:18:09 -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 90407 invoked by uid 99); 19 Jul 2008 06:18:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jul 2008 23:18:08 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of samisa.abeysinghe@gmail.com designates 74.125.46.153 as permitted sender) Received: from [74.125.46.153] (HELO yw-out-1718.google.com) (74.125.46.153) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jul 2008 06:17:14 +0000 Received: by yw-out-1718.google.com with SMTP id 6so195411ywa.88 for ; Fri, 18 Jul 2008 23:17:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=UaPthy0DwNecWmIpvQQgxG+U3Rzpapul7ztNSTyG/Bk=; b=P3P/x2t2VBxMeabQ7CigtParOFxe38kpiKbzWbU8kxMhVv0wmNK4il+ED0jkj6sUeO TBvYq+3W5+lhw2fGA0SjRLm0dVoFotFzkBN/gL8UgePou5FX21BCbP/61GVhWBgXrNWc HAODeX5yOMSIrNbdxkW+9qH4xiyVmZNaBdJS4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=koT5OUD3mR+DMe04tNUIf2wXDx+rCYmmSk4g+xp63Oh/iTENKW9QBuwy+XWSj9as+w M0Wd6KI0Be3640SJm/X+wea+4qw0Xoi3X7VbLWCNJ1DkxnylMjo1ZlIPPvne15zUDPLo CX0VwOXZEE5IofrT9W1DEMtNe8+6s7DRUAtJ4= Received: by 10.150.123.16 with SMTP id v16mr1065107ybc.109.1216448258742; Fri, 18 Jul 2008 23:17:38 -0700 (PDT) Received: from ?10.202.25.164? ( [116.12.88.21]) by mx.google.com with ESMTPS id 4sm2287418yxd.2.2008.07.18.23.17.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 18 Jul 2008 23:17:37 -0700 (PDT) Message-ID: <488186F2.3090401@gmail.com> Date: Sat, 19 Jul 2008 11:47:22 +0530 From: Samisa Abeysinghe User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Re: Serialization of Wrapped WSDL Parameter Objects References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Curtis Jensen wrote: > I'm using Axis2 to generate web service clients. Everything is > working fine. > Now, I need to generate the SOAP XML string of what would be sent > through HTTP so that I can save it for processing later. I can get a > handle to the the java object Axis generated to represent the web > service parameter. I can create the Call object and the > OperationDescription for the call. I'm having trouble generating the > SOAP XML. I've tried a couple of different things (some hackish, some > less hackish). I can never quite generate the exact XML that Axis is > sending (I created a proxy service to capture the exact SOAP that Axis > is sending). Does someone have experience with this? Can they're > share a little code example to get me going? Have you had a look at the ligging module sample. That shows you how you could capture the SOAP messages, incomming and out going. You may improve that sample to fit your needs. Samisa... > > Also, I then need to do the reverse. Take the response SOAP XML > string and convert it into its Java object class instance. > > Thanks, > Curtis -- Samisa Abeysinghe http://people.apache.org/~samisa/ --------------------------------------------------------------------- To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional commands, e-mail: axis-user-help@ws.apache.org