ContributionsMost RecentMost LikesSolutionsAsynchronous web service testingHi, We have to test asynchronous web services. Can any one suggest the approach and how this can be tested using soapui. Thanks, Narasimharaoexternal report collectorHi, We require custom reporting i.e need to show more information in JUnit reports. Can one help us how to create and use/plug customer reporting feature in soapUI? Seems we can extend JUnitReportCollector and use it for collecting information. Any help is greatly appreciated. Thanks, NarasimharaoRe: Automatically saving request and response filesHi, There is support available in SoapUI. Launch test execution using testRunner(select test suite/test case and right click to find option) In the reports tab of testRunner select ExportAll check box and select RootFolder to export. soapUI creates a text file for every step in the test case to this folder. This file contains request and response etc information. Hope this meets your requirement. Thanks, NarasimharaoJMS and SSLHi, We are using JMS transport. We have to use SSL connection for send/receive the messages. We did not find any documentation to use SSL with JMS. As hermes JMS is used to establish the connection What configurations/procedures we have to set for SSL with JMS. Thanks, NarasimharaoLoadUI and JMSHi, As per the section "Technology Support" In the following url loadui supports soap/wsdl,rest,http,amf,jdbc,pox. http://loadui.org/About-loadUI/features.html I would like to know whether LoadUI supports JMS services also? Thanks, NarasimharaoIssue with durable subscriptionsHi, We are facing a major problem with soapui when using with jms transport. As SoapUI only supports durable subscriptions the broker is maintaining durableSubscriptionName even after the request is successfully served.It is observed that it is maintained after couple of months which is causing a major problem. Can any one suggest a way to remove these durableSubscriptionName i.e unsubscribe without changing the java sources of soapui or suggest a way to create non durable subscriptions. This is very urgent and a major client is planning to use soapui if it is resolved. Thanks, NarasimharaoRe: how to add jms properties to WSDLRequestStepHi, I figured out how to add a jms property to soaprequest step. here the code using java JMSPropertyConfig soapActionJMSProperty = JMSPropertyConfig.Factory.newInstance(); soapActionJMSProperty.setName(jmsPropName); soapActionJMSProperty.setValue(jmsPropValue); requestStep().getJMSPropertiesConfig().getJMSProperties().add(soapActionJMSProperty); Thanks, NarasimharaoConfiguring hermes with maven pluginHi, Iam trying to setup maven-plugin with soapui with hudson to run the tests.As suggested in the help i configured the plugin and facing issue with hermes home. Please guide me in the following 1.What are the required jars to be in path/dependencies for hermes 2.Though i placed all the hermes jars are in path iam getting exception that hermes home setting is not availble. Please help me in configuring hermes jars and settings. It would be great if a sample pom.xml can be shared. Thanks, NarasimharaoRe: Issue creating JNDI sessionhi, I figured out. We have to set com.sonicsw.jndi.mfcontext.domain=XXx for sonic/progress MQ in a property file and give the property file as userPropertiesFile. Here the screenshot for reference. Thanks, NarasimharaoIssue creating JNDI sessionHi, Iam trying to send message to JMS queue thr JNDI lookup. I have created a JNDI session but could not discover the queues/topics. Iam attaching the jndi configuration and error message i got. Seems it is using Domain1 always, though i configured different domain. Also i tried configuring a context but getting the same error.Looking for suggestions as it is very urgent to proceed. Thanks, Narasimharao