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
3 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
40 views
SOAP request in PHP with CURL, ws-security
How can I create PHP SOAP request to look like this?
POST http://xxx.com/xxx/ws/test HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: ...
0
votes
0answers
50 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
12 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
10 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
36 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
30 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
20 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
23 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
13 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 ...
-1
votes
2answers
28 views
SoapUI Mock service groovey script to select right response
I have a mock service that has an operation with two possible responses. How can I select the right response based on a condition using scripting? Eg.
if(context.sessionID == ''){
// use response 1 ...
0
votes
1answer
53 views
How to practice with Xpath Match Assertion in SoapUI?
I have tested Contains Assertion without any issues but I don't know how to validate the webservices using Xpath Match Assertion in SoapUI.
Can you please tell me how to workout 'Xpath Match' ...
1
vote
2answers
50 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
1answer
33 views
Maven SoapUI plugin, testing for missing path parameters
I have some regression tests for a web service to make sure we return errors when required fields are missing. When query parameters (e.g. http://dummyurl.com?someRequiredParameter=something) are ...
0
votes
1answer
20 views
Maven is unable to resolve class testlink.api.java.client.TestLinkAPIException
I am running a SOAP UI project through maven using the eviware maven-soapui-plugin and I am getting some unresolved class for TestLink.
I believe that soapui is configured to update TestLink ...
1
vote
1answer
39 views
How to validate WSDL contract break?
I have a notion of what breaks a WSDL contract or not (What are considered non-breaking or backwards-compatible changes to a WSDL contract?) but every time we make a change to some of our WSDLs we ...
1
vote
1answer
42 views
Continue after failed assertion
Once an assertion fails( typically API response ), the remaining test steps in a test case do not get executed. how do I get soapUI to continue on and complete the rest of the test steps?
I am also ...
0
votes
0answers
27 views
Environment handling in soapUI
I was trying to use environment feature which is available in Soapui 4.5 pro and it is not working :( Anyone tried this before or is there any other way to achieve this? For me, each environment will ...
0
votes
0answers
13 views
soapui HTTPMonitor blocking static resources?
I am creating a soapUI project that acts as a proxy for a java web application, so that I can monitor HTTP calls. However when I try to use the web front end ,I get the following error :
...
0
votes
1answer
37 views
How do I get the size of a response attachment in SoapUI?
I'm performing a series of file uploads and downloads through a WSDL defined interface in SoapUI (not Pro). The built-in assertions to verify these attachments are insufficient. I've found some ...
0
votes
1answer
129 views
Selenium and Soap UI automation for REST and JSON web services
I have to do JSON web services automation. Can you suggest what is the best approach for this scenario. Every think I tried to depict on image.
Can you please let me know what are the best tools ...
0
votes
0answers
82 views
how to do webservice automation test with selenium java or soap ui
I have to do web services REST automation testing.
We are using APIGEE and WCS.
Scenario: Requests come from tablet , iphone, ipad,website to Apigee as a REST requests and it sends to WCS . WCS ...
1
vote
2answers
70 views
How to use Global Property name in my JSON input request using SoapUI?
I have a SoapUI project which contains around 60 plus services. Each service requires some input which will be changed for every execution. So I have created certain Global Properties and assign some ...
2
votes
3answers
106 views
Can we automate sending requests to a web service in SOAP UI window using AutoIT
Can we automate sending requests to a web service in SOAP UI window using AutoIT. AutoIT is unable to identify few controls in the SOAP UI window. The AutoIT Window Info is also not showing any ...
0
votes
0answers
24 views
SSO authentication using SOAP UI
Could you please let me know how to handle siteminder authentication using soap UI?
Can something be done using Groovy ?
Regards
0
votes
0answers
25 views
Error “The system cannot find the path specified” when starting soapui
I am trying to start soapui from the command line and I get the error:
"The system cannot find the path specified"
I had used it some time ago and it loaded fine. But now it presents this error.
...
0
votes
0answers
22 views
How to import a xml to a custom Http handler via soapUI
I need to import a xml to Http handler for a testing purpose. How can I accomplish this through soapUI( I am unaware to use soapUI).
My xml is below -
<?xml version="1.0" encoding="utf-8"?>
...
0
votes
0answers
17 views
MockService SoapUi Pro return response based on condition
I would like to add a condition to my mockservice in SoapUI Pro. At the moment there are two possible responses, returning either true or false. Based on the content of
<TAG>
...
0
votes
0answers
31 views
SoapUI groovy script calculation for W3C formatted datetime
How can I do the following using Groovy Script in SOAPUI?
I have two strings which contain datetime in W3C format e.g. 2011-05-06T10:10:10Z. I want to subtract one datetime from another and return a ...
0
votes
1answer
54 views
Jenkins: Make build success dependent on tests
I'm new to Jenkins/Hudson but I didn't find a plugin which provides the functionality I am looking for.
I want to make the build process of my web application dependent on multiple function tests I ...
0
votes
0answers
47 views
Is it possible to run SoapUI tests so that they integrate with Team Foundation Server?
Right now my QA team runs SoapUI tests manually. Can anyone point me to a document or forum or something about how to integrate SoapUI into TFS so that we could do things like run the SoapUI tests ...
1
vote
1answer
32 views
Mocking Http-503 for a web service
I would like to mock a web service response for an HTTP 503 (Error 503--Service Unavailable) when The server is unable to handle the request due to a temporary overloading or maintenance of the ...
0
votes
1answer
85 views
How to make web service tell request that SOAP header is required?
I created a web service, written in Java and generated using Eclipse & Axis2. I created a ws-security policy in my services.xml file and created an authentication handler. I am completely new to ...
3
votes
3answers
174 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 ...
0
votes
1answer
116 views
Need help - SoapUi testRunner.getStatus() is returning the status as “RUNNING” indefinitely
In SoapUI after executing a soap request test step (which is under a test suite -> test case)
through testRunner.runTestStepByName("Soap Request Name")
and waiting for 10 seconds after that soap ...
0
votes
0answers
55 views
add default request-response to TestSteps created with SOAPUI java api
I want to create a TestSuite programmatically using java api.
My code is shown below.
WsdlInterface service = ifaces.get("my service");
WsdlOperation operation = service.getOperationByName("my ...
0
votes
0answers
30 views
JMS message truncated with SoapUI and Groovy via Hermes
I have tried to read JMS messages from a IBM Websphere queue with the following code:
import com.eviware.soapui.impl.wsdl.submit.transports.jms.JMSConnectionHolder
import ...
0
votes
1answer
97 views
How to check SOAP output of a C#.NET app?
I'm working on a windows forms C# app in VS2010 (.NET 4.5). The app consumes a web service. The proxy class is, unsurprisingly, inherited from SoapHttpClientProtocol class. The data (records) are set ...
0
votes
1answer
86 views
How to create Set in groovy script for SOAP ui to be able to reuse it in my test cases?
I am testing object coverage for certain reporting solution. I have hundreds of reports and I need to see if set of objects used in those reports covers the set of all possible objects. I figured out ...
0
votes
0answers
56 views
how to determine web service soap header section base on the given WS-Policy
I try to use soapUI to test a web service, but get response back with fault code:
my soap request envelope is:
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
...
0
votes
1answer
80 views
Issue Sending SOAP requests with Savon gem in ruby
I am using the Savon gem to communicate to a soap api from a tax company called vertex. The api endpoints can be found here https://sandbox.ondemand.vertexinc.com/vertex-ws/listVertexServices.jsp.
I ...
-1
votes
1answer
109 views
Groovy script working in Groovy console but throwing error in SoapUi Groovy Script
I am trying to send an email that contains a Test Step result in SOAPUI using Groovy script. I first wrote the code on my Groovy Console and it worked fine.
When I copied and pasted it in SOAPUI ...
0
votes
0answers
31 views
XML message passing from Hermes to WebsphereMQ
I am new to performance testing and quite frustrated as i tried a lot but I am nowhere near my target .
Please help me how to publish XML message from hermesJMS to WMQ.
I already configured herems ...
0
votes
1answer
80 views
Web service Response got a schema validation error
I'm using glassfish for my development.
When I hit a web service by sending a SOAP request through SoapUI in our UAT box. I got the following schema validation error message.
Invalid QName value: ...
1
vote
1answer
48 views
SoapUI endpoint error randomly
I don't understand something about SoapUI and his mockservice's behaviour.
I'm using the client of SoapUI (testcase) and a Java EE application with JAX-RPC.
My problem is :
when I'm trying to call ...
0
votes
0answers
129 views
Communication Exception: An error occurred while making the HTTP request to http://
we have a custom-developed C#-based app that is making API calls via SOAP messages to a partner's server in order to create user accounts for a service we are offering. There are a total of three APIs ...
0
votes
1answer
54 views
where can I see the security header which soaUI adds to my request
I have created an axis 2 web service with ws - security (which is enabled by the rampart module).
I want to test it in soapUi 4.5.1. and the request which soapUI proposes me is as it follows
...
1
vote
1answer
29 views
Terms of conditions for soapui-4.5.1.jar and xmlbeans-2.4.0
I'm going to use java libraries soapui.jar and xmlbeans.jar from maven repository http://www.soapui.org/repository/maven2/eviware
What licence they are under?
Can I add them to my web application if ...
0
votes
1answer
67 views
Passing a header value as a property?
Is there a way in SoapUI Pro to transfer the value of a header property? We don't return XML data from the REST call, but we need information that comes in the raw response header. How to best access ...
0
votes
1answer
110 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 ...



