soap

  • submit to reddit

Web Service Testing

This post recaps some results of my experiments with WS testing. In last few months I have been working on several projects – Spring WS Test, Spring WS 2.0 testing support and finally on Smock. All of them reflect different approaches to WS testing. Today...

0 replies - 5767 views - 03/21/11 by Lukas Krecan in Articles

Apache CXF 2.3: The Implementation of SOAP Over JMS Specification

If you are working on building mission critical Web services and cannot afford any lost messages , leveraging the reliable messaging transport feature of the Java Message Services(JMS) may be a viable option.  This approach allows you to deploy critical Web...

4 replies - 8561 views - 02/05/11 by Mitchell Pronsc... in Articles

Web services in Java

Web services are one of the most successful implementations of a Service Oriented Architecture, and they usually are presented as a public Api you can use to expand the capabilities of your applications. There's a web service for everything from obtaining...

10 replies - 13330 views - 06/29/10 by Giorgio Sironi in Articles

Moose XML for Java Makes XML and Web Services Fun

MooseXML for Java is the newest, best way to get XML data into and out of your Java applications and web services.Start with a simple Java bean:@XML(name="hello")public class HelloWorld { // Accessors omitted for brevity ...

4 replies - 1124 views - 03/25/10 by Michael Quigley in Announcements

soapUI 3.5 beta1 - The Protocol Release

eviware is happy to announce the first beta of soapUI 3.5 – The Protocol release. This release extends the capabilities of soapUI to include testing of JMS, AMF, and Databases.

0 replies - 1053 views - 12/17/09 by Ole Matzura in Announcements

RESTful SOA with Open Source

With the exponential growth of the Web, REST as an architectural style [REF-1] has found its niche in the modern services landscape with its popularity poised to grow even further. JAX-RS is a new JCP specification [REF-2] that provides a Java API for RESTful...

3 replies - 8810 views - 09/29/09 by Masoud Kalali in News

soapUI 3.0.1

eviware is happy to announce the soapUI 3.0.1 release which contains a bunch of bug-fixes and some improvements as well;

0 replies - 2483 views - 08/14/09 by Ole Matzura in Announcements

Pragmatic Web Services With Apache CXF

Apache CXF [1] is an open-source Java-based framework whose goal is to help users develop standard-based, interoperable and robust web services.

0 replies - 23602 views - 06/08/09 by Sergey Beryozkin in Articles

ServiceLayer Beta Release – Instant Web Services for Java Apps

ServiceLayer can be downloaded from: http://agileitinc.com/download.AgileIT (http://www.agileitinc.com) has released a new product, ServiceLayer, which enables you to add SOAP and REST web services to Java applications at runtime.  No coding is required. ...

0 replies - 5637 views - 04/23/09 by Mark Hansen in Announcements

XINS 2.2

XINS Open Source Web Services Framework 2.2 ReleasedXINS is an Open-Source Web Services Framework.It supports protocols such as REST, SOAP, XML-RPC, JSON, JSON-RPC and more. Also from the specifications (in simple XML) it generates the client API, the server...

0 replies - 2883 views - 12/22/08 by Anthony Goubard in Announcements

A Rich Web Service API for Your Favorite Framework, Part 5: Tapestry

The intent of this how-to series is to demonstrate the development of a rich Web service API on a variety of popular development frameworks. Part 5 (this tutorial) targets Apache Tapestry. (Previous parts: Spring, JBoss Seam, Struts, Wicket.)

0 replies - 6389 views - 12/21/08 by Ryan Heaton in Articles

A Rich Web Service API for Your Favorite Framework, Part 4: Wicket

The intent of this how-to series is to demonstrate the development of a rich Web service API on a variety of popular development frameworks. Part 4 (this tutorial) targets Apache Wicket.

0 replies - 9728 views - 12/05/08 by Ryan Heaton in Articles

A Rich Web Service API For Your Favorite Framework, Part 3: Struts

The intent of this how-to series is to demonstrate the development of a rich Web service API on a variety of popular development frameworks. Part 3 (this tutorial) targets Struts 2.

0 replies - 7707 views - 11/25/08 by Ryan Heaton in Articles

A Rich Web Service API for Your Favorite Framework, Part 2: JBoss Seam

The intent of this how-to series is to demonstrate the development of a rich Web service API on a variety of popular development frameworks. Part 2 (this tutorial) targets JBoss Seam.

1 replies - 13397 views - 11/18/08 by Ryan Heaton in Articles

A Rich Web Service API for Your Favorite Framework, Part 1: Spring

The intent of this how-to series is to demonstrate the development of a rich Web service API on a variety of popular development frameworks. Part 1 (this tutorial) targets Spring Framework.We're going to be using Enunciate to supply a rich Web service API to...

0 replies - 9819 views - 11/12/08 by Ryan Heaton in Articles