I have the following troubles if I want to have WSDL locations transformed to real ones:
The transformWsdlLocations property is set to true in web.xml. If I GET the WSDL, I meet the exception below. I have validated the WSDL and seems to be ok (attached a simple one).
Any idea, what's wrong? I'm using Spring WS 1.0 RC2.
Thanks,
Vojtech
The exception (full stack trace attached)
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.
com.sun.org.apache.xerces.internal.dom.CoreDocumen tImpl.checkDOMNSErr(Unknown Source)