Hello, How do I test asynchronous services through soapUI? I have WSDL which is asynchronous in nature(no result found). How do I test that? Regards, Manoj
Good question :-) You can make one-way calls from soapUI, but since you are not getting anything back you don't have anything to assert, right? Is there any way you could use groovy to check the state of the accessed service? Or another web service request?