Hi i am using OSB 11g.
I am having trouble whith not well formed xml.
My service has to be any xml service. Some of the xml's I receive are not well formed.
If i use messaging service is able to check an not well formed xml in the java callout.
but when I use any xml service before the java callout osb tries to parse the xml
and i get this error : Failure while unmarshalling message: Failed to parse XML text
Is there any way to handle not well formed xml in any XML service ?
When i receive a not well formed XML I want to handle it in the java callout.