Submitted by heartin on Sun, 11/08/2015 - 18:47
Submitted by heartin on Fri, 11/06/2015 - 19:06
The Web Services Explorer is a tool available within Eclipse and can be used to test SOAP web services.
The Web Services Explorer primarily has below funtionalities:
-
Browsing and invoking Web services via their WSDL and XSD.
-
Biscovering Web services in WS-Inspection 1.0 documents, and in UDDI v2 or v3 registries using the UDDI v2 protocol.
-
Publishing Web services to UDDI v2 or v3 registries using the UDDI v2 protocol.
Submitted by heartin on Fri, 11/06/2015 - 06:50
SoapUI is an open-source web service testing application for SOAP and REST web services.
Its functionality covers web service inspection, invoking, development, simulation and mocking, functional testing, load and compliance testing.
A commercial version, SoapUI Pro, which mainly focuses on features designed to enhance productivity, is also available.
Submitted by heartin on Thu, 11/05/2015 - 08:56
Issue 1
java.lang.ClassNotFoundException:
com.sun.xml.ws.transport.http.servlet.WSServletContextListener
Solution
Copy “jaxws-rt.jar” from JAX-WS RI zip (downloaded from https://jax-ws.java.net/) to Tomcat library folder “{$TOMCAT}/lib“.
Issue 2
Server startup failed and below errors were observed in logs:
SEVERE: A child container failed during start
Submitted by heartin on Thu, 11/05/2015 - 08:53
We did not had to do any extra configurations for deploying our web service class in Glassfish server. This is because Java EE 5 and above compliant application servers such as Glassfish, comply to JSR 109 (Web services 1.2/1.3) and JSR 224 (JAX-WS 2.0/2.1/2.2).
Pages