2009 Mar 31 6:16 AM
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
2009 Mar 31 6:27 AM
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
2009 Mar 31 6:27 AM
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