@dilipkrish When I tries see the XML of my service happens an error(the page can't be rendered). I could see that occurrs error because my model have a field that is generic list, when I removed the list, my application returned works and I could see the XML.
Error message:
This page contains the following errors:
error on line 1 at column 10260: Extra content at the end of the document
Below is a rendering of the page up to the first error.
Model
Customer{
String id;
String name;
List
address; ( with generic list occurs error, without generic list don't occurs error)
get and set...
}
Are you know any about this?
@dilipkrish When I tries see the XML of my service happens an error(the page can't be rendered). I could see that occurrs error because my model have a field that is generic list, when I removed the list, my application returned works and I could see the XML.
Error message:
This page contains the following errors:
error on line 1 at column 10260: Extra content at the end of the document
Below is a rendering of the page up to the first error.
Model
address; ( with generic list occurs error, without generic list don't occurs error)Customer{
String id;
String name;
List
get and set...
}
Are you know any about this?