Of ExceptionResolvers and XMLBeans
Using a custom ExceptionResolver in Spring Web Services to insert a Detail into a SoapFault.
Using a custom ExceptionResolver in Spring Web Services to insert a Detail into a SoapFault.
We’re using XMLBeans as part of a project. I had a document called EventConfig that had many EventDetails. I needed to find one EventDetails element based on its child element, EventName.
Being new to XMLBeans, and in bug fixing mode, I checked the XmlObject API, and saw only that selectPath(String) took a String. I couldn’t [...]