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