13 years ago
BUG in Tab Forms
Hello all,
I have tried to execute a request using SOAPUI pro 4.5.1 . when i edit the xml to remove the unwanted fields then execute from xml view,its works fine. but when i switch to form view then came back to xml view its adds a piece of code "
xn:type="http://www.w3.org/2001/XMLSchema" xmlns:xn="http://www.w3.org/2000/xmlns/ " to the first field of array and the execution breaks with below listed exception.
Exception:
soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>org.xml.sax.SAXParseException; lineNumber: 7; columnNumber: 135; The prefix "xmlns" cannot be bound to any namespace explicitly; neither can the namespace for "xmlns" be bound to any prefix explicitly.</faultstring>
<detail>
<ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">test.test.net</ns1:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
its really annoying me to work in soapUI pro b'coz its affecting my SOAPUI pro upgrade to latest version.
do you have any patch to solve this issue? Please do the needful .
i have see the same type of issue in viewtopic.php?f=5&t=13214
Thanks
Jagan
CollabNet
I have tried to execute a request using SOAPUI pro 4.5.1 . when i edit the xml to remove the unwanted fields then execute from xml view,its works fine. but when i switch to form view then came back to xml view its adds a piece of code "
xn:type="http://www.w3.org/2001/XMLSchema" xmlns:xn="http://www.w3.org/2000/xmlns/ " to the first field of array and the execution breaks with below listed exception.
Exception:
soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>org.xml.sax.SAXParseException; lineNumber: 7; columnNumber: 135; The prefix "xmlns" cannot be bound to any namespace explicitly; neither can the namespace for "xmlns" be bound to any prefix explicitly.</faultstring>
<detail>
<ns1:hostname xmlns:ns1="http://xml.apache.org/axis/">test.test.net</ns1:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>
its really annoying me to work in soapUI pro b'coz its affecting my SOAPUI pro upgrade to latest version.
do you have any patch to solve this issue? Please do the needful .
i have see the same type of issue in viewtopic.php?f=5&t=13214
Thanks
Jagan
CollabNet