Forum Discussion
ChrisAdams
Champion Level 3
Hi,
Th first thing I would check is the value returned from getPropertyFile.
E.g.
log.info(com.eviware.soapui.SoapUI.globalProperties.getPropertyValue("GLB_Input_Data_Path" ));
The error is complaining that it can't decide whether you're passing in a String or URI.
You could, and I haven't tested this, is ensuring the path is indeed a string.
String filePath = com.eviware.soapui.SoapUI.globalProperties.getPropertyValue("GLB_Input_Data_Path" );
File file = new File(filePath);
Padmajakosana
2 years agoNew Contributor
The process what I am doing is:
After installation of SOAPUI, I imported the project, then generated tokens and click on Token from my project opens the Token, click Run is throwing this error.
I mean to say that, the code and everything is pre-generated. We are just generating Tokens and running calls to verify the automation calls.
Would any live agent be available to help me fix this issue? Please advise
Related Content
- 5 years ago
- 5 years ago
- 14 years ago
- 12 years ago
Recent Discussions
- 15 years ago