On Thu, Jan 6, 2011 at 4:34 PM, Chinmoy Chakraborty <[email protected]>wrote:
> Hello, > > I am getting error "date string can not be less than 19 charactors" while > returning a date from a published service. I am using Axis2 1.5.1. > > Could anyone give me a pointer about what causes this error? > How you have create the service? If you use POJO java.util.Date is mapped to xsd:date and java.util.Calendar is mapped to dateTime. The cause for error is axis2 receives a data format to pass datetime. thanks, Amila. > > Chinmoy > -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
