|
Title: Asynchronous WSDL test Post by: Manoj on June 09, 2008, 02:54:14 pm 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 Title: Re: Asynchronous WSDL test Post by: omatzura on June 09, 2008, 09:26:21 pm Hi!
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? regards! /Ole eviware.com |