NAVTEQ
14 years agoOccasional Contributor
Findings soapUI pro 4.5 Beta 1 on Mac OS X Lion
Hi,
I tried the new 4.5 Beta of SoapUI pro and encountered following issues:
Pipes ('|') in resource paths are not handled correct: Using a '|' in a template parameter will remove complete path; this means that request is going to http://localhost instead of http://localhost/service/resource/<parameter>.
Error message is:
Percent encoding the template parameter does not work, because soapUI encodes '%' symbol. E.g. parameter usr%7Ctest will be encoded to usr%257Ctest
And I cannot enter any symbol that requires ALT + another key combination in the payload text field on request window. So I am unable to enter JSON because I am unable to enter {,},[ and ] for example. Copy and paste works, though.
I tried the new 4.5 Beta of SoapUI pro and encountered following issues:
Pipes ('|') in resource paths are not handled correct: Using a '|' in a template parameter will remove complete path; this means that request is going to http://localhost instead of http://localhost/service/resource/<parameter>.
Error message is:
ERROR:java.net.URISyntaxException: Illegal character in path at index 34: http://localhost/service/layer/usr|test
Percent encoding the template parameter does not work, because soapUI encodes '%' symbol. E.g. parameter usr%7Ctest will be encoded to usr%257Ctest
And I cannot enter any symbol that requires ALT + another key combination in the payload text field on request window. So I am unable to enter JSON because I am unable to enter {,},[ and ] for example. Copy and paste works, though.