• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

xsd:date in web service response has Z appended to it

 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am working on weblogic 10.0 based web service and i have a simple problem for which i am not able to find a solution.

On of my services has xsd:date and xsd:dateTime types used in response. In java world i map it to a Calendar. This calender after passing through the SOAP Stack has an extra character 'Z' appended after it.

Any way to strip off this extra Z apart from handling it in a SOAP Handler, which i really don't want to do?

Thanks in advance for replying.
 
reply
    Bookmark Topic Watch Topic
  • New Topic