YOUR FEEDBACK
NGASI Releases AppServer Manager 8.1
Dave Jenkins wrote: The remote server management is a welcomed added feature...
SOA World Conference
Virtualization Conference
$200 Savings Expire May 16, 2008... – Register Today!


2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
SOA World Editorial: Defining Terms
It seems like not a day goes by lately in which some new story of malfeasance in office doesn't come out - whether it's lying under oath, using the services of a call girl, or spying on other officials in the government in order to further a personal agenda. Clearly, our elected officials don't have
SYS-CON.TV
TODAY'S TOP SOA & WEBSERVICES LINKS


Product Review: Altova Enterprise Suite 2005
XML development is a term that can mean many things to many different people

Digg This!

Page 1 of 2   next page »

XML development is a term that can mean many things to many different people. For some, it is the modeling and creation of XML Schemas and instance documents used to exchange data. Others see it as a part of the larger effort of developing Web services. Still others view it as a means to transform and integrate systems whose data structures and definitions are proprietary. All of these types of development require various skills and tools.

Altova's suite of XML tools provides functionality for essentially all forms of XML development. The suite includes core Schema and instance document development support, Web services development support, data transformation and integration support, and finally, presentation support. The products available in the suite include:
  • XMLSpy
  • MapForce
  • StyleVision
  • SchemaAgent
  • Authentic
  • DiffDog
This review will discuss XMLSpy, MapForce, and StyleVision.

XMLSpy
XMLSpy is the core of the enterprise suite from Altova. It provides all of the tools necessary to design, develop, edit, and transform XML documents and schemas. It also supports XML database technologies, Web services, and provides code generation capabilities for the Java, C#, and C++ programming languages.

The first things developers will notice in this iteration of XMLSpy are the simple but effective updates to the UI. For example, the text mode of the application is now collapsible by element in order to more easily manage large documents. Another nice change is the addition of an auto-hide capability to the Project, Info, Elements, Attributes, and Entities panels, providing a more efficient use of screen real estate.

Modeling and Editing XML and XML Schema
XML Schema modeling in XMLSpy is mainly done in a graphical editor as shown in Figure 1. In this view, schema elements are represented as nodes of a tree structure. In the example shown, the PropertiesConfigType is a global Complex Type structure that contains a sequence of repeating Property nodes. The graphical editor also supports visualization of advanced schema objects such as keys (shown), unique constraints, and key refs.

The Details panel in Figure 1 provides access to the lower-level properties of the selected node such as type, cardinality, and reference information, among other characteristics.

Once the XML Schema is modeled, the document may be validated against the latest W3C XML Schema specification simply by clicking the validate button on the toolbar. Documents are also validated when saved. If any errors exist, they are presented to the developer to correct.

XML instance documents are modified in the Text and Grid views. The Text view is the standard text editor within XMLSpy, providing text folding capabilities, autocomplete, and syntax highlighting.

The Grid view is useful for working with documents that contain repeating elements, such as the Properties node in the example above. In this view, XML is rendered in a table format that allows developers to view documents in rows and columns.

Instance documents are similar to XML Schemas and may be validated if a schema is defined in the schemaLocation attribute of the root element, or if the DTD is defined in the DOCTYPE node. Developers may then validate the document either by clicking the validate button in the toolbar or saving the instance document. Any errors are presented on screen.

XMLSpy and Web Services
XMLSpy is also an effective tool for the Web services developer. It provides full support for the latest WSDL and SOAP specifications, allowing it to both model and invoke Web services.

Modeling Web services, as with schemas, is mainly done in a graphical editor. The editor is logically broken into the main components of a WSDL document: Operations, PortTypes, Bindings, and Services. Each component allows a developer to graphically define and update the relevant properties. For example, adding input, output, and fault messages to an operation is as simple as selecting from a context menu and defining the message parts.

XMLSpy may also serve as both a SOAP client and debugger. To act as a client, the WSDL of the service to be called is simply identified and a SOAP document is generated. Once the parameters of the call are set, the document may be sent to the service and the results are displayed. This capability is extremely useful for testing and debugging Web service applications.

When acting as a SOAP debugger, XMLSpy becomes a proxy between the Web service client and the Web service itself. It provides the capability of establishing breakpoints within a SOAP document based on function calls or XPath query statements. Intercepted documents may be inspected and modified before they are forwarded to the service. Service results are then passed back to XMLSpy for inspection and/or modification before reaching the client.

MapForce
Altova's MapForce product is a data mapping and integration tool that provides transformation capabilities for a number of different formats, including XML, flat file, database, and EDI. Like its XMLSpy counterpart, it supports the latest working drafts of XSLT 2.0 and XPath 2.0. The tool may be used to create one-time data conversion mappings, or it can output Java, C#, and C++ code for integration into standard data exchange interfaces.


Page 1 of 2   next page »

About Brian Barbash
Brian R. Barbash is the product review editor for Web Services Journal. He is a senior consultant and technical architect for Envision Consulting, a unit of IMS Health, providing management consulting and systems integration that focuses on contracting, pricing, and account management in the pharmaceutical industry.

Web Services Product Review wrote: Product Review: Altova Enterprise Suite 2005 XML development is a term that can mean many things to many different people. For some, it is the modeling and creation of XML Schemas and instance documents used to exchange data. Others see it as a part of the larger effort of developing Web services. Still others view it as a means to transform and integrate systems whose data structures and definitions are proprietary. All of these types of development require various skills and tools.
read & respond »
XML Journal wrote: Product Review: Altova Enterprise Suite 2005 XML development is a term that can mean many things to many different people. For some, it is the modeling and creation of XML Schemas and instance documents used to exchange data. Others see it as a part of the larger effort of developing Web services. Still others view it as a means to transform and integrate systems whose data structures and definitions are proprietary. All of these types of development require various skills and tools.
read & respond »
XML News Desk wrote: Product Review: Altova Enterprise Suite 2005 XML development is a term that can mean many things to many different people. For some, it is the modeling and creation of XML Schemas and instance documents used to exchange data. Others see it as a part of the larger effort of developing Web services. Still others view it as a means to transform and integrate systems whose data structures and definitions are proprietary. All of these types of development require various skills and tools.
read & respond »
SOA WORLD LATEST STORIES
Why Enterprise Architects Continue to Fall Short with SOA
If you read this column and listen to my podcasts, you know that I call SOA what SOA is - an architectural pattern. In many instances, SOA is a vital component of healthy enterprise architecture. Indeed, I've provided some keynote talks around this very topic at about half-a-dozen ente
HP Launches New Versions Of SOA Testing Products
HP has introduced enhanced quality and management software designed to meet new requirements for mainstream deployment of service-oriented architectures (SOA) by businesses. To make sure that services meet all functional and performance objectives and are ready for production deploymen
Aras Delivers Version 9 of Advanced Model-Based SOA for Enerprise PLM
Aras announced the availability of Version 9 of the Aras Innovator suite of model-based service-oriented architecture (SOA) solutions for enterprise Product Lifecycle Management (PLM). Version 9 delivers model-based SOA for PLM and includes single-instance multi-language capabilities a
Skyway Software Launches SOA Developer Contest at JavaOne
Skyway Software, announced a SOA developer contest. The SOA design and delivery solutions provider announced the contest with a prize of a $2500 gas card for the winner. The company feels that the basics are very easy. The winner would also get a copy of the Skyway SOA Platform - Devel
Micro Focus Upgrades SOA Express for IBM CICS
Micro Focus announced the availability of SOA Express 8.0. The new version adds support for direct deployment into IBM's Customer Information Control System (CICS), enabling users to accelerate the deployment of Web services by reusing their existing CICS TS mainframe infrastructure in
Oracle Previews Fusion Middleware 11g
Building on its November 2007 preview, Oracle previewed additional planned feature enhancements of Oracle Fusion Middleware 11g. Based on feedback resulting from close cooperation with customers testing in real-world environments, the latest preview of Oracle Fusion Middleware 11g incl
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

SYS-CON FEATURED WHITEPAPERS


ADS BY GOOGLE