ContributionsMost RecentMost LikesSolutionsDecrypt Base64 response XMLThe response I get for my WebService call in SOAPUI is in Base64. How do I display a formatted decrypted response XML? I tried the Script Assertion which looks like this: def groovyUtils = new com.eviware.soapui.support.GroovyUtils( context ) def requestHolder = groovyUtils.getXmlHolder( messageExchange.requestContent ) def responseHolder = groovyUtils.getXmlHolder( messageExchange.responseContent ) //responseHolder.getXml(); //assert XmlUtils.decoder64(responseHolder.getXml()); XmlUtils.decoder64(responseHolder.getXml()); This logs the decrypted xml in the script log. Is there a better way?Re: Premature End of File in SOAPUI but not in SOAPUI ProI got this error in SOAPUI version 3.0. I downloaded the 3.6.1 and the error did not occur. I think the 3.0 version was not recognizing the attachment I had with the request.Premature End of File in SOAPUI but not in SOAPUI ProI get Premature End of File in SOAPUI for the same XML and not in SOAPUI Pro. Any suggestions?Invalid/empty responseI get -> Invalid/empty response and the test fails. This is a valid response for me. What kind of assertion do I add do disable this failure?LoadTest in SOAPUII want to load test 1000 xmls in SOAPUI or LOADUI. Without DataSource teststep (SOAPUI Pro) how can this be achieved?Re: SOAPUI Response as RequestI was able to do this by using XPath: declare namespace D='http://schemas.xmlsoap.org/soap/envelope/'; //D:Envelope[1] in Source and Target and checking Transfer Child Nodes in Property Transfer placed between the Test Cases inside the Test Suite.Re: SOAPUI Response as RequestHow can I automatically create a request out of SOAPUI response without manually creating a request? How can I automatically create a request out of SOAPUI response without manually creating a request?SOAPUI Response as RequestHow can I automatically create a request out of SOAPUI response without manually creating a request?