Tagged Questions
0
votes
1answer
33 views
Dynamic list in SOAPUI XML response
I'm mocking a soap service in SOAPUI. I have a list of objects in my context. I'd like to loop over this list to build the XML response.
Something like this :
Response Script :
...
0
votes
1answer
20 views
Possibility to trigger request when request received by MockService
I'm trying to automatically trigger a soapui request with a groovy script when my mockservice receives a request. The request to trigger is based on a different WSDL than the service.
if possible, ...
-1
votes
2answers
33 views
SoapUI Mock service groovey script to select right response
I have a mock service that has an operation with two possible responses. How can I select the right response based on a condition using scripting? Eg.
if(context.sessionID == ''){
// use response 1 ...
0
votes
1answer
43 views
How do I get the size of a response attachment in SoapUI?
I'm performing a series of file uploads and downloads through a WSDL defined interface in SoapUI (not Pro). The built-in assertions to verify these attachments are insufficient. I've found some ...
1
vote
2answers
78 views
How to use Global Property name in my JSON input request using SoapUI?
I have a SoapUI project which contains around 60 plus services. Each service requires some input which will be changed for every execution. So I have created certain Global Properties and assign some ...
0
votes
0answers
34 views
SoapUI groovy script calculation for W3C formatted datetime
How can I do the following using Groovy Script in SOAPUI?
I have two strings which contain datetime in W3C format e.g. 2011-05-06T10:10:10Z. I want to subtract one datetime from another and return a ...
0
votes
1answer
128 views
Need help - SoapUi testRunner.getStatus() is returning the status as “RUNNING” indefinitely
In SoapUI after executing a soap request test step (which is under a test suite -> test case)
through testRunner.runTestStepByName("Soap Request Name")
and waiting for 10 seconds after that soap ...
0
votes
0answers
36 views
JMS message truncated with SoapUI and Groovy via Hermes
I have tried to read JMS messages from a IBM Websphere queue with the following code:
import com.eviware.soapui.impl.wsdl.submit.transports.jms.JMSConnectionHolder
import ...
0
votes
1answer
95 views
How to create Set in groovy script for SOAP ui to be able to reuse it in my test cases?
I am testing object coverage for certain reporting solution. I have hundreds of reports and I need to see if set of objects used in those reports covers the set of all possible objects. I figured out ...
-1
votes
1answer
132 views
Groovy script working in Groovy console but throwing error in SoapUi Groovy Script
I am trying to send an email that contains a Test Step result in SOAPUI using Groovy script. I first wrote the code on my Groovy Console and it worked fine.
When I copied and pasted it in SOAPUI ...
0
votes
0answers
31 views
How to dowload attachments in SOAPUI?
I get the following response to a REST request -
Header -
Content-Disposition attachment; filename*=utf8''hardy.jpg; filename="hardy.jpg"
Content-Length 23790
Content-Type image/jpeg
HTTP/1.1 ...
0
votes
0answers
97 views
Access to a response attachment in soapui with groovy
I'm testing a web service that returns with an pdf coded with MTOM. I'd like to write a groovy script that saves this pdf anywhere as a file. This is similar situation like this ...
0
votes
0answers
89 views
how to add a xml node in soap ui for a test step response
i have a testStep1 for which i get 200 response. Now i want to add another child node to this response so that i can use this updated xml as an request in testStep2. How can i achieve this in soap ui?
...
0
votes
1answer
84 views
How can I programatically create Test Steps in SoapUI?
I am looking to automatically create Test Steps in an existing SoapUI project. Each test step is loaded from recorded SOAP requests saved in individual files. Every test step can have the same ...
0
votes
0answers
58 views
How to compare a value in the response with earlier values in soapUI?
I'm working with soapUI and groovy to do a test whether a particular value regenerates again?
I'll have a soapUI request with JSON which gives a id in the response, i should extract tat id and store ...
1
vote
0answers
60 views
SOAPUI comment unwanted tags in request
I want to do data driven testing in SOAPUI. Hence I'm trying to feed data into scripts from an excel file. To some extent I am successful. I updated all test scripts using a groovy script.
However, ...
0
votes
1answer
157 views
How send file with parameters to soapui
I'm testing webservice request with soapUi and need to send parameters to request, stored in config file.
Parameters are:
Key - static parameter, for access to webservice
Parameters 1-4 - dynamic, ...
0
votes
1answer
51 views
Making testSteps interact with each others using SOAPUI
I'm new at using SOAPUI and I can't find how to properly test the REST URI on my server.
I want to test POST, PUT and DELETE on a given URI.
The POST method should create a new entry in my database ...
0
votes
1answer
284 views
SOAPUI Groovy - Update XML request in another test case
I am having 2 test cases in my suite.
First test case contains 1 test step with xml request.
Second test case contains 1 test step with groovy script. I want to run the 1st test case from this ...
2
votes
1answer
188 views
Parameterized Variables for use in Assertion Groovy Script
Essentially, I am using SoapUI for some smoke testing and have created an assertion script that checks if there is data within an SQL database.
This test has to be ran on three different ...
1
vote
1answer
146 views
how to log testsuite or testcase results in a file using soapui scripting (groovy)?
I need to log TestResults in a text file using SoapUI scripting eg. Groovy script. It will be very helpful if it would be either TestSuite results or a TestCase results. Can anyone please give me ...
0
votes
1answer
52 views
Copy data from a currently open browser window and paste into another program?
I'm researching a method to accomplish what the title describes. Here's more detail:
I have an Internet Explorer window open with some fields filled with data. I have a programmed called SoapUI open ...
0
votes
0answers
39 views
How to start script with the package name?
I am trying to utilize Groovy to test webservices using soapUI.
Here is my basic question. This is the package name:
com.eviware.soapui.impl.wsdl.panels.support.MockTestRunner@7926de
I am writing ...
0
votes
2answers
259 views
Using groovy script as a value for property in SoapUI
A am not familiar with soapUI and groovy so maybe somebody can help me. I tried to use this property definition to generate unique id
${=((0..<20).collect{['a'..'z','0'..'9'].flatten()[new ...
0
votes
1answer
190 views
How Can i pass result from a method in groovy to the body of a request in SOAPUi
Can i start by saying i am new to programming and SoapUI(more like a week old). i apologies in advance for asking the question(s) i am about to ask.
Problem
basically, i am trying to automate ...
1
vote
1answer
527 views
groovy.lang.MissingPropertyException: No such property: getTestCaseByName for class:
Did any one face this issue? is there any solution for this?
To run the step InvalidLoginAttempt from test case session I have tried the below script
...
0
votes
1answer
158 views
Using groovy-wslite in SoapUI
I'm using SoapUI version 4.5.1 on a Windows 7 box to create a mock webservice. It includes a Groovy script that is fired at an OnRequest event which attempts to create and send a second response.
The ...
0
votes
2answers
187 views
Parsing and Recursion of SOAP response in SoapUI
I have a SOAP response from a TestStep in SoapUI. I want to parse each value of a specific element in the response and send it as a parameter to a separate request call to another web service.
...
1
vote
3answers
548 views
SOAPUI: How to include Groovy script from an external file
How can I include groovy script from an external file?
I was tried to use:
def script = new GroovyScriptEngine('d:/soapui/payment.v2').with {
loadScriptByName( 'proxy.groovy' )
}
...
0
votes
1answer
48 views
SoapUi AMF Request do login
I downloaded Soapui and configured it to do AMF Request.
My server is using spring security so i have to be logged in to call functions.
Here is a screenshot : http://hpics.li/a632c3e
How can i set ...
1
vote
1answer
235 views
passing a script value to a endpoint in soapUI
My Question: I need to pass a script's value as a part of a Request's endpoint. How to perform this?
Scenario: I should maintain a id throughout the test suite which contains 10 or more Test cases. ...
0
votes
2answers
318 views
How to define simple global function in soap ui for use by every mock operation or service (groovy scripting)?
I have some common code that gets called while processing the response for every mock operation in a mock service in SOAP UI.
How and where can i define a public globally accessible function so that ...
0
votes
2answers
366 views
Where does Soap UI look for a file in new File() Groovy Script by default? How do i change this?
I have a groovy script which reads the text from a file and returns it as a response
i have to read it as follows
text = new File("D:/text.xml")
now the problem is i'd like to use relative paths.. ...
1
vote
0answers
393 views
SOAPUI Error: Attempted read from closed stream for JSON POST to redirect to GET after 302
I am trying to test a Rest service API Method for adding/updating member record, with following details:
Parameters:
post-body (JSON document) - Object representing a member and the source of their ...
0
votes
0answers
110 views
load test suite for creating concurrency scenario in soap UI
I need to create concurrency scenario in SOAP UI by calling multiple same request at same instant. What i need is that after one iteration i need the parameteres passed to change dynamically. I am ...
1
vote
1answer
348 views
SoapUI MockService: Work as proxy
I'm writing MockService in SoapUI.
In the case if node exist in a received SOAP Request (by XPath) I want generate response by groovy script. In other cases I want redirect a received ...
2
votes
1answer
446 views
In soapUI, how do I transfer multiple property values from a groovy scipt to a property list, containging properties?
I'm getting myself acquainted with groovy (,for soapUI) and have hit a roadblock trying to figure out how to transfer some property values to a property list. Tried out property transfer steps, but ...
0
votes
0answers
267 views
SoapUI MockService determine request namespace in MockResponse script
I am being sent a generic request that has a CDATA section that contains the real request. I am required to determine the approriate response based on the namespace of the CDATA request.
So a typical ...
0
votes
1answer
118 views
Attachement in soapUI
I am getting a response which contains a text file as an attachment but I am not able see that attachment in soapUI attachment tab even I changed MTOM true.Can I get this attachment by writing some ...
0
votes
1answer
334 views
I can not see logs in soapUI groovy script test screen
I'm using an external jar in order to test my apps and this jar publishes some logs in soapui.log file
However, I can not see them in log frames of groovy screen (soapui log, http log, jetty log, ...
0
votes
1answer
433 views
How to generate requests and responses for all operations of a WSDL in soapUI using a groovy script?
I have a WSDL which has multiple operations. For each op i want a template .xml with its response and request.
I know how to do this manually in soapUI but I would like to generate them using a ...
1
vote
0answers
576 views
soapui shared datasource in groovy script
I have prepared a test case in SoapUI Open Source which loops over values in csv file and sends request for each set of values (taken care of by groovy script). I want to modify it so each thread for ...
0
votes
0answers
490 views
Parse test step input request to remove a node using Groovy in soap UI pro
I am very new to groovy , and I have a input request that is one of the test step of a test suite/Test case in soap UI, the requirement is to remove a node based on some conditional check and write ...
0
votes
1answer
176 views
Groovy String To Date
I am trying to parse a String using the SimpleDateFormat, but the resulting Date seems to be off by a few months (day of the week, time (different time zone) and year are correct).
def headers = ...
0
votes
0answers
74 views
How to update WADL in soaui Pro? [closed]
can anyone tell me how to update wadl in soapui pro.Though i am able to update WSDL but not able to update WDSL.
0
votes
3answers
926 views
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: Script7.groovy: 1: unable to resolve class
I am currently receiving this error when trying to run a soapui file:
org.codehaus.groovy.control.MultipleCompilationErrorsException:
startup failed: Script7.groovy: 1: unable to resolve class ...
2
votes
1answer
1k views
groovy.lang.MissingMethodException: No signature of method:
I am trying to run java eclipse files from soapUI. The files currently run fine in Eclipse, however when attempted to be run in soapUI, the following error message is shown.
...
0
votes
1answer
79 views
What do I put into the XML to read from an array?
I am using soapUI and have 130 IDs that I would like to choose from and have the test pick a random one from an array.
I have a GroovyScript which looks like so:
IDNumbers = [1,2,3,etc.]
rand = new ...
1
vote
1answer
270 views
groovy loop does not stop
this is part of a teardown script, but it is giving me some trouble.
while ( n-- > 0 ) {
testRunner.testCase.setPropertyValue( "ExpectedNo" + n, "")
}
n starts with value 5 and does reset ...
0
votes
1answer
995 views
How can I add parameters to the url as part of the path in a SOAP UI REST request?
I'm creating a test case for a REST API in soapUI 4.5 where I'm going to use the content from step X to make a new call in step Y.
Ideally I'd create the REST request with some parameters, say A and ...

