Skip to Content
0
Former Member
Dec 26, 2007 at 04:40 AM

web service date format problem

2317 Views

Hi, I am using a web service from another R/3 server. Its date format is like this..

- <xsd:simpleType name="date">

- <xsd:restriction base="xsd:string">

<xsd:maxLength value="10" />

<xsd:pattern value="\d\d\d\d-\d\d-\d\d" />

</xsd:restriction>

when I created a Proxy class, the date field length is 8.

I write my code and tryed execution. Its not giving any result and no exceptions also.

I think the problem is with Date field..

Suggest me how to solve this problem.

Regards,

Dhanunjaya Reddy