0
votes
1answer
184 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 ...
0
votes
0answers
66 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 ...
1
vote
1answer
77 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 ...
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
919 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. ...
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 ...
1
vote
1answer
219 views

soapui - warning - No grammar constraints (DTD or XML schema) detected for the document

In my soapui xml, following are the first 2 lines (with whitespace added for legibility). <?xml version="1.0" encoding="UTF-8"?> <con:soapui-project name="Project_sample" ...
0
votes
0answers
118 views

SOAP UI : “The AXIS engine could not find a target service to invoke! targetService is MyService”

I have made a small java service code in eclipse helios and created Webservice the wsdl got generated i copied the url and opened it in IE its showing the wsdl ,the same i tried with SOAP UI 3.0.1 it ...
0
votes
1answer
138 views

Unauthorized Rovi TV Listings Service Soap 1.2

I am using soap UI to test the webservice by giving the credentials but its always displaying a message "unauthorized". Could any one please let me know why is this happening? I am trying to ...
2
votes
1answer
577 views

Use keystore in SOAPUI Plugin for Eclipse

Using the SOAPUI Eclipse project, how do I specify the keystore to be used by a SOAP project? The URL: http://www.soapui.org/SOAP-and-WSDL/applying-ws-security.html shows how it is done for the ...
0
votes
2answers
1k views

Problems with SOAPUI, SpringWS, and Tomcat5.5

Ive been trying to get an example Web Service working using SpringWS and Tomcat5.5 Ive followed examples such as: ...