I am running the client call using Java 1.5 only. But when I change it to Java 1.6, I am getting a NAMESPACE_ERROR.
Jars that I am using are:
- spring 2.5.6
- spring-ws-core 1.5.9
- saaj-impl 1.3
- activation 1.1
Error when I am using Java 1.6 is
Caused by: org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces.
What could be causing this? How could I resolve it?