soapUI is the desktop application for inspecting, invoking, monitoring, simulating/mocking as well as testing of REST/WADL and SOAP/WSDL-based Web Services.
0
votes
0answers
8 views
SOAP UI - adding a security cert
I was working with testing a WCF application live on the internet using SOAP UI.
The application requires a client authentication certificate.
I have found that there are two ways to add a security ...
0
votes
0answers
5 views
Running SoapUI for selenium/jbehave integration tests in maven
I need to get soapui running for my JBehave integration tests. When it is time for the selenium tests to run it has already been shutdown. I don't want to run actual soapUI tests, instead, I need to ...
0
votes
1answer
18 views
Can web service testing done using SOAPUI tool be done in Java completely?
In SOAP UI Web service testing,
User imports the Project in to the work space and mentions the End point. Enters the required data in the Request xml and runs to get the resulting response in xml ...
0
votes
0answers
28 views
System.InvalidOperationException The specified type was not recognized
I get:
The specified type was not recognized: name='ur-type', namespace='http://www.w3.org/2001/XMLSchema', at <response xmlns=''>.
when trying to call a web service. The strange thing is ...
0
votes
0answers
7 views
Parametrize load test duration in SoapUI
I am currently using SoapUI for load testing my web service. Typical test case includes few load tests. These test are part of integration testing. I have managed how to call this tests from java ...
0
votes
1answer
26 views
ClientProtocolException when trying to submit request to a SOAP WsdlRequest by setting username and password via Java
My purpose is to create a Soap UI project with a given wsdl URL, save it and send requests all via Java methods. I a getting org.apache.http.client.ClientProtocolException..... Caused by: ...
0
votes
0answers
10 views
kSoap-2 android nullpointer exception
I am working with ksoap2 for android and I am sending SOAP requests. I was googling for a whole day and couldn't find solution for my problem. The first problem was with i:type, my service was ...
0
votes
1answer
28 views
SoapUI: set a MockService Test Property in the middle of a Test Case
Good day,
Brief illustration on what I am planning to achieve:
http://i.stack.imgur.com/cyarh.png
From within a Test Case I have a groovy script to set a Property for the current Test Case:
...
0
votes
1answer
25 views
XQuery Expression in Soapui
I am trying to write an XQuery in SOAPUI to validate an XML response. What I want to do is use a "where" to see if something equals something else with a wildcard. Basically like this.
<Result>
...
0
votes
1answer
47 views
soap parsing wsdl error: Unexpected element: TAG_END
I have an error importing a WSDL definition from an ASP.NET version 4 Visual Studio 2010 Express project, into SOAPUI 4.5.1
URL would be like
http://localhost:7929/ws/AX.asmx?WSDL
Error generated
...
0
votes
1answer
18 views
passing List<Integer> in webservices method written in java
I have written webservices in java.
public List<ReflexFundInfo> method(List<Integer> Ids ) {
List<Object> list = new ArrayList<Object>();
//added few ...
0
votes
0answers
25 views
How to test web services that are written in java
I have written a set of webservices in java. I am trying to send a List<Object> to Web Method and in return I am returning the list of the Object.
@WebMethod
public List<MyCar> ...
0
votes
0answers
18 views
automate SOAPUI testing project with Selenium
I am looking at how to automate SOAPUI testing project with Selenium scripts, any advice are welcome.
Thanks in advance.
0
votes
1answer
41 views
How to count element name of SOAP?
I entered some text to textfields for display on labels some fields of soap. When enter 2 to "how many station will display" textfield
<stationName>ABC</stationName>
...
1
vote
0answers
27 views
Why do I get such different times in SoapUI and Visual Studio load tests?
We have been running some load tests using SoapUI and getting some 'strange' results.
We call a service which does nothing except generate a guid and returns and finding that this sometimes takes ...
1
vote
2answers
18 views
How to deal with “less than” symbol in soap message?
When i test soap message using soapUI,i send a filter to my web service ,like this form:
<p_filter xsi:type="soap:filter" xmlns:soap="http://mfisoft.ru/voip/service/soap">
...
1
vote
1answer
32 views
Soap UI Post Payload Groovy variable substitution
Soap UI (Free version)
I have a test case that is a POST that accepts XML as the payload. I wrote a groovy script in the test case that will calculate the readingDate field.
Groovy Script:
import ...
1
vote
1answer
25 views
How to use particular value from SOAP UI response into a new SOAP UI request
From a SOAP UI response below;
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ...
1
vote
0answers
26 views
Mock service as a war through maven
i have a xsd conataining the request and response, i am using this xsd to create mock service and deploying as a war through soap ui.
but How i can do the same thing using Maven without using Soap ui ...
0
votes
0answers
9 views
Remove WSDL from soapui project without removing test suite [To reduce size of SoapUI project file]
Im having a SOAP UI project which includes both the WSDL and the test suites. But the size is pretty high. Is there a way to remove the wsdl retaining the test suites so that the size would be low.
I ...
0
votes
0answers
35 views
Wildcards in Assertion on groovy-generated dates?
We are using SoapUI to test a Webservice of ours. This Webservice generates different Timestamps after a predictable pattern, so we use a groovy script to generate them on the SoapUI side and use ...
0
votes
1answer
25 views
how to test restful web service with parameters separated by semi colons and requiring authentication using soapui
I am using SOAP ui's REST services to do a testing. How can i test restful webservice consisting of matrix parameters(with different datatypes) which are seperated by semi colon. This web service also ...
8
votes
0answers
68 views
Corresponding SOAP UI vs Spring-ws
Soap UI has the following option "Use single certificate for signing"
what is the corresponding spring-ws config?
-2
votes
1answer
31 views
Creating and sending SOAP message in Java
How do I create a Soap message/envelope with the following content in Java and send it.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ...
0
votes
1answer
31 views
If Condition followed by a for loop not executing in Xquery
In one of the SOAP responses, I was trying to use the following Xquery code to check a condition followed by for loop. I was trying to get a count of some element and then use the if condition and ...
0
votes
1answer
27 views
How to use conditional Goto in Soap UI?
i am working on Soap UI.
How to use conditional Goto in Soap UI?
Is it kind of assertion or if-else way..?
Thanks.
1
vote
1answer
29 views
soapui API, custom data source and testing more than 1 service in free version
have downloaded free version of soapUI, got it to work for a simple web servicve. but not able to figure out how i can use the free version to specify my own data source.
i did a google search and ...
0
votes
0answers
44 views
SoapUI request to WCF service fails using certificates
I have a custom binding like following for my WCF service which I am trying to call from the soapUI 4.5.1
<customBinding>
<binding name="NewBinding0">
<transactionFlow ...
0
votes
1answer
65 views
Error while installing SoapUI on Red Hat Linux 5.7 64 Bit
I am getting the following error while installing Soap ui. I am following the below link to install
<http://www.soapui.org/Getting-Started/installing-on-linuxunix.html>
When I run the command ...
1
vote
2answers
61 views
how to create a SOAP UI project and run requests to it in Java
I want to create a Java class that will do the following
1. load/create a SOAPUI project using a wsdl.
2. run requests to the operations in that wsdl.
This is my SoapJavaTest.java file(though this is ...
0
votes
0answers
16 views
How to apply WSS to mocked response in SoapUI?
I have a SoapUI Mock Service. I would like it to use WS-Security.
I configured the project WS-Security Configurations, both Outgoing and Incoming.
I use a Test Suite to send a request and it is ...
0
votes
1answer
15 views
Data sets without services SOAP or REST?
I wonder if it is possible to create test cases or test model, managed with soapUI.
Without SOAP web services or REST available, just with post / get request.
And apply data sets with an excel file ...
0
votes
0answers
20 views
gosap asynchronous server with java web client
im developing a gsoap c++ web server. so what happen is the client (java, j2ee) will send one request, getCurrentServerTime to the server. upon receiving the request, the c++ server will continue to ...
0
votes
1answer
37 views
JBoss not responding a request coming from SOAPUI when started using Eclipse
I'm going through an issue that JBoss does not respond, causing a timeout/transaction cancellation when I submit a valid request when JBoss is started using Eclipse (to debug and manage in a ...
0
votes
0answers
24 views
SoapUI JMS Jboss AS7 HornetQ
I want to put a text message in a Queue using soapUI+HermesJMS.
Envirnoment is Jboss AS7 +HornetQ need help on configuring HermesJMS.
1
vote
1answer
53 views
How to parameterise a value in Soap request
I am new to soapUI so getting to grips with the tool, so any help would be much appreciated..
We have two environment configured (DEV, Staging) each with different end points which enables me to run ...
0
votes
0answers
20 views
soap UI to generate a mock service and test client
i am trying to do a soap with ws security.
How do I use soap UI to generate a mock service and then test client. How much control can I have on the security headers. Do I need to manually add ...
0
votes
0answers
57 views
SoapUI cannot open keystore
When trying to connect to my secure web services, I wasn't able to setup SoapUI properly with SSL certificates. Here's what I did:
1- Added the client certificate in a JKS keystore (keystore.jks) and ...
1
vote
1answer
105 views
Getting value from SOAP response in php
I am getting a SOAP response for a SOAP call perfectly using SOAP ui but when I call the same in php, I am not able to traverse to the desired element(CreditId in this case), which I want.
The ...
0
votes
0answers
15 views
running requests are being aborted automatically in loadUI before timeout
When SoapUI requests that are integrated with laodUI are runned by setting the corresponding limits(time, requests) they are automatically getting aborted as soon as the request count is meet ...
0
votes
1answer
62 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 ...
0
votes
1answer
58 views
How to transfer properties between different projects in SoapUI
I am new to SoapUi and need some help with following scenario:
I have two project, each has different WSDL file associated with it
Project1:
Administration
->Login
->Logout
Project2:
Retrieval
...
0
votes
0answers
61 views
Received error response from long request web service
We have the following problem.
There is an application with web services (client) on Apache CXF and under JBoss AS7.
There are 3 scenarios:
I am sending a request through our application with a ...
0
votes
1answer
56 views
How to extract the parameter from Json Response Using Groovy?
the below is my response..
{"activation":{"existing":false, "customer": new}}
Now when i use
testRunner.testCase.getTestStepByName("xxx").getPropertyValue("response")
The above script is ...
0
votes
0answers
23 views
How do I publish SoapUI test results to a remote resource?
We use SoapUI for automated web service testing. Our QA engineer says she can get an HTML output, but we can't find in the UI how to publish it. Ideally, we'd integrate with our Team Foundation ...
0
votes
0answers
129 views
Java API not getting SOAPHeader from SOAP Request
I have developed a webservice in java using Metro RI( Along with an AuthenticationHandler), But when I am sending a SOAP request to the webservice, I am not able to get the SOAPHeader in the ...
0
votes
1answer
54 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
22 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, ...
0
votes
1answer
86 views
SoapUI can't read WSDL
I'm trying to open this URL via SoapUI:
https://mybilling.voipconsultants.biz/wsdl/CustomerResellerService.wsdl
I've tried downloading 4.5.1, however it still complains. It simply says
"There ...
0
votes
0answers
22 views
SoapUI timeout on Mac
I'm using SoapUI 4.5.1 on OS X 10.7. Co-workers use SoapUI 4.5.1 on Windows. They can connect fine, but using the exact same settings, I get a timeout.
The server I'm trying to connect is on the ...






