ContributionsMost RecentMost LikesSolutionsRe: Re: how to pass data in the form of x-www-form-urlencoded Hello Rao, I am using "SoapUI 5.2.1". Concern: I am using "Content type: application/x-www-form-urlencoded" Example Request including the API key curl -i https://sonar.fonix.io/v2/sendsms \ -H X-API-KEY:test_BYZNk5YUBMLfowSOQTUuqq3t \ -d ORIGINATOR=84988 \ -d NUMBERS=447111222333 \ -d BODY=Hello+World Content-type: application/x-www-form-urlencoded Please check attached image for SoapUI responce Re: how to pass data in the form of x-www-form-urlencoded Hello TesterVin, Did you find anything for this problem? Please update your solution so I can proceed furture Re: Eclipse SoapUI plugin Thanks Rao, I am using, SoapUI: 5.2.1 Firefox Browser: 37.0 Selenium Webdriver: 2.48 I belive due to SoapUI limitation above combination dose not work I am able to launch firefox browser but could not able to launch URL Re: Eclipse SoapUI plugin Thanks Rao and Rupert My main concern is, I have to verify web service responce in SoapUI. My Aproch to verify responce is I will read each value from SoapUI's web service responce and verify it with my prepopuleted excel data. To pre populated excel data before running this SoapUI script I have to run my selenim script which retrive data and store into excel There is below two approch, SoapUI call selenium script to retrieve data from salesforce Solution: Possible, SoapUI allow to call selenium script from SoapUI Risk: SoapUI support old selenium version jar so selenium script can run only on firefox 28 and below browser version Mitigation Plan: I have approach to SoapUI Community for solution other than degrading firefox browser version and waiting for hear some good solution from their end Selenium call SoapUI script using eclipse add on Solution: Possible, SoapUI community have developed eclipse pugin for SoapUI integration Risk: Eclipse plugin not working (Not allowing to install) Mitigation Plan: I have approach to SoapUI Community for any alternate solution and waiting for hear some good solution from their end Let me know your suggetion or thoughts. Eclipse SoapUI plugin Hey, Can any one provide me Eclipse's SoapUI PlugIn URL So I can integrate SoapUI with my Eclipse? I have checked "http://www.soapui.org/soapui-for-ide/eclipse/eclipse-plugin.html" but this is older and Currently not working I have Checked "https://marketplace.eclipse.org/content/soapui-eclipse-plugin" this is also not working Please advice your thoughts as soon as possible Re: SoapUI and Selenium Hey, I agree with your words that if we wants to work with Selenium and SoapUI we have to keep same version Jar. For your issue regarding launching URL after opening browser we recive a exception of 'Failed to connect to binary FirefoxBinary' that is because of firefox browser version we are using downgraded selenium jar which dose not support our leatest browser version. I am still looking for solution rather than downgrade firefox browser version. Please let me know if you find any solution for this problem. Re: SoapUI 5.0.0 and Selenium WebDriver 2.44.0 Hello Mohan, Your issue is regarding comaptiblity of SoapUI and Selenium Jar, Please Use selenium-server-standalone-2.41.jar this compatible with SoapUI leates version. Let me know still if you have any difficulty or alternate solution.