Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.