1. PayloadValidatingInterceptor error forum.springsource.orgHi, I'm using the PayloadValidatingInterceptor to validate my SOAP messages, however, the following error appears in the log file: Code: XML validation error on response: cvc-complex-type.2.4.a: Invalid content was found starting ... |
2. more than one schema in PayloadValidatingInterceptor forum.springsource.orgArjen, I'm using the schemas property on the PayloadValidationInterceptor but it only validates payload request correctly for the first XSD schema location defined in the list. |
4. PayloadValidatingInterceptor issue forum.springsource.orgPayloadValidatingInterceptor issue Hello. I've configured my web service messages to be validated: Code: |
5. PayloadValidatingInterceptor and nillable date forum.springsource.orgArjun, I agree, but I send a message with |
6. PayloadValidatingInterceptor problem forum.springsource.orgPayloadValidatingInterceptor problem I'm using spring-ws-1.0.1 and JBoss 4.0.5. The JAXP version seems to be 1.3 ("3" prints out when I run the JaxpVersion.getVersion() inside the server). I'm having a problem validating ... |
7. PayloadValidatingInterceptor: sample wiring sought forum.springsource.orgPayloadValidatingInterceptor: sample wiring sought Good morning to you all, I am looking for a sample wiring of a PayloadValidatingInterceptor. What I am trying to do is to XSD-validate the payload inside ... |
8. PayloadValidatingInterceptor Alternatives forum.springsource.orgI need to validate two schemas which are identical in namespace but they use different elements of the same structure. Can this work using PayloadValidatingInterceptor or what is the alternative way ... |
9. PayloadValidatingInterceptor Performance Issue forum.springsource.orgPayloadValidatingInterceptor Performance Issue Hello, We had a performance issue when deploy our web service to Weblogic server.We are using spring ws 1.5.4 and jdk 1.5.0_06. This is how we configured schemas ... |
10. PayloadValidatingInterceptor validateResponse forum.springsource.orgHi All, I checked the documentation of the the payload response validation and it said that " Invalid SOAP responses do not result in a fault". Is there any possibility that ... |
11. PayloadValidatingInterceptor UndeclaredPrefix error forum.springsource.orgPayloadValidatingInterceptor UndeclaredPrefix error Hello, I have been using PayloadValidatingInterceptor to validate received SOAP messages successfully. However, when trying to validate a new type of request I get the following validation error: ... |
12. Error using PayloadValidatingInterceptor forum.springsource.orgError using PayloadValidatingInterceptor Hi, I'm trying to use the PayloadValidatingInterceptor to validate soap xml request. Here is the relevent code in spring application-context.xml: |