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
1answer
285 views
Missing wsse:Security header in request
I try to add rampart security to my axis 2 project using this tutorial page 19- 22
SO everything seems fine but when I switch to soapUI perspective to try to test the service
the request which ...
-1
votes
1answer
68 views
How do i get my soapUI project to run using maven [closed]
I've never used maven before and I want to use it to run my soapUI tests (right now just using maven, but eventually i want to use the maven to allow it to run on jenkins). I've seen some tutorials on ...
1
vote
0answers
23 views
xpath assertion with wildcards failed with soapUI Maven plugin
I'm using wildcards in xpath assertion, the checkbox was checked and cases passed in soapUI client.
However all of those assertions with xpath + wildcards failed in my Jenkins job based on the mvn ...
0
votes
0answers
84 views
How to integrate web service (soap) with JUnit
I am having few web services and working good with soapUI tool. I am trying to run as a suite. I have soapUI, junit and all other necessary libraries added to eclipse and system path has been setup to ...
0
votes
0answers
122 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
180 views
soapUI local file with xsd import
I have a complex soap web service that I would like to mock using soapUI(3.6.1). The only available definition of the service are wsdl and xsd files(all in same directory). The paths in schemaLocation ...
0
votes
0answers
116 views
SOAPUI Windows Authentication for domain users
As a logged in domain user we were able to consume WCF Services with Windows authentication using a java web service client(jax-ws) without providing any credentials. ( The Java process is running on ...
0
votes
0answers
98 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
0answers
189 views
Get response from SOAP WSDL using http post
I am trying to get the response from httppost using SOAP wsdl url But get the response as null and I tried to some other login but I gives the timeout exception. My code is like this..
WSDL LINk is
...
0
votes
1answer
88 views
WCF deserialization of type object Properties
I am having trouble achieving the following scenario.
We currently have a method which expects a list of 'context' key value pairs. The value however can be of any type.
the goal is to make this ...
0
votes
0answers
20 views
SoapUI mockservice schemalocation
When I create a mockservice in soapUI and request the wsdl, the schemalocation of the referenced xsds is always relative, how do I make them absolute?
0
votes
1answer
111 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
107 views
How to ignore duplicate xsd elements while generating proxy class wsdl scheme in .NET
I need to generate .NET (C#) proxy classes from wsdl scheme
http://hh.ru/services/VacancyService?wsdl
but I receive an error:
The global element ...
0
votes
1answer
50 views
Pass polymorphic type as argument in SoapUI when using ServiceKnownType in WCF Service
I have a WCF Service; this service has an operation that receives an argument of type Request. This is only the base type, and when calling the operation we actually send a value of type Request_V1 ...
1
vote
1answer
158 views
SoapUI : Mock service that not returning response
Is there possible create SoapUI Mock service that not return response but it is just closing connection?
0
votes
1answer
71 views
Return a certain response in SoapUI
I have created a Mock Service in SoapUI. By default it creates a Request 1 and a corresponding Response 1 in the Mock Service for you.
I can also clone Response 1 and call it Response 2. But when i ...
0
votes
0answers
70 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 ...
0
votes
0answers
29 views
manipulate return result for webservice using soapui
my GUI app communicate with taht webservice. for example
at GUI,
enter number : '1'
then the webservice send back
price : $10
quantity : 30
currently, the vendor webservice is not yet finished. ...
0
votes
0answers
58 views
SoapUI Test fails on STS
I am trying to test my service using SoapUI in STS. I have the maven dependency in place. When i test it through the SoapUI interface all my test cases pass. When I try to do the same through STS by ...
1
vote
0answers
76 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
161 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
0answers
66 views
soapUI with encrypt password by keystore
I am working with 'soapUI' and I need to have a usernameToken in my request and secure the connection (I use a .pfx file in ssl preferences).
I can speak with the server, however the server replies ...
0
votes
0answers
34 views
Mocking a BPM 'split n' in soapui
I have a BPM process that executes a web service invocation step 'n' times and I need to do the same for the corresponding soapui test step inside a test case.
To illustrate:
BPM process invoked ...
0
votes
1answer
65 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
59 views
soapUi bad certificate
Trying to test an endpoint I got the certificates from client created a keystore and added the keystore to the project setting. Now I get Received fatal alert: bad_certificate please help.
0
votes
2answers
45 views
saving soap ui results of test with xml
is it possible to save results of run tests in SOAP UI, including xml's of used requests and replies?
i would like to export it and send it to customer, but when i looked i couldn't find no such ...
0
votes
0answers
68 views
using SOAP UI transfer with Xpath
i have a problem when im trying to transfer node property i can only transfer first node of the value,
ie
<node1>
<node2>
<node3>my_attribute
if use command
//reg:node3
a) ...
1
vote
0answers
303 views
Error importing a WSDL in SoapUI
I'm getting this message when attempting to create a new SoapUI project and import a WSDL for Web Service Simulation. The error message seems incomplete as it does not actually say what tag is not ...
1
vote
1answer
132 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 ...
1
vote
1answer
553 views
LoadRunner web service testing and SAML token
I want to loadtest a web service by creating a SOAP request in SoapUI and pasting it into a regular LoadRunner web virtual user within a web_custom_request(). This should be straight forward and is ...
1
vote
0answers
64 views
Can soapUI access a windows stored certificate for digitally signing requests?
I have the same need as this poster, but do not have the PEM file as they do:
soapui soap digital signature
I do have the local machine certificate that I'd like to sign with on my windows machine ...
0
votes
1answer
453 views
Downloading file via Web Service using Apache CXF
I try to develop Web Service which send file from server to client. I use Apache CXF for developing Web Serivce. Application is Spring based. First I tried to write simple test code:
...
0
votes
1answer
86 views
No service was found matching the request
I am trying to test a webservice using soapUI and getting response as :
<faultstring>No service was found matching the request</faultstring>
Please let me know how can i overcome ...
0
votes
1answer
373 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 ...
0
votes
0answers
199 views
AxisFault SAXException Bad envelope tag: html when calling generated web client methods
I have generated client code for a 3rd party web service using the WSDL which they provided (I am unable to publish it here), using eclipse and Axis 1.4. This all seems to work ok (I have got services ...
2
votes
1answer
127 views
How to pass a Stream using soap UI
I am having trouble testing a WCF service method with soap UI which accepts a Stream object. This is the Object the service method has as input parameter:
[DataContract(Namespace = ...
0
votes
0answers
59 views
SOAP UI testing
I am trying to test web service using the SOAPUI (password encryption and Decryption using openSSL). I am locally able to test it but not so through the SOAP UI. IS there any kind of restriction in ...
0
votes
0answers
79 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
49 views
soapUI load test script not getting terminated
I am using soapUI 4.5.1 version on a Mac to perform some load tests. I have a load test setting with thread count as 100 and limit as 900 seconds. I have checked box to stop the script once time limit ...
3
votes
3answers
473 views
SoapUI vs Java Web Service Client
If a SOAP web service is working well via SoapUI (producing the correct SOAP responses), while building a web service client in Java using different APIs/frameworks to call this web service is facing ...
2
votes
1answer
219 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 ...
0
votes
1answer
177 views
Writing the Assertion failures to a Text file or Excel Sheet from SOAP UI
I have been using SOAP UI Tool to test my web service for Schema Compliance. I would like to export the Schema Compliance failures to an Excel or Text File. Is there a possible way to do this?
...
0
votes
1answer
38 views
How do I place Multi-Hierarchical data in Functional Testing in SoapUI
I want to do some testing and want to know if SoapUI can handle generating requests where elements can have more than set of values. For example, if I wanted to send an XML with the body:
...
0
votes
1answer
160 views
There was an error deserializing the object of type: Unexpected end of file
I use soapui to mock a wcf service to get a response, but I just got the error
There was an error deserializing the object of type: Unexpected end of file.Following elements are not closed: ...
0
votes
1answer
89 views
Pass a time object to soapui and get exception
I use SoapUI to mock a WCF service. There is an object.
CallBeginTime = {2/22/2013 8:22:54 AM}
Date: {2/22/2013 12:00:00 AM}
Day: 22
DayOfWeek: Friday
DayOfYear: 53
Hour: 8
Kind: Unspecified
...
0
votes
0answers
112 views
Tests are failing when executed via the maven plugin
When I trying to execute through SOAP UI all the testcases are sucess in which 2 assertions are involved.
1) With valid HTTP code status as 200
2) With script assertion as "assert ...
2
votes
2answers
175 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 ...
1
vote
0answers
174 views
Automated SOAP testing with maven and the SoapUI plugin
I am try to automate the SOAP UI with Maven3 .I am getting issue saying "Cannot be downloaded".Below is the error in console ..
[ERROR] Error resolving version for plugin ...
0
votes
1answer
66 views
How to add a value from a response to the statistics output in SoapUI?
In SoapUI you can view the statistics of a load test by click on the statistics icon.
From here, you can export the results to a file.
At present it exports the times, threads, bytes etc.
Is ...
0
votes
0answers
84 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 ...


