soapUI is the desktop application for inspecting, invoking, monitoring, simulating/mocking as well as testing of REST/WADL and SOAP/WSDL-based Web Services.

learn more… | top users | synonyms

0
votes
2answers
98 views

How to get values from xml output using PHP

How to get values from below result using PHP. <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ...
0
votes
0answers
267 views

SoapUI MockService determine request namespace in MockResponse script

I am being sent a generic request that has a CDATA section that contains the real request. I am required to determine the approriate response based on the namespace of the CDATA request. So a typical ...
2
votes
1answer
285 views

SoapUI testing with Android and byte arrays

I am trying to do some SOAP testing and I can't find out how to pass a byte[]. I use SoapUI for the tests. I pasted the WSDL and I was able to see the available requests in the list. The WSDL link ...
2
votes
1answer
325 views

Unable to get node using xpath in soapUI

How can i access "AccountId" node from following response file using Xpath in soapUI 4.0.0? Thanks in advance. Response file is as follow, <s:Envelope ...
0
votes
0answers
143 views

deploying Mock service as war in SoapUI 3.5

I have developed a mock service in SoapUI 3.5 and want it to deploy on Apache Tomcat. Problem is coming while deploying Mock service as war. It is just creating directory structure WEB-INF/lib and ...
1
vote
2answers
639 views

How to get certain expected values using SOAP UI Xquery Matches

I have a webService that returns certain values. I know what those values will be. I want to pick them out of the XML and if those values are true I want the assertion to pass. Imagine that my test ...
2
votes
1answer
103 views

Running SoapUi through Maven is not loading the datasource

SoapUI 4.5.1 plugin with Maven I've got a functioning test that loads the datasource correctly and I am then able to access the loaded data in a subsequent Groovy script step. log.info ...
0
votes
0answers
139 views

consuming web services without having concrete classes for method parameters

I need to dynamically explore and consume any web service(call its methods) with given .wsdl location, service url, service name, method name and method parameters without having any concrete java ...
0
votes
1answer
118 views

Attachement in soapUI

I am getting a response which contains a text file as an attachment but I am not able see that attachment in soapUI attachment tab even I changed MTOM true.Can I get this attachment by writing some ...
0
votes
1answer
332 views

I can not see logs in soapUI groovy script test screen

I'm using an external jar in order to test my apps and this jar publishes some logs in soapui.log file However, I can not see them in log frames of groovy screen (soapui log, http log, jetty log, ...
0
votes
1answer
432 views

How to generate requests and responses for all operations of a WSDL in soapUI using a groovy script?

I have a WSDL which has multiple operations. For each op i want a template .xml with its response and request. I know how to do this manually in soapUI but I would like to generate them using a ...
1
vote
1answer
62 views

Is there a way to test the values within unordered XML tags in SoapUI using XPath or XQuery?

I have written a REST service hitting a MySQL database. This service will soon be ported to a newer system using a MongoDB database. Later, it may be ported to another system using Oracle. Why we are ...
0
votes
0answers
208 views

SoapUI and Savon Error - Ruby on Rails

I was getting data from a webservice at (using this wsdl): > http://12.34.56.78:9999/Service/Get_Test_Users.svc?wsdl Everything was working fine, but their server went down for a couple of days, ...
0
votes
0answers
140 views

reportservice2005.asmx?wsdl soapui

I am trying to use web services to present some data from reporting services to users. I can browse to http://servername/reportserver/ReportService2005.asmx?wsdl In IE and see the wsdl as ...
0
votes
0answers
730 views

Spring WS “The security token could not be authenticated or authorized”

I'm creating a java client consumer for a web service using SpringWS-Security. My Request SOAP (That I use in SOAP UI) <soapenv:Envelope ...
1
vote
1answer
178 views

Spring transaction doesn't rollback in classes not instantiated by Spring context

I have a problem with handling transaction in Spring. I have a web service which simply iterates a definite number of times, and each time insert a record into an Oracle db. I marked the insert method ...
2
votes
2answers
784 views

WCF WebService with UserName Authentication test on SoapUi

I have WCF WebService with UserName Authentication and not able to test it with Soapui. Here you have web.config: <behaviors> <serviceBehaviors> <behavior ...
1
vote
0answers
576 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 ...
0
votes
0answers
490 views

Parse test step input request to remove a node using Groovy in soap UI pro

I am very new to groovy , and I have a input request that is one of the test step of a test suite/Test case in soap UI, the requirement is to remove a node based on some conditional check and write ...
1
vote
1answer
412 views

soapUI can't access Internet.

Hello I just downloaded soapUI and see this message after starting the app: You're getting this message since your computer is offline and soapUI can't access Internet. Without Internet connection ...
0
votes
0answers
44 views

importing wcf services into soapui

I've just downloaded soapui,but when i tried to import a wcf web service it crashed generating this message:Fri Nov 09 10:38:28 EET ...
0
votes
1answer
176 views

Groovy String To Date

I am trying to parse a String using the SimpleDateFormat, but the resulting Date seems to be off by a few months (day of the week, time (different time zone) and year are correct). def headers = ...
0
votes
0answers
114 views

Testing pass in soapui but fails in green hat

I am testing a webservice by passsing an xml file in the request, where i get the response with no issues in SOAPUI, The same request i passed in Green hat is failed. the failed resposne text is ...
1
vote
1answer
78 views

How to add SoapUI to SVN?

I am trying to include soapUI in the TortoiseSVN repository. Currently, I have Eclipse in TortoiseSVN, but I would like to add soapui in as well. My SoapUI project imports a .jar that is comprised of ...
1
vote
0answers
26 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 ...
0
votes
1answer
132 views

How to mock an XMLHTTP interface using SoapUI?

I am creating a mock for various http calls using SoapUI. Most of these are proper SOAP calls, for which I have WSDL files, but some are just ugly XML-over-HTTP with no proper service definition, ...
0
votes
1answer
127 views

SoapUI Webservice Testing

I am new to SoapUI. I have to learn about soapUI ie: How to write a simple soapUI test and how to execute it and all about the results etc. I have no idea about soapui as of now. So please tell me ...
0
votes
0answers
63 views

Webservices Mocks with Dynamic responses - Easymocker

I was using EasyMocker ( http://sourceforge.net/projects/easymocker/ ) instead of SOAPUI for creating mock services. Since this is a web application deployed in tomcat, it simplifies the mock creation ...
1
vote
1answer
285 views

Soap SSL exception: unexpected message [closed]

I'm connecting to a web service using SoapUI just to try to make it work. It successfully reads the WSDL file and creates the methods, however, when I run a particular method, I get this error in the ...
0
votes
1answer
40 views

SoapUI/Netbeans crashes on excuting a SOAP request

This is what happens: Open netbeans Open the SOAP request of the SoapUi project Execute the operation ... then Netbeans fails again and crashes. Netbeans used to not crash so, I'm unsure what is ...
0
votes
2answers
517 views

DHL, Soap, PHP - not understanding

I have to make a SOAP-Request with PHP to the DHL Carrier Service to generate batch labels. Somehow, I can't understand how it works. I wrote this code: <?php ...
0
votes
0answers
54 views

run Soap-UI Mocking Service unattended

Is it in any way possible to run The Soap-UI MockService I have defined in a project unattended on a server? EDIT: I have tried to get the mock service running using help from the manual on this ...
0
votes
0answers
425 views

How to consume SAP SOAP Webservices, with ksoap2, in android

I want to consume SAP webservices in my android app. The webservices are working as intended in SOAPUI (generated requests from the sap wsdl). I have tried using ksoap2 . When using ksoap2 I get ...
1
vote
2answers
364 views

Soap IU. How to validate request before sending it?

I'm testing some web services and i need to validate request (xml message) against wsdl before sending it. In Pro version of Soap UI using GUI i can do it (alt-v), but i can't do it automatically. i ...
0
votes
0answers
74 views

How to update WADL in soaui Pro? [closed]

can anyone tell me how to update wadl in soapui pro.Though i am able to update WSDL but not able to update WDSL.
0
votes
2answers
348 views

How to Use Query_Match for Soap UI

I am having trouble using the MockOperation Editor in Soap UI. I have got this request: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <methodName ...
0
votes
0answers
93 views

script works in Eclipse but not in soapUI?

I'm currently trying to automate a test case using Selenium. It runs successfully when being run in Eclipse, but it fails upon a page load in soapUI. The click to trigger page navigation is ...
0
votes
3answers
926 views

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: Script7.groovy: 1: unable to resolve class

I am currently receiving this error when trying to run a soapui file: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: Script7.groovy: 1: unable to resolve class ...
2
votes
1answer
1k views

groovy.lang.MissingMethodException: No signature of method:

I am trying to run java eclipse files from soapUI. The files currently run fine in Eclipse, however when attempted to be run in soapUI, the following error message is shown. ...
2
votes
2answers
529 views

SoapUI property transfer

The response to my SOAP request is: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:deliveries nextSequence="492hi" ...
0
votes
0answers
128 views

Different output in java than SoapUI with same input

Hi I am using to see the response of the invoked web service in my java console using Xstream like XStream xstream = new XStream(); String xml = xstream.toXML(webServiceResponce); ...
1
vote
1answer
294 views

Fix “Missing SOAP Operations in Project” error in SoapUI

I'm using SoapUI 4.5.1 and unable to add a TestRequest under TestStep. When I try to add a TestRequest, I'm getting the following error dialog. "Missing SOAP Operations in Project" ...
0
votes
1answer
47 views

Holding object for different testcase

Consider I have two testCases in first testcase I created an array using Groovy now I want to use same array in second testcase.There is any way to do it.
0
votes
0answers
66 views

Eclipse Plugins for Web Service Testing

So giving up on soapUI. It is buggy as all get out. Are there any plugins (other than soapUI), which allow for testing a web service? Right now I am consuming the web service into the project as a ...
2
votes
0answers
154 views

How to control the log level in soapUI testrunner? [closed]

I am using the testrunner.bat to run soapUI tests. It's all good except that the its the log level is DEBUG and my test runs are too verbose. Please can someone guide me how to set the log level?
0
votes
1answer
116 views

Handle Dynamic Nodes in soapUI

I am getting a response from webservice like this,for the first input it is giving me three nodes like this <m:tPlayerNames> <m:iId>16</m:iId> ...
0
votes
2answers
597 views

Load testing with SOAP UI

I have a SOAP UI 4.5.1, I have made a load test, it is working fine. My problem is that I run the same request every time and I need to change the values of the soap request I am sending. For e.g. I ...
0
votes
1answer
106 views

soapUI DataDriven Test Fails On First Run

So I have the following request: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> <ns2:GetFacilityRequest ...
0
votes
1answer
944 views

SoapUI Setting a cookie session

I am using SoapUI to test my Soap requests and responses. The problem is that I was given 2 WSDL urls, so I had to create two separate projects, and the second project relies on cookies from the first ...
3
votes
2answers
104 views

Cannot invoke any operation required authentication even after correct log-in

I use the XTRF API version 1.3 at URL http://[security]/translationManagementService/PartnerWSAPI and SOAP UI 4.5 for simulation of client actions. I'm able to successfully login (get no error ...

1 3 4 5 6 7 15