Forum Discussion

JoeJoe's avatar
JoeJoe
New Contributor
15 years ago

soapui-settings.xml

Hi all,

I want to know, if there is a chance to set Socket Timeout and HTTP version in soapui-settings.xml and how?
I'm using linux soap-ui3.0.1 version in a command line.
Thanks
Joe

2 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    For the Http Version, you will need to add something like:
    <con:setting id="HttpSettings@http_version">1.1</con:setting>

    And for the Socket Timeout:
    <con:setting id="HttpSettings@socket_timeout">4000</con:setting>

    I hope that helps!

    /Nenad
    http://eviware.com