Forum Discussion
omatzura
18 years agoSuper Contributor
Hi Marc,
1) Use
SoapUI.getSettings().setString( HttpSettings.HTTP_VERSION, "1.0" );
SoapUI.getSettings().setBoolean( HttpSettings.DISABLE_CHUNKING, true );
2) Maybe you could use project-level properties for the endpoints? For example define a property named "MainHost", then use it in your endpoint(s) with ${#Project#MainHost} and change the value of the property for each run of the testcases!?
regards!
/Ole
eviware.com
1) Use
SoapUI.getSettings().setString( HttpSettings.HTTP_VERSION, "1.0" );
SoapUI.getSettings().setBoolean( HttpSettings.DISABLE_CHUNKING, true );
2) Maybe you could use project-level properties for the endpoints? For example define a property named "MainHost", then use it in your endpoint(s) with ${#Project#MainHost} and change the value of the property for each run of the testcases!?
regards!
/Ole
eviware.com