ContributionsMost RecentMost LikesSolutionsRe: Property transfer step failed when run through Maven Dear SmartBear Community , I tried all the available Maven plugin versions and voila ,Property transfer worked with V5.1.0 . Build was success however a new error related to double slash came up during the run.(Please see below ) 11:35:49,665 ERROR [SoapUI] An error occurred [Double slash (//) in path], Thanks for your help in advance Regards Abhai Josey Karottu Re: Property transfer step failed when run through Maven Hi Debz, Thanks for your help and quick reply.Really appreciate it. Yes,I am using a SOAP UI Open source version (5.3.0). I tried exactly as you advised me above but now unfortunately getting new errors. For example I tried Maven plugin 5.3.0 (<version>5.3.0</version>)in POM XML but build failed as it was not possible to locate the corresponding plugin Jar file.(please see below) Could you possibly send me one working sample POM XML for reference which includes all the latest required versions? For your information .I have the following versions in my system. Apache Maven 3.5.0 Java 1.8.0 SOAP UI 5.3.0 Thanks for all your efforts in advance. Regards Abhai ------------------------------------------------------------- Error message for Plugin 5.3.0 Plugin com.smartbear.soapui-pro-maven plugin:5.3.0 or one of its dependencies couldnot be resolved.failure to find com.smartbear .soapui:soap ui-pro-maven -plugin:jar:5.3.0 Property transfer step failed when run through Maven Dear SmartBear Community, I tried Property Transfer in my REST Calls which works well in SOAP UI tool however when tried to run via Bitbash using POM Xml- Maven plug 4.6.1, the Maven build failed due to unsuccesful Property Transfer .(Please find attached ) I tried to Property transfer the offer ID from a JSON response as shown below. The JSON path was set as $.offer.id in the Property Transfer section.(please see attached). "offer": { "version": 1, "id": 81711, "businessType": "NO", "contract": null, "organisationAssociations": [ { "version": 1, "id": 83711, "organisationId": "01019", "hackInitialOpportunityIdForSf": "DEI0200C98", "crmReference": "%7B%22oid%22%3A%220064E000004JuEdQAK%22%7D" }], "country": "DE", "documentLanguage": "de", "availableTransitions": [ "invalidate", "updateSps", "modifyOfferData", "modifyMainItem" ], Also find attached the POM Xml file and corresponding error message in Bitbash. Looking forward to hearing from you. Abhai Josey Karottu