ContributionsMost RecentMost LikesSolutionsMissing token error in assertionHello, When I insert the XML response as it is in the content textbox of "contains" assertion, I get the missing token error and the assertion fails. Any idea about this? Is it something to do with the XML tags <> and other special characters? Regards SandeepRe: Adding multiple WSDLs with same interface nameHi SCR, If you try to add 2 WSDL URLs with the same interface name as I have mentioned in the hypothetical example I have given, the methods of the second URL I add replaces the methods of the firts URL. Just try thiis workflow and you will know. Regards SandeepRe: SOAP UI Open Source-> Using dynamic propertiesI used a groovy script test step to get a value and did a property transfer 9using property transfer step) to pass the value to the 2 nodes in the next step. It worked.Adding multiple WSDLs with same interface nameHi, I have 3 WSDL URLs to be added in a project and used for running various tests. ex: http://servername:8080/pwd/Interface1?wsdl http://servername:8080/abc/Interface1?wsdl http://servername:8080/jkl/Interface1?wsdl I observe that since the interface names are same in all the 3 urls, the definitions get overwritten each time and the existing methods obviously gets replaced depending upon the new URL. The workaround I used is to create a dummy project, add a WSDL and then clone the interface into the main project. I repeat this for the other 2 urls and I get 3 treeviews with the caption "Interface1Binding" for the parent node. Each tree view displays the methods under relevant URLs. Is there any other workaround? Regards SandeepSOAP UI Open Source-> Using dynamic propertiesHi, Here are a few queries regarding usage of properties in Soap UI open source Soap UI 3.0.1. Subject: Unique values to be created dynamically and passed on to multiple nodes in the same Soap request. 1. I would like to use the formula in the value of a property in the properties step.->{=(int)(Math.random()*1000)}+"AnyString" 2. I would then use a property transfer step to pass the value returned by this formula to 2 nodes in the soap request of the next step. Result: The formula is passed as is instead of the value I am expecting. I would like to see something like 123AnyString instead of {=(int)(Math.random()*1000)}+"AnyString" When I use the formula directly in the XML, then no issues but again I want the same value to be used by the next node in the same xml. In this case the value is evaluated again. {=(int)(Math.random()*1000)} {=(int)(Math.random()*1000)} Regards Sandeep