Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

date problem in web service

Former Member
0 Kudos
72

Hello All ,

when m testing a web service its giving me an error " Deserialisation failed " .

<DescriptionText>An error occurred when deserializing in the simple transformation program /1BCDWB/WSS0090331042718968000</DescriptionText>

<DescriptionDetailText>? is not a valid date</DescriptionDetailText>

may be this is becouse of the date feilds in the output of the rfc.

can anyone tell me how to overcome this

thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos
43

hi nikita mishra ,

To avoid u201Cdeserialisation failedu201D errors in the Web Service call, all u201Cdateu201D fields must be redefined to u201Cstringu201D.

Public DATE As String

thanks

chinnaiya

1 REPLY 1

Former Member
0 Kudos
44

hi nikita mishra ,

To avoid u201Cdeserialisation failedu201D errors in the Web Service call, all u201Cdateu201D fields must be redefined to u201Cstringu201D.

Public DATE As String

thanks

chinnaiya