During marshaling I got next exception
Exception in thread "main" com.sun.xml.internal.ws.encoding.soap.DeserializationException: Failed to read a response: javax.xml.bind.UnmarshalException
- with linked exception:
[javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1127]
Message: XML document structures must start and end within the same entity.]
so I want see xml where [row,col]:[1,1127] is located. Please suggest.
-Djavax.net.debug=all
gives a lot of unnecessary garbage. – Blus