Forum Discussion

Fresenius_Vial_'s avatar
Fresenius_Vial_
Occasional Contributor
14 years ago

Form Tag messes up my Mock response.

Hello,

I use SOAP UI Pro 4.0.1.

I am trying to edit a Mock Response with the Form Tab.

1) I "recreate a response from the schema", which looks alrigth in the XML tab.
2) I got to the Form Tab, and a strange dupplication of my "return" node appears.
3) Without doing anything in the Form, I get back to the XML view, and the XML has been broken by a wrong-placed dupplication of the "return" node.

Screens-shots of those 3 steps are attached, with my project file.

8 Replies

  • Hi,

    hmm.. it seems you are using SOAP Encoding in your WSDL which is not fully supported by soapUI Pro (since it is such an old standard). That being said - could you attach your WSDL so we can have a look at why this is happening?

    Thanks!

    /Ole
    SmartBear Software
  • Fresenius_Vial_'s avatar
    Fresenius_Vial_
    Occasional Contributor
    Hi,

    Here it is.

    Thank you.

    Just a few more elements : The button "Recreates a default response from the schema" works very well, the message breaks only through the use of the form tag. Only a simple display of the form is enough to modify the message, no need to complete anything in the form.
  • Fresenius_Vial_'s avatar
    Fresenius_Vial_
    Occasional Contributor
    Hello again,

    I've just tried Soap UI Pro 4.5 Beta 1.

    This bug is not fixed yet.

    Are there any news about the handling of this problem ?

    Best regards.
  • Hi,

    Unfortunately not - as already mentioned above your WSDL uses SOAP Encoding which is an old standard that is not entirely supported by soapUI Pro, and supporting it is not highly prioritized currently. I'm sorry for the inconvenience.

    regards,

    /Ole
    SmartBear Software
  • Fresenius_Vial_'s avatar
    Fresenius_Vial_
    Occasional Contributor
    Ok,

    By "SOAP encoding", you mean the use of "rpc-encoding" style instead of "document-literal", right ?

    regards,