Forum Discussion

RyanW's avatar
RyanW
Occasional Contributor
10 years ago

FROM Tab causing changes to my XML Data

Hello,

I'm new here as you can mot likely tell. I'm very new to all this so please be gentle.

I have an annoying issue where by when the 'from' tab is clicked on the test editor for a SOAP request, its modifying the XML data that I have stored.

It's changing:

<MsgType xmlns="https://www.MyUrl.MyUrl.com">MSG</MsgType>
<MsgData xmlns="https://www.MyUrl.MyUrl.com"><![CDATA[<1></1>]]></MsgData>

to

<MsgType>MSG</MsgType>
<MsgData><![CDATA[<1></1>]]></MsgData>


Sadly the latter does not work.

I have found a work around by changing the default tab and not clicking on from, but its not that practical.

Thanks for the help in advance.

Ryan

5 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Do you have a screen shot for the problem, not clear from the description.
  • RyanW's avatar
    RyanW
    Occasional Contributor
    Thanks for your help,

    I will get the hand of this eventually.
  • RyanW's avatar
    RyanW
    Occasional Contributor
    Hmm my post didnt post. I discovered that the from tab, was validating the XML and adding a tag which i had not included.

    is there a way to stop the from tab validating the XML?
  • nmrao's avatar
    nmrao
    Champion Level 3
    Could you please provide more details like what kind of request that was? for eg: SOAP or REST? what version of soapui being used? I could not image what is from tab.