ContributionsMost RecentMost LikesSolutionsRe: How to add a bearer token to sopeUI header request Like this Re: error loading wsdl Looks like the WSDL URL is broken. Tip: Try to open WSDL link in a browser if you see xml content then WSDL is working. Else its not. Re: Pass variable from Groovy Script to request To set a value to TestStep you have to use testRunner.testCase.getTestStepByName("StepName").setPropertyValue(java.lang.String name, java.lang.String value) Re: Unable to update WADL from Swagger with 5.5.0 Still looking for a solution. Unable to update WADL from Swagger with 5.5.0 Added a WADL to my project using ImportSwagger option. After few months a couple new methods have been added by devs. Clicking on 'Recreate WADL' button on the service viewer is not updating the new methods to my project. I can not delete it because soapui prompts saying its going to delete all the associated steps. What can i do now? Re: SoapUI oauth2 token retrieval failure Network proxy / Proxy tool(such as Fiddler) cause this. Re: SOAP UI error 'ERROR:com.eviware.soapui.impl.support.definition.support.InvalidDefinitionException' SoapUI unable to load the WSDL. Are you able to load the WSDL from a browser? Re: SoapUI 5.4.0 Client Credentials Grant - Get Access Token failure Palou - Make sure MediaType as xxx-form-urlencoded and select Post query string. Add a header with content type as app/x-www-form-urlencoded. Screen shot below. Re: SoapUI - Page can not be loaded while trying to get Azure OAuth2 token In my case the exact same details worked on postman for our devs. So I knew the data was correct & it was easy to debug and pinpoint it as a proxy and SoapUI issue. A tool like Fiddler will also cause this issue with SoapUI. If you see an error 'Page can not be loaded' and you are sure you have everything correct then its a network issue. Good luck Re: SoapUI - Page can not be loaded while trying to get Azure OAuth2 token For me it was not about the setting on SoapUI. It was the network proxy my company had.