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
112 views
Visual Studio 2008 Add Service Reference Error - WSDL - Metadata contains a reference that cannot be resolved
I have a web service running on a server on the local network. Using the program soapUI, I am able to connect to the service no problem. So when I create a new project using soapUI and type in my url ...
0
votes
0answers
30 views
SoapUI how to make an assertion at a specific node
Hello I was wondering if someone can help me with a problem i have encountered. I'm new to groovy scripting and I want to make an assert for the following XML :
<Response ...
0
votes
0answers
28 views
Why xquery in soap ui is returning the attribute with the namespace?
The property transfer :
{
declare namespace man="http://managememberdata_1";
declare namespace man1="http://managedata_1";
<man:a>
{
for $x in //man1:groupResponse
where ...
0
votes
0answers
47 views
SOAP UI Enumeration
I have a schema that has one of the elements as enumeration. I was trying to generate a mock response for the request using a script in SOAP UI.
I got most of part of the script except one in which ...
1
vote
1answer
36 views
SOAPUI: Https timeout but Browser works fine
I am trying to call a WSDL service using SOAPUI. If I hit the endpoint in a browser I get a response. However, if I put the same url (which is https) as the endpoint in SOAPUI it just gives me a ...
0
votes
0answers
20 views
Using soapui and getting a faultcode 75275<digital signature>
Our company is setting up a connection on soapui In the log it doesn't show any connection issues so we are hitting the right place however the fault return we get looks like this:
<soap:Envelope ...
0
votes
0answers
29 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
23 views
how to specify HttpSettings@socket_timeout in commandline in SOAPUI
I am using SoapUI and wondering if is it possible to specify HttpSettings@socket_timeout in command line..?
m using ant target to execute my test cases something like
<exec executable="cmd">
...
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
179 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
52 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
19 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
63 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
86 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
90 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
71 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
84 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
145 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
64 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
15 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
80 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
91 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
42 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
115 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
53 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
54 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
24 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
47 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
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
143 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
51 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
27 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
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
43 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
36 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
60 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
176 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
96 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
376 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 ...
0
votes
0answers
49 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
362 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
69 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
264 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
169 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
98 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
56 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
67 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
41 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
352 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
184 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 ...


