Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Discussion List
Attachment in Parasoft
Hi team, I am seeing a tab in soap client as attachment. What is the use of that?
Response: SOAP-ENV:Server: javax.xml.transform.stream.StreamSource cannot be cast to java.io.InputSt
When I'm trying to submit a request. I'm getting the below error. The same request is working for my team. can you anyone have an idea why i'm getting this error. I tried with Parasoft SOA Test9.8 and 9.10. Both tools are getting same error. <?xml version="1.0" encoding="UTF-8"?> SOAP-ENV:Server…
Refresh WSDL
I am automating SOAP services, I am passing the WSDL in the wsdl section. I want my SOAP clieny to automatically detect the wsdl and update the definition?? Is it possible?
Parameterizsing WSDL
Hi All, I have around 30 SOAP webservices and i would like to hit all of them and see their response. I am able to parameterize the WSDL, ENDPOINT from Environment variables. But i want it to be parameterized from my input sheet which is not getting recognized. Could you please help!! Thanks in advance
Send SOAP Calls via Virtualize
Hi Everyone, I need to simulate the following scenario: Step 1: Virtualize receives a REST Request that requests for status Step 2: Virtualize needs to send 3 different SOAP Calls to a webservice hosted on it Step 3: Virtualize responds back to REST Request received on Step 1 with statuses from Step2 I am currently unsure…