Finally I have solved the issue. It was classpath i.e conflicting version of jars.
This the final list of jars that ended up in my classpath:
axiom-api-1.2.8.jar
axiom-impl-1.2.8.jar ...
Type: Posts; User: pksh; Keyword(s):
Finally I have solved the issue. It was classpath i.e conflicting version of jars.
This the final list of jars that ended up in my classpath:
axiom-api-1.2.8.jar
axiom-impl-1.2.8.jar ...
I replaced spring-ws-1.5.9-all.jar with spring-ws-1.5.6-all.jar, I'm getting a different error now.
This seems to be a classloader issue but not sure.
E [Servlet...
I'm probably either missing some required jars or using wrong version. Can anyone list the jars required to use this interceptor?
These are the JARs in our application path:
...
Hi, I had posted this question in a different thread. Didn't get any response. So, thought of reaching out to you since you have had success using the PayloadValidatingInterceptor. Could you please...
Hi, I'm trying to use the PayloadValidatingInterceptor to validate soap xml request.
Here is the relevent code in spring application-context.xml:
<bean...