Hi, i'm using XPathPayloadEndpointMapping to route POX messages to specific endpoints. If the request contains invalid xml i currently get a
org.xml.sax.SAXParseException: Content is not...
Type: Posts; User: jmroyle; Keyword(s):
Hi, i'm using XPathPayloadEndpointMapping to route POX messages to specific endpoints. If the request contains invalid xml i currently get a
org.xml.sax.SAXParseException: Content is not...
Hi, yeah you're right - the app definitely needs to handle the possibility of external services going down etc, but i was really looking at more from a config usability point of view -
It would be...
Hi,
I am developing a spring web app that will sit inside tomcat. It has various beans defined, some of which are clients to external SOAP webservices.
When my web app starts up, i'd like to do...
Hi, I'm very new to Spring so I was hoping you could help me out on a requirement I have for a project I'm working on.
I need to accept XML messages from an outside party over HTTP. The XML is...