ContributionsMost RecentMost LikesSolutionsRe: How to test Asynchronus web method using soapUI.Hi Let me elaborate a bit on the client-server interaction happening. We have a WCF service that exposes an operation that is called asynchronously, lets call it UploadAndProcessFile. For making it asynchronous, we have two corresponding BeginUploadAndProcessFile, and EndUploadProcessFile. From client side, this is how we call the method asynchronously. IAsyncResult ar = client.BeginUploadAndProcessFile(file, null, null); ar.AsyncWaitHandle.WaitOne(); EndUploadResult res = client.EndUploadProcessFile(ar); How can we perform a similar call from SoapUI ?Re: How to test Asynchronus web method using soapUI.Actually need to test an Asynchronus WCF and web method sends the image for upload and then give call back to client and on the background another window service stores the image and parse the and then parsed image data is sent back as server response.How to test Asynchronus web method using soapUI.Hi, we are using SoapUI to test Web service and there is one asynchronus call that has to be tested. scenario is that one file is uploaded using upload web method and server waits for complete upload of file and then sends the response once upload is done. Upload request is not reaching to server. Please suggest.Regarding Soap UI Licence use issue | Order number: 269132525Hi Ole, Stryker has purchased SopaUi pro licence and also got it renewed on 21st april, 2009 but we are not able to use becouase it gives an error that “license expired” when trying to import license file in Soap UI. Please help.Re: Multithreading Test of Web ServiceThe Basic need is to review the output, using Load Test Multiple requests can be providded to web service and response time van be seen but i want to review the output of all the requests, Can this be achieve using soapUI Pro Tool?. Reply soon. ThanksMultithreading Test of Web ServiceHi Ole, I want to give multiple Requests at the same to the web Service Application to test that it does not hangs, Please let me know that if this can be tested through SoapUI. Waiting for your Reply, Thanks.InvalidOperationExceptionHi, I have mocked a Web Service in Soap UI and am trying to calling it form my application but i receive the following error: "Client found response content type of 'text/html-charset-ISO-8859-1' but expected 'text/Xml" Please help me out in solving this issue as it is very critical for my project. Thanks & Regards, AchinHow to execute different Test Suites in one go using grrovy script or any otherHi, Please telll me how to execute different Test Suites in one go using grrovy script or any other way in Soap UI. ThanksRe: Need Soap UI TrainingHey Ole , I am still looking for your response,. Thanks,Need Soap UI TrainingHi Ole, I am looking for SoapUI training, Is there any online training scheduled soon? Thanks