Forum Discussion

krenevla's avatar
krenevla
Contributor
10 years ago

[SoapUI Pro 5.1.2][Windows 8.1] SoapUI puts "\r" into Soap Requests

Hi,

 

I had to switch from Debian to Windows 8.1 (but using same SoapUI version) and for some reason, SoapUI now do this to the project file when I am changing/creating requests :

 

THIS IS FROM XML:

 

<soapenv:Header/>\r
<soapenv:Body>\r
<cre:CreateErrandRequest>\r
<cre:Header>\r

...

 

If this request is executed from SoapUI, it's ok. If it's executed from my test server (headless Debian running SoapUI 5.0.0) I got in response:

 

"Illegal Text data found as child of: Header
value: "\r \r \r \r"</ns5:ErrorText>" 

 

Can You please tell me what happened that SoapUI puts "\r" there all the time? How to get rid of that?

This is quite urgent because now I am having broken project file (from test server point of view)

 

Thanks,

 

Vladan

4 Replies

  • Noone? There is no longer professional support for "pro users"? :/

    • nmrao's avatar
      nmrao
      Champion Level 3
      Is not that something related to os and user choice from an editor? What happens when you open the project xml in vi editor? Is it possible to overwrite - may be a workaround??
      • krenevla's avatar
        krenevla
        Contributor

        I am not aware of any settings in SoapUI regarding this and yes, I have to open XML file in editor (before commiting to svn) and replace all ">\r" with just ">". Which is woking workaround but very annoying because I need to do it few times a day

         

        Is SoapUI using some locale settings from OS in it's editor?