[
Lists Home |
Date Index |
Thread Index
]
- From: Jeffrey I Condon/Cupertino/IBM <jicondon@us.ibm.com>
- To: xml-dev@lists.xml.org
- Date: Mon, 09 Oct 2000 18:21:27 -0400
alphaWorks just had some nice new releases and updates
The WSDL Toolkit is a set of tools that allow developers to generate client
and server code from a WSDL document. WSDL toolkit contains two tools:
---------------------------------------------------------------
1. A client-side stub (proxy) generator that generates a stub for a service
accessible via RPC over SOAP over HTTP and described by a WSDL document.
2. A server-side skeleton generator that generates a skeleton for a service
described by a WSDL document.
http://www.alphaworks.ibm.com/tech/wsdltoolkit?open&l=136,t=gr,p=WSDL
IBM's XML for C++ parser (XML4C)
---------------------------------------------------------------
XML4C 3.3.0 is based on the Apache Xerces XML C++ Parser Version 1.3.0. New
features include experimental versions of DOM Level 2 - Range, Traversal
and SAX2, improved support for Entities in the DOM, bug fixes and
performance improvemenents.
http://www.alphaworks.ibm.com/tech/xml4c?open&l=136,t=gr,p=XML4C
XML Interface for RPG, C and COBOL
---------------------------------------------------------------
It allows procedural applications to create new or parse existing XML
documents, facilitating the use of XML as both a datastore and IO mechanism
in these languages.
http://www.alphaworks.ibm.com/tech/xml4rpg?open&l=136,t=gr,p=Inter
XML Parser for Java
---------------------------------------------------------------
XML4J 3.1.0 is based on the Apache Xerces XML Parser Version 1.2.0. New
features include experimental versions of DOM Level 2, SAX2 (beta 2), and
partial April 7 Schema support.
http://www.alphaworks.ibm.com/tech/xml4j?open&l=136,t=gr,p=Parser
|