DLR
7 years agoSenior Member
SoapUIPro Java Integration
Hello, I am having some trouble with the Java integration API provided by the ready-api-maven-plugin v2.4.0 with the same local version of ReadyAPI installed.
Certain requests, no matter how they are encoded, are including an escaped return character "\r" on each line of the request body. i.e;
{\r
"subject" : {\r
"principals" : [\r
{\r
"name" : "username",\r
etc, etc.
These tests work fine while running in ReadyAPI, but when called from java they are including these characters. I am using the SoapUIProTestCaseRunner, and I am having no luck finding a solution for this.
If anyone has any advice please let me know!