Tagged Questions
0
votes
1answer
25 views
How to test the response content-type using SOAP UI
I am new to this SOAP UI .
I got a requirement to test if the response body is not empty .
Can you please tell me how to solve.
My idea was to check the content-length of the response using ...
1
vote
0answers
59 views
SoapUI doesn't send out query string after “Post QueryString” is checked
I tried to test RESTful web service by posting query parameters, however, after I checked "Post QueryString" check box, no parameters were send out with request
Can someone please tell me what is ...
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
0answers
68 views
SOAPUI: Change Dynamicaly the field value of an XML Body in REST POST request
I defined a new POST REST request in SoapUI and would like to change dynamicaly a field value the XML Body.
Let's say I send the following XML body:
<?xml version="1.0" encoding="UTF-8"?>
...
0
votes
0answers
74 views
WADL testing returning 404
I am trying to test a RESTful service using SOAP UI. The service is just a hello world code which accept the username at the end of the URL, invokes @GET method in the service and returns a String.
I ...
1
vote
1answer
210 views
How do I setup SoapUI to have a REST service using a “Template” style parameter, which is comma delimited 1 or more times?
I'm using SoapUI's REST service to do some testing. See this link for an example of the Template parameter: http://www.soapui.org/REST-Testing/understanding-rest-parameters.html
My request needs to ...
0
votes
0answers
929 views
Parameterize JSON POST request for testing REST Web services with SOAPUI
I am testing REST web services with SOAPUI. I am trying to parameterize POST JSON requests. So i created a file called 'JSON.request' and attached it under Request (refer attached screenshot). When my ...
1
vote
1answer
145 views
SOAPUI Rest service error
I have a Jersey Rest service running on Glassfish. When I test my service from Firefox by simply typing the URL, I can GET the expected result as json on browser.
I wanted to test the same method ...
1
vote
0answers
386 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
1answer
981 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 ...
1
vote
1answer
335 views
SoapUI TestCase - How to extract raw response string for the second step
I use SoapUI to make a simple test:
Call a REST service (POST) which returns me something like
"key:value"
Call a web service (SOAP) with one of the element = the value from step 1
I just search ...
0
votes
1answer
297 views
DataGen in soapui or soapui pro?
I want to test Restful web service in soapui. For that, i need to read values from excel and pass that to request.
I searched in net, I found that it is possible through DataGen test Step. I have ...
2
votes
1answer
551 views
soapUI: multipart/form-data REST request with file attachments
I am using soapUI for testing a REST web service. Is there a way to attach a file with the other parameters in a multipart request? I see the attachment tab in the panel but I cannot give that ...
1
vote
1answer
353 views
is it possible to change the query parameters in REST API from script editor in SOAPUI?
i am doing load test on this REST API using SOAPUI.
http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=false
i ve successfully setup ...
0
votes
1answer
429 views
Testing REST service with soapUI (trial version)
I would like to use soapUI (trial) to POST to a REST service. I setup the request. When I post a one line JSON it works fine. If I POST a JSON text with line breaks (PrettyPrint) I get the HTTP 500 ...
1
vote
1answer
423 views
Soap UI, REST API, update database
I am going to use soapUI to test the REST API framework.
Is there a way through which i can insert/update records inside the MongoDB with data in a file type(csv, txt etc) using soapUI tool?
What i ...
0
votes
1answer
1k views
SOAPUI Extract data from SOAP Response and use in REST request
I have been looking at the answer to this question:
Pulling details from response to new request SoapUI
which is similar to what I am looking for but I can't get it to work.
I have a small SOAPUI ...
1
vote
3answers
867 views
Recommended testing frameworks for testing SOAP as well as REST services?
We have several WCF services - some with SOAP endpoints and others that with REST endpoints. There are also some services that have both SOAP and REST endpoint (diff. customer specs/demands). So far ...
1
vote
2answers
2k views
WADL Generation Tool
Is there a tool which takes a Java File what describes a REST service as a parameter and generates a wadl file out of that.
0
votes
1answer
1k views
Parse REST Request in SOAPUI Mock Service
I am trying to achieve a very simple goal in soapui
I have created a mock rest service in soapui that I can return static content from if the last resource matches a file name. problem is:
I use ...
1
vote
1answer
1k views
Connect to SugarCRM REST services with SoapUI
I saw somewhere in net (like SugarCRM SOAP test call fails), that some people use SoapUI to access SugarCRM SOAP or REST web services, with urls like http://ip/sugarcrm/service/v2/soap.php and ...
4
votes
1answer
774 views
soapUI vs rest-assured for REST API testing
What's better for testing a REST API in built in Spring 3.1, soapUI or rest-assured? oAuth 2.0 is used for authentication.
3
votes
3answers
6k views
SoapUI: ConnectException: Connection timed out:
i try to send request via REST.
I get success response when using firefox rest-client,
but in SoapUI i get exception attached below.
How to resolve this issue?
Thanks.
...
20
votes
9answers
15k views
What tools do you use to test your public REST API?
Looking for tools use to test REST API.
So far I'm only aware of SoapUI. I've tried SOAPUI but - at least in a mac - it's terrible.
Wondering what people are using to test their own APIs.
1
vote
1answer
998 views
WADL: complex type from external xsd
I need to test authentication procedure using the wadl file below:
<application xmlns="http://research.sun.com/wadl/2006/10"
xmlns:sis="http://sis.thecompany.com/" >
<grammars>
...
