soapUI is the desktop application for inspecting, invoking, monitoring, simulating/mocking as well as testing of REST/WADL and SOAP/WSDL-based Web Services.
3
votes
0answers
283 views
SoapUI jetty thread still hanging after MockService stopped [SoapUI API]
I'm using SoapUI 4.0 and i'm starting my mockservices via SoapUI API :
public static void startMockServices(String soapuiProject) throws Exception
{
WsdlProject proj = new ...
3
votes
0answers
2k views
SharePoint 2010: consuming web services from NetSuite - 403 Forbidden error
My company is working on a new SharePoint site, which will use Forms Based Authentication to allow our customers to log into the site for subscriber specific content (downloads, license info, etc).
...
2
votes
0answers
352 views
Invoke Selenium within SoapUI?
I have been tasked at work to test some web services.
I have been using SOAPUI to test web services before and also SELENIUM to do some webUI testing.
My current task involve testing some oauth ...
1
vote
0answers
58 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 ...
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 ...
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, ...
1
vote
0answers
171 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
0answers
145 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 ...
1
vote
0answers
45 views
Web service discovery required Java
I am tasked with developing something like this:
We have 3 or 4 web services which we host on JBoss, and would like to allow users to test the service. But SOAP UI is too technical for the users so ...
1
vote
0answers
115 views
How to send multiple value in a enumeration field with soapUi
I'm testing webservice request with soapUi.
I have a string that act as a filter that is a bitwise in my request.
The field is a enumeration for soapUi in the XSD I have all enumeration value.
I ...
1
vote
0answers
120 views
HowTop call Soap\WSDL Service through a login required webpage using matlab?
I am new to the wsdl\soapmessage query\reply world( if i can put it in this way), and I am facing some difficulties using the following wsdl( which I really really hope, one will be so kind to look at ...
1
vote
0answers
116 views
Webservice testing using SoapUi - Error with Deserialization and XmlNode[]
I am trying to perform a quick testing for a webservice created by a third party.
The problem is whenever I use SoapUi, i am running in to the following error:
Element MyValue from namespace ...
1
vote
0answers
36 views
Change default extension for WSDL resources in SoapUI
We have an old web service which is defined to expose its WSDL via the URL pattern //service/getorderservice.wsdl, however when we try to use SoapUI to mock this service, it tries to use the following ...
1
vote
0answers
396 views
Testing Dynamics CRM online service with SoapUI
Hi and thanks for reading about my problem and possibly providing me with some help!
I am working on a school project and I'm supposed to program a web application based on PHP/SOAP calls to a ...
1
vote
0answers
228 views
Soap request elements not populated in SOAPUI
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<soap:Header/>
<soap:Body>
...
1
vote
0answers
384 views
SOAPUI Error: Attempted read from closed stream for JSON POST to redirect to GET after 302
I am trying to test a Rest service API Method for adding/updating member record, with following details:
Parameters:
post-body (JSON document) - Object representing a member and the source of their ...
1
vote
0answers
567 views
soapui shared datasource in groovy script
I have prepared a test case in SoapUI Open Source which loops over values in csv file and sends request for each set of values (taken care of by groovy script). I want to modify it so each thread for ...
1
vote
0answers
25 views
Soap UI DB custom authentication
I am trying to figure out how to extend Soap UI to enable DB authentication to use custom encryption/decryption classes for DB connections and should be able to read encrypted passwords. Please guide ...
1
vote
0answers
392 views
Mutual SSL working with soapUI but not standalone Java client
I am trying to get mutual SSL working from a Java client. My soapUI configuration works where I have specified keystore and truststore in WS-security configurations.
When I do the same with a Java ...
1
vote
0answers
195 views
Getting soapUI to show attachment in attachments tab for a response
I have a REST service that returns a file through an HTTP GET.
I've set these headers in the response (on the server) and the download works perfectly in any browser:
Content-Length
Content-Type
...
1
vote
0answers
112 views
Glassfish 3.1 application.wadl reorder elements
I am currently using Glassfish to host a bunch of RESTful Web Services. Glassfish is very helpful and generates a wadl for me. The problem that I'm having is the wadl it generates puts all the ...
1
vote
0answers
275 views
Getting “Error: Generic Error. Could not generate specified XSD file!” while trying to get dependent xsd of a wsdl file
I have an EJB Session bean exposed as a webservice:
@Stateless
@WebServiceProvider(
targetNamespace = "http://WSCreateAccountMovementListRequest.ws.mybank.ru",
...
1
vote
0answers
144 views
CakePHP can't return value in array (soapUi)
I have some function in cakephp like this
/**
* Get one record
* @param string $type
* @return string[]
*/
function readType($type = NULL)
{
$arr[] = array(
...
1
vote
0answers
264 views
SAP BPC get content of AppPublication folder
Are there anyone that have tried to get the content of the folder called AppPublication in SAP BPC?
I have some files that i have published using SAP BPC ePublish -> Web Ready File
Now i want to ...
1
vote
0answers
304 views
Durables using SoapUI and Hermes
We are facing a major problem with soapui when using with Hermes JMS. When we send a message over a queue and expects to receive response on a topic, SoapUi will create a durable subscription. These ...
1
vote
0answers
407 views
soapUI as Http tunnel to record iOS (iPhone/iPad) client-server discussions
I am trying to use soapUI as Http tunnel (https target) to record iOS client-server discussions, and then use it for service mocking to test my client which is an iOS app (iPhone and iPad) using the ...
0
votes
0answers
6 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
0answers
11 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
38 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
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 ...
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
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 ...
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
26 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
23 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
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 ...
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
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
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
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
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
46 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 ...
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 ...

