soapUI is the desktop application for inspecting, invoking, monitoring, simulating/mocking as well as testing of REST/WADL and SOAP/WSDL-based Web Services.
20
votes
5answers
23k views
Testing Webservice with SoapUI windows authentication
Is it possible to include the windows domain credentials to test my webservice with soap ui? I found a properties page but the IIS just responses with "wrong credentials".
10
votes
3answers
17k views
SoapUI getting request parameters in mock service script
This is probably a very easy one for all SoapUI regulars.
In a SoapUI mock service response script, how do I extract the value inside the request I'm replying to?
Let's say the incoming request has
...
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.
5
votes
2answers
5k views
SoapUI Groovy API documentation
I'm using Groovy scripts as part of our SoapUI automation efforts.
I tried looking in SoapUI's website for documentation on their object model and how Groovy can be used properly within the ...
3
votes
1answer
758 views
SoapUI Maven plugin- executing multiple projects
I'm working on converting an ant execution of the soapui testrunner to using the maven plugin and I can't get a good answer as to how to execute multiple projects using this plugin. I found a forum ...
1
vote
2answers
277 views
WCF webservices times out from SoapUI
I have the following in a WCF project .Net 4.0:
[ServiceContract]
public interface EchoService {
[OperationContract]
void Ping();
}
[ServiceBehavior]
public class EchoServiceImpl : ...
3
votes
3answers
170 views
Automation Testing web services
I work for a Midtier team & I've been pretty much testing web services Manually using SOAP UI. I got a task of getting the regression testcase to be Automated. We dont have any Automation team ...
1
vote
1answer
93 views
servicestack webservice testing with SOAPUI
I have created a service using Service Stack and would like to test it using SOAPUI.
When I setup the SOAPUI project with the soap12 wsdl url [http://<developmenturl>/soap12], I keep getting ...
0
votes
1answer
844 views
Using Groovy Script in sopaUI - Copy the content of a XML Holder to Another (Trying to CLONE the SOAP request Test Step)
I am a newbie to groovy scripting and seeking your help to find a solution to the issue I am facing at the moment.
My requirement is that, on each iteration based on the test data input, I will have ...
4
votes
2answers
6k views
How to return dynamic response in SoapUI MockService
I am new to SoapUI and have just configured a very simple MockService. Is it possible to manipulate the response so that for a particular request the response's elements are dynamically built up?
...
5
votes
1answer
6k views
soap ui generated code
I have a webservice I am trying to build a client for.
I have the following wsdl:
http://www.cmicdataservices.com/datacenter/service.asmx?wsdl
It requires authentication. Looking at the WSDL ...
2
votes
2answers
9k views
KSOAP2 for Android gives
I'm trying to access a web service whose WSDL is at http://srilanka.lk:9080/services/CropServiceProxy?wsdl . Using SoapUI I sent a request and successfully got a response.
Then using KSoap2 for ...
1
vote
2answers
1k views
Magento - SOAP API response incomplete when using a MAMP stack under Lion
I tested Magento's SOAP API using soapUI. I successfully logged in and got a login hash.
Then I tried to retrieve a list of products and this worked fine.
This was on a Linux server using the ...
5
votes
4answers
13k views
WSDL/SOAP Test With soapui
I have tested my web services (wsdl/soap) with soapui. and i have the errors :
http/log : error 400 BAD REQUEST.
What can be the error please with my wsdl ?
error/log :
un Jun 05 14:10:37 CEST ...
5
votes
3answers
6k views
SoapUI with Fiddler
I am trying to route my soapUI web service requests via fiddler, but it doesn't seems to work. I tried url's like
http://localhost./myservice/myservice.asmx
...
4
votes
2answers
4k views
How to make jetty-maven-plugin deploy a war that is retrieved from a repository?
I'm setting up an integration test module for a good sized web project. The integration test module is separated from the web project itself, and it has it's own pom.
The idea is to use the ...
3
votes
2answers
1k views
WCF: Implementation of IClientMessageFormatter SerializeRequest for controlling xml namespaces
My C#.NET project has to talk to an external Java-platform web service (Sonic ESB). For development and testing, I have a mock service running in SOAP UI. The webservice shares an object called ...
2
votes
1answer
3k views
SoapUI mocking asynchronous services
We use SoapUI to mock web services to test our application (APP) before we have access to real webservices.
Creating a synchronous Mock Service which will return predefined response is ...
1
vote
2answers
49 views
Service Stack Serialization Exception for soap 1.1
The Request Message:
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
...
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
450 views
Groovy script to get the request xml
I can get the response xml using Groovy script. I need to get the request XML since I need to add 'assertion script' to my soap ui testing.
I am using the following code to get the response xml
def ...
0
votes
2answers
688 views
“*Certificate not found* (from client)” when calling Web Service that requires signing
I have a peculiar problem when calling a web service that expects the message to be signed using WS-Security. If I call using my client application (using Apache CXF) I get a HTTP 500 error message:
...
0
votes
1answer
1k views
soapUI assertion where value is groovy reserved word
I have a response that contains the following:
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<env:Body>
<project:loginResponse ...
6
votes
1answer
3k views
soapUI changes (disables) proxy settings of Internet Explorer
installed soapUI 4.5.1.
When i start soapUI it disabled all checkoxes in IE 8 Internet Options > Connection > LAN Settings.
If i enter a proxy in soapUI > File Preferences > Proxy Settings, ...
3
votes
2answers
2k views
Integrating SoapUI with JUnit
I am trying to integrate SoapUI into my preexisting JUnit tests. I have created a test in SoapUI 3.6.1. It works.
My next step is to apply it to my development environment. In my Eclipse project I ...
3
votes
4answers
3k views
Access the request XML in a SOAP UI mock response script
I have a mock response, which needs to return a value that was in the request. For example, this request can come in:
<myReqest><myValue>123</myValue></myRequest>
I already ...
2
votes
2answers
1k views
How can I use relative paths to external response files for soapUI MockService
What I've Done
I am using soapUI (3.6.1 Free version) mock services to serve up specific data to 2 client applications I am testing. With some simple Groovy script I've set up some mock operations to ...
2
votes
1answer
495 views
How do I make soapUI attachment paths relative?
I'm using soapUI to test an HTTP server. I need to send a multipart/form-data request, and the request works fine when I go through the file chooser and attach it, but it's saving the path as an ...
2
votes
3answers
1k views
Formatting dates using XPath
I have the following xpath expressions...
//ns:response[1]/ns:return[1]/legs[1]/startDate[1] (Value 01/01/2011)
//ns:response[1]/ns:return[1]/legs[1]/startTime[1] (Value 12:13)
I need to format and ...
2
votes
1answer
3k views
How to use Soap UI without wsdl?
Hi I have installed Soap UI...Like C, Java we will create some sample program. likewise i wanted to use some sample request and response..how to create a request and response without wsdl?
2
votes
1answer
7k views
SOAPUI: Validate response against xsd schema file
How can I validate a SOAP response against an XSD file that defines the response schema. the web service I'm calling has an XMLDocument as input and output, so can't use WSDL for response schema ...
1
vote
1answer
2k views
Pulling details from response to new request SoapUI
I'm using SoapUI 3.6.1.
I need to pull details from response and insert them to next request.
I try to do this by'Property Transfering'.
In first request I'm getting some details and in the response I ...
1
vote
1answer
344 views
In a WSDL file, can the XPath of a response element be determined without invoking the service?
In a WSDL file, can the XPath of a response element be determined without invoking the service? I mean just by looking at the wsdl content is it possible?
If so what tools are there which makes it ...
1
vote
1answer
376 views
Using GlassFish v3, EJB and SOAPUI
I would like to create a web service.
I am using Glassfish v3, an Eclipse Dynamic Web Project, and SOAPUI to test.
I have the following code in eclipse:
Class MyLogin
package packageTest;
import ...
0
votes
1answer
315 views
WCF Test client and authentication
I'm trying to call a webservice with WCF Test Client but the webservice requires authentication.
How do I log on and call it by WCF Test Client (I tried to get it from browsers and then to call but ...
0
votes
1answer
151 views
spring-ws get username & password
I've been learning spring-ws for little over a week and I've set up a simple web service.
I'm testing it using soapui and specifying a username and password in the request properties.
My web service ...
0
votes
0answers
467 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
0answers
420 views
How to consume SAP SOAP Webservices, with ksoap2, in android
I want to consume SAP webservices in my android app. The webservices are working as intended in SOAPUI (generated requests from the sap wsdl). I have tried using ksoap2 . When using ksoap2 I get ...
0
votes
2answers
354 views
SoapUI Pro : Transfering a XML node from a TestCase to another
When using the Property Transfert window to transfert a XML node (with children nodes) taken from the response of a first Soap request to a second Soap request, and that both requests are in the same ...
0
votes
2answers
622 views
Web Service check in SOAP UI with Session
I have a simple web-service on .Net 3.5 in which there is a method of HelloWorld() as below
[WebMethod(EnableSession=true)]
public string HelloWorld() {
if (Session["Count"] == null) { ...
0
votes
3answers
848 views
Properly iterating through XML with namespaces in Groovy
I have the following xml code:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<cms:RelatedConfigurationItemList xmlns:cms="some ...
0
votes
1answer
442 views
how can I log the current threadcount in SOAPUI?
I need to create a log file from a SOAPUI load test that shows the threadcount at 1-second intervals. The file needs only a timestamp and the threadcount, and can be CSV or any other format really. ...
0
votes
1answer
2k views
How to use SoapUI/Groovy to add Test Results to Quality Center Test Run
I had a scenario where I need to add my test results from a SoapUI test case to a related test case in HP Quality Center. How could I go about doing this with Groovy.
0
votes
1answer
653 views
Oracle's jDeveloper seems to ignore declarations in a WSDL when calling an external web service?
Oracle's jDeveloper seems to ignore ignore declarations in a WSDL when calling an external web service and I'm not sure why...?
We are trying to consume a third party web service found using this ...
0
votes
3answers
3k views
SOAPUI & Groovy Scripts, executing multiple SQL statements in one go
I've got some soapUI tests, that use groovy scripts to first insert some data into a table
Previously, I've been using the following snippet of code to do this :
def conn = ...
