Hi there,

I am getting error on xs:date manipulations at the server side.
Does anyone know any solution to this problem?

Exception in thread "main" org.apache.axis2.AxisFault: date string can not
be less than 19 charactors
    at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:517)
    at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:371)
    at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:417)
    at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
    at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)

wsdl snipped:
<xs:element name="endDate" minOccurs="0" type="xs:date" nillable="true" />

My client uses wsdl2java ADB binding.

Reply via email to