member login

WebServices dot org

Todays Featured Content:

SOA testing tools advance

Mindreef and iTKO are making separate moves Tuesday in the SOA testing space. Mindreef has integrated its SOAPscope Server SOA and Web services testing software with HP Quality Center, a centralized platform for managing processes and automating software testing. ITKO is announcing availability of Lisa 4 SOA Testing, a product suite for testing SOA.

Mindreef Introduces SOAPscope Workstation for Web Services Testing, Diagnostics, Governance and Support

Mindreef product family expanded to include a cost-effective professional solution for individuals and small teams creating and maintaining high-quality web services and composite applications.

Automating What You Can’t See: Testing Middleware for the Enterprise

Read about the problems of testing SOA middleware applications and the requirements for the tools, and discover one solution that has been in use for over a year, has executed hundreds of thousands of tests, and certifies the functionality of systems that execute over a billion transactions per month.

The Foundation of SOA Quality

This paper explores the many facets of SOA Quality and the primary technology elements that make up the Foundation of SOA Quality.

Featured Content provided by Mindreef
JBoss Application Server 5.0.0 GA released to the community

"We have been waiting for that day for a long time. Too long certainly. But here we are, the community version of JBoss.org AS 5.0 just got released.Our foundations are now ready to absorb the changes the Java landscape will go through in the next 5 years. We have the strongest API-agnostic implementation of the core middleware services - our DNA (messaging, persistence, security, remoting, etc.). We have the most evolutive and flexible microcontainer on the market. Thanks to those two, we are able to morph our DNA to whatever API/programming model the market might move towards, and implement several of those simultaneously if needed. They are the (important) bells and whistles on top of our rock-solid and non-monolithic engine."....


Apache Axis C++ 1.1 Released

Tuesday 20 April 2004

Axis C++ is a SOAP implementation done in C++ which can be used as a SOAP messaging server or client. This release includes enhancements over the 1.0 release such as document/literal support.

Axis C++ 1.1 released!

http://ws.apache.org/axis/cpp/index.html

"

This C++ SOAP engine implementation provides a platform for developing Web services using C/C++ and also includes a client side library for developing C/C++ client applications. This release includes enhancements over the 1.0 release such as document/literal support. In this version the Expat parser is supported by default and the user can optionally configure Axis C++ to use the Xerces parser.

Features:

  • SOAP engine with both client and server support

  • Partial support for both SOAP 1.1 and SOAP 1.2

  • Support for all basic types, complex types and arrays

  • WSDL2WS tool for building the following C/C++ components from WSDL

Server side - Skeletons and Wrappers
Client side - Stubs

  • WSDL2WS tool generated wrappers act as RPC Providers or document/literal providers and they perform

Serialization
Deserialization
Method invocation

  • WSDLs hosted statically in the server

  • Standalone SOAP server (HTTP)

  • Web server modules for Apache HTTPD 1.3 and apache2(Linux/Windows)

  • Web based listing of the deployed services and their WSDLs

  • Sample web services and client applications

  • Documentation for developers and users

"

Axis C++ 1.0 released !

http://ws.apache.org/axis/cpp/index.html
http://marc.theaimsgroup.com/?l=apache-announce&m=106803780624001&w=2

"

What is Axis C++?

Axis C++ is a SOAP implementation done in C++ which can be used as a SOAP messaging server or client.

While Axis C++ has adopted the general architecture of Axis java, it introduces several core architectural features that is meant for increased performance.

Developer Base

Axis C++ was initiated by a group of developers from Sri Lanka and is the first effort of it's kind in the country.

The team consists of developers and other contributors sponsored by different software companies.

The Axis C++ team hopes to attract a large user base and welcomes the participation of other developers to make Axis C++ a success.

Try out Axis C++!

List: apache-announce
Subject:ANNOUNCE: Release of Apache Axis C++ v1.0 (Alpha)
From: Susantha Kumara susantha () apache ! org
Date: 2003-11-05 12:20:29
[Download message RAW]

We are proud to announce the release of Apache Axis C++ v1.0 (Alpha).
This implementation of a C++ SOAP engine provides a stable platform
for developing Web services using C/C++ as well as a client side
library for developing C/C++ client applications. This release
includes the following features:

- SOAP engine with both client and server support
- Partial support for both SOAP 1.1 and SOAP 1.2
- WSDD based deployment with dynamic deployment tools.
- Support for all basic types, complex types and arrays
- WSDL2WS tool for building C/C++ components from WSDL
Server side - Skeletons and Wrappers
Client side - Stubs
- WSDL2WS tool generated wrappers act as RPC Providers and they
perform
Serialization
Deserialization
Method invocation
- WSDLs hosted statistically in the server.
- Standalone SOAP server (HTTP)
- Web server modules for Apache HTTPD 1.3 (Linux/Windows)
- Web interface to the deployed services and their WSDLs.
- Sample web services and client applications.
- Supportive documentation for developers and users.

"