Forum Discussion
SmartBear_Suppo
Alumni
17 years agoHi again,
the problem is the following content in the xml:
.. xmlns="http://www.w3.org/XML/1998/namespace" ..
which causes soapUI to choke. If I remove this it works ok. I've validated the xml with several editors and they all give the following error for this:
The prefix "xml" cannot be bound to any namespace other than its usual namespace; neither can the namespace for "xml" be bound to any prefix other than "xml".
So ultimately it is a combination of invalid XML and bad handling of it.. Can you fix this XML? I'll see what can be done for the parsing..
regards!
/Ole
eviware.com
the problem is the following content in the xml:
.. xmlns="http://www.w3.org/XML/1998/namespace" ..
which causes soapUI to choke. If I remove this it works ok. I've validated the xml with several editors and they all give the following error for this:
The prefix "xml" cannot be bound to any namespace other than its usual namespace; neither can the namespace for "xml" be bound to any prefix other than "xml".
So ultimately it is a combination of invalid XML and bad handling of it.. Can you fix this XML? I'll see what can be done for the parsing..
regards!
/Ole
eviware.com