ContributionsMost RecentMost LikesSolutionsRe: Data Gen - need help If you want to pass the Numbers(int) select type as Number and give your required numbers as Start & End. Re: Data Gen - need help You can do generate random data by using data gen test step, for say you need to pass random unique date , 1. Open Data Gen test step, 2. Add property by clicking on + icon by giving desired name 3. Select Type as Script 4. Write groovy script to generate date under Configuration, def gc = new java.util.GregorianCalendar() def df = javax.xml.datatype.DatatypeFactory.newInstance() def datexml = df.newXMLGregorianCalendar(gc).toXMLFormat() return datexml Note: Make sure data Gen test step will be the first step under test case. Update definition is not working when namespace is different before update and after update, For example: before update definition namespace is ns and after definition namespace is ns1, due to this service version is not getting update to latest version, any solution for this? Re: Integrating SoapUI with Mainframe Hi, I am working with Ready Api (Soapui pro) to test the soap services, when i send a request it will post/update the request data in Mainframes CICS screens, Now i want to verify my request data with CICS screens whether its updated/posted correctly from Soapui pro tool, I heard to do this we need to use Mainframes Transaction Gateway, could you please suggest me how to achieve this. Thanks in Advance. nagaraj Re: Mainframe integration Hi, Any ways to achieve this. even I'm looking for the same. Re: Integrating SoapUI with Mainframe Hi, Could you please help on how to integrate soapui with mainframes. Re: How to write an assertion to count number of elements in the response? Instead of X-Path or any other assertion , you can use DataSink test step to export all elements in the response to external excel. Hope this will helps, if your requirement is different then pls ignore. How to integrate/connect Mainfranes CICS from SoapuiNG PRo to verify cics screens with soapui responRe: Integrating SoapUI with Mainframe Hi Any one found the solution for to integrate soapui with mainframes cics If yes please help me out as well. How to connect to Mainframes CICS screen & Verify from SOAPUI Pro(Ready! API)