Forum Discussion

jagangs's avatar
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

2 Replies

  • Hi!

    Since you're a Pro user, you can get support in the Pro forum or by using the support form at our website.

    Best Regards

    Henrik O
    SmartBear Software
  • Really, the context menu for a form submission button should be exactly the same
    as that used for a normal hypertext link. That is, not only should you be able
    to open the form submission in a new window, but you should also be able to copy
    the location to the clipboard, bookmark it, save it to disk, etc.

    So apart from associating form submission buttons with the same context menus as
    links, the only extra bit of glue required is to construct the relevant URL for
    whatever operations the user chooses to carry out on the submission location..........