I am giving 1999-12-12 as input of type date in the soap request. I deployed the webservice in IBM JAXRPC. In the request object, i am getting as Calendar object. If the get the Month of the input using Calendar.Month, i am getting 11 as month value. But my month value is 12.
Please tell me why i am getting the value as 11 not 12.