I'm consuming a web service and I'm trying to deserialize the xml into an obect.
I keep getting illegal characters in path. What am I missing?
Here is an example of data.
<DetailRec><Site>010</Site></DetailRec>
Printable View
I'm consuming a web service and I'm trying to deserialize the xml into an obect.
I keep getting illegal characters in path. What am I missing?
Here is an example of data.
<DetailRec><Site>010</Site></DetailRec>
Could you show us the code causing the error and the exact error please?