Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 8189 invoked from network); 23 Aug 2007 05:48:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Aug 2007 05:48:42 -0000 Received: (qmail 32051 invoked by uid 500); 23 Aug 2007 05:48:31 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 32024 invoked by uid 500); 23 Aug 2007 05:48:30 -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 32012 invoked by uid 99); 23 Aug 2007 05:48:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Aug 2007 22:48:30 -0700 X-ASF-Spam-Status: No, hits=2.7 required=10.0 tests=HTML_MESSAGE,SPF_PASS,URG_BIZ X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of prakash.subramaniam@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2007 05:48:30 +0000 Received: by nf-out-0910.google.com with SMTP id e27so293485nfd for ; Wed, 22 Aug 2007 22:48:09 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=UL0ev+4v92ZUyqdXUuGTc8POR7OOOtYMh7HyAcF4QEpk0xk2mOM/yBuO0naNySLAQBthvBVcD39xdkS1nnc07iwQgN5tRIPkmW7L/Yhv08WJdb6z2YpEp4shRfwF+t8Xt16Xf/jWm1qQXVG1yENOnsrtPAzoj7pdaDNJXfIQ4I0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=L50vMJMCtLz2lcC5vMnnVjj/RRozXWUd3bFB81lj3Uu69DD2+qnUymEtQ/4TJtxD5hBOiRC+PIMikVjGfs/pvKJrDNt166SQ0Vn/tjCiTg9EqhQWQCY7CylMCN14OdS/5LWsxA0uTWi+EvOX6eYG7/0eXM07wXSWMY7MPfvkCOw= Received: by 10.78.138.6 with SMTP id l6mr958437hud.1187848088585; Wed, 22 Aug 2007 22:48:08 -0700 (PDT) Received: by 10.78.175.6 with HTTP; Wed, 22 Aug 2007 22:48:08 -0700 (PDT) Message-ID: Date: Thu, 23 Aug 2007 15:48:08 +1000 From: "Prakash Subramaniam" To: axis-user@ws.apache.org Subject: Urgent request : How to change Axis2 SOAP serialization for dates to use local timezone MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_76823_28139132.1187848088541" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_76823_28139132.1187848088541 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, We are using Axis2 1.2 java version in our project as the web service client. The local timezone is Australia timezone (UTC + 10:00 hrs). Entire application is designed to be in Australia's local timezone.. The java Calendar object that is part of webservice request message has been set to local timezone (Australia timezone). However, when Axis 2 serializes the webservice request objects into SOAP message, it converts the time to UTC timezone value. For example, australia timezone value "2007-09-01T00:00:00+10:00" is converted to "2007-08-31T14:00:00.473Z" UTC value. We are using ADB for databinding. Please let me know how to change this Axis's default behaviour so that Axis does not convert the date/datetime to UTC timezone. Thanks, Prakash ------=_Part_76823_28139132.1187848088541 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,

We are using Axis2 1.2 java version in our  project as the web service client. The local timezone is Australia timezone (UTC + 10:00 hrs). Entire application is designed to be in Australia's local timezone.. The java Calendar object that is part of webservice request message has been set to local timezone (Australia timezone). However, when Axis 2 serializes the webservice request objects into SOAP message, it converts the time to UTC timezone value. For example, australia timezone value "2007-09-01T00:00:00+10:00" is converted to "2007-08-31T14:00: 00.473Z" UTC value. We are using ADB for databinding.

Please let me know how to change this Axis's default behaviour so that Axis does not convert the date/datetime to UTC timezone.

Thanks,
Prakash
------=_Part_76823_28139132.1187848088541--