Hi Everyone, I have this scenario in which I send a soap message outside. I can form the soap message properly and the server responds with an XML Message.
My problem is that the message that the server sends back does not follow what is in the schema. It just sends a message in its own xml format so CXF is having a hard time binding the xml to a java bean. How do I override this default behavior? Thanks A lot Carlo -- View this message in context: http://www.nabble.com/How-Do-I-Prevent-Inward-Binding-Errors-tp18907359p18907359.html Sent from the cxf-user mailing list archive at Nabble.com.
