by Altova - Product Type: Application
Altova MapForce 2012 Enterprise Edition - Upgrade from Altova MapForce Standard Edition 2011 by Altova
URLs: altova-mapforce-enterprise-upgrades-mapforce-2009-standard, altova mapforce enterprise upgrades mapforce 2009 standard, altovamapforceenterpriseupgradesmapforce2009standard, altova
Visual data integration and Web services implementation tool. Altova MapForce Enterprise Edition is a graphical data mapping, data conversion, and data integration tool. It maps between any combination of XML, database, flat file, EDI, Excel, XBRL, and/or Web service, then transforms data instantly or autogenerates royalty-free code for the execution of recurrent conversions. Altova MapForce includes the following languages for code generation: XSLT 1.0, XSLT 2.0, XQuery, Java, C#, and C++. Altova MapForce integrates with Visual Studio and Eclipse to let you access MapForce benefits inside these leading IDEs. Altova MapForce also allows you to easily integrate disparate data sources or create Web services using graphical, drag-and-drop functionality.
MapForce supports the following functionality:
Graphical data mapping
Executing and saving mapping output
Bi-directional XML, database, flat file and EDI data mapping
Advanced data processing functions
Mapping data to WSDL operations
Visual function builder for creating custom functions
Building Web services
Project view for organizing mappings
Mapping multiple sources to multiple targets
Seamless integration with Eclipse and Visual Studio
Parsing flat files using FlexText utility
OLE and ActiveX controls
XSLT 1.0, XSLT 2.0, XQuery generation
Java, C#, C++ program code generation
Simplify Web Services Development
Despite the advantages of Web services for exchanging information between disparate systems, writing the code to implement them by hand can be complicated, time consuming, and error-prone. Altova MapForce removes these drawbacks by allowing you to build Web services visually, then auto-generating the Java or C# code required to implement the Web service on a server.
To build a Web service, you simply load an existing WSDL (Web Services Description Language) file in the MapForce project view, and create a mapping for each transaction. All standard WSDL documents are supported, including those created in the graphical WSDL design view of Altova XMLSpy.
Once you’ve loaded a WSDL file, you simply define the operations for each transaction included in the Web service as a mapping design. MapForce represents the transaction’s input and output schemas graphically, and you can easily map data and perform operations by dragging connecting lines to link elements and dragging in function blocks from the library. Supported data sources include XML, databases, flat files, and EDI (EDIFACT and ASNI X12) formats, and you can map these in any combination to and from the operations in your WSDL transactions.
An extensible library of data processing functions is available for filtering and processing data before returning it to the output schema, and the MapForce visual function builder helps create and save complex functions for use in other mappings.
Once you’ve created mappings for the transactions in the WSDL file, you can generate code for a single transaction – or for the entire WSDL project – in Java or C#.
Now, instead of writing the hundreds to thousands of lines of code required to implement each Web services transaction, you can define mappings visually and let MapForce generate the code all at once. Code that used to take hours or days to write is now auto-generated in a matter of seconds. Visual design in MapForce removes the complexity from Web services development, allowing you to build standards-conformant Web services applications more quickly than ever before.
Integrate Enterprise Data
In addition to support for building Web services, MapForce allows you to design data integration applications for mapping any combination of XML, database, flat file, and EDI data.
XML mapping support is based on XML Schema
Database mapping support includes accessing database views and systems table in any relational database
Flat file mappingsupport includes CSV, tab delimited, and fixed-width text files. Support for arbitrary or mixed layout flat files is also provided through MapForce FlexText, a versatile flat file parsing utility
EDI mapping support includes the hundreds of messages covered by the two most popular EDI standards: UN/EDIFACT and ANSI X12
You can map XML, databases, flat files, and EDI in any combination, and multiple sources and multiple targets are supported. As with Web services creation, you define mappings between content models visually by dragging connecting lines linking corresponding elements in the source(s) and target(s) and inserting data processing rules. You can choose functions from the extensive MapForce function library, import your own function libraries, and create and save complex functions using the unique visual function builder.
The built-in MapForce Engine allows you to execute any mapping and view the output with one click. The output of the MapForce Engine can be saved as the result of a one-time mapping, or it can be used for previewing sample results, which simplifies the process of designing and testing complex mapping projects significantly. Then, with just one more click, MapForce auto-generates the software code required to programmatically marshal data from the source(s) to the target(s) for use in customized server-side data integration applications.
What’s new in MapForce 2012 Release 2?
Sorting database input components - MapForce users have long been able to sort database data through ORDER BY statements in SQL queries. However, SQL queries that operate inside the database are not always sufficient for complex data mapping tasks. MapForce 2012r2 adds additional database sorting functionality to the existing MapForce SQL-WHERE component to become SQL-WHERE/ORDER
Sorting structured data - New Sort component for general-purpose sorting of structured data.
Support for logical files in IBM iSeries databases - MapForce now includes support for logical files specific to IBM iSeries databases.
What's new in Altova Mapforce 2012?
Visual alignment guides - Complex data mappings with many components and functions can appear very cluttered on the screen. MapForce 2012 introduces new horizontal and vertical alignment guides to help users organize a mapping as they drag elements into place.
What’s new in MapForce Basic 2011r3?
Save individual values or entire sub-trees in intermediate variables
What’s new in MapForce Basic 2011r2?
Expandable if-else component (switch statement)
Reverse existing mapping
New function to retrieve node name
Ability to search Function Library
What’s new in MapForce 2011?
Chained transformations
Chained transformations enable users to create complex mappings in which the output of one mapping becomes the input of another. This is a feature that adds to MapForce's ability to execute fully automated transformations. Each chained component becomes a modular entity in an interdependent transformation sequence, allowing for conversions to be made on-the-fly. MapForce users can create chained transformations using any number of mapping components connected to a final target component. Preview and code generation features can be displayed/generated for intermediate components, as well as for the final mapping result. Intermediate mapping components will also now have a "pass-through" button in the title bar. This button will enable users to define the set of data that gets passed on to the following component.
Integration with StyleVision for output components
Integration with StyleVision lets MapForce users automatically render results of their XML and XBRL mappings using an associated StyleVision template design. This means that these components can be previewed as HTML, RTF, PDF, or Word 2007+ documents. This feature for MapForce essentially combines its capabilities with those of StyleVision, meaning that users can now automate report generation from virtually any data format - as long as it can be mapped to an XML Schema or XBRL taxonomy.
Formatting of numbers, dates, and times
One of the most frequently requested features, this enables MapForce users to easily convert numbers, dates, and times to their string representations using a variety of different formatting functions. For example, the simple format-number function below converts a numerical input (e.g., 12345) to a monetary one in with a USD prefix, comma separating the thousands digits, and two decimal places (e.g., $12,345.00).
Two new parameters in auto-number function
The auto-number generator function in MapForce has been updated to include two additional parameters, global-id and restart-on-change, adding to the ways in which you can manipulate data between source and target format(s). Global-id assigns a global identifier to an auto-number sequence, making it accessible throughout the data mapping project, including in user-defined functions. Restart-on-change allows users to restart auto-numbering every time the value supplied this parameter changes, enabling them to create intelligent numbering sequences.
Visual data integration and Web services implementation tool.
Pricing: Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2011 Standard Edition Installed Users (1), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2011 Standard Edition Installed Users (5), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2011 Standard Edition Installed Users (10), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2011 Standard Edition Installed Users (20), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2011 Standard Edition Installed Users (50), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2011 Standard Edition Concurrent Users (1), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2011 Standard Edition Concurrent Users (5), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2011 Standard Edition Concurrent Users (10), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2011 Standard Edition Concurrent Users (20), Altova MapForce 2012 Release 2 Enterprise Edition Upgrade from Altova MapForce 2011 Standard Edition Concurrent Users (50), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2011 Standard Edition Installed Users (1) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2011 Standard Edition Installed Users (5) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2011 Standard Edition Installed Users (10) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2011 Standard Edition Installed Users (20) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2011 Standard Edition Installed Users (50) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2011 Standard Edition Concurrent Users (1) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2011 Standard Edition Concurrent Users (5) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2011 Standard Edition Concurrent Users (10) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2011 Standard Edition Concurrent Users (20) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (1 year) Upgrade from Altova MapForce 2011 Standard Edition Concurrent Users (50) + SMP (1 year), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (2 years) Upgrade from Altova MapForce 2011 Standard Edition Installed Users (1) + SMP (2 years), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (2 years) Upgrade from Altova MapForce 2011 Standard Edition Installed Users (5) + SMP (2 years), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (2 years) Upgrade from Altova MapForce 2011 Standard Edition Installed Users (10) + SMP (2 years), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (2 years) Upgrade from Altova MapForce 2011 Standard Edition Installed Users (20) + SMP (2 years), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (2 years) Upgrade from Altova MapForce 2011 Standard Edition Installed Users (50) + SMP (2 years), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (2 years) Upgrade from Altova MapForce 2011 Standard Edition Concurrent Users (1) + SMP (2 years), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (2 years) Upgrade from Altova MapForce 2011 Standard Edition Concurrent Users (5) + SMP (2 years), Altova MapForce 2012 Release 2 Enterprise Edition + SMP (2 years) Upgrade from Altova MapForce 2011 Standard Edition Concurrent Users (10) + SMP (2 years
Evals & Downloads: Browse the Altova MapForce Edtions Feature Comparision, Read the Altova License Agreement - Requires Acrobat Reader, Read the MapForce help file, Download the Altova MapForce 2012 Release 2 Enterprise evaluation on to your computer - Expires After 30 Days
Operating System for Deployment: Windows 7, Windows Vista, Windows XP, Windows Server 2003, Windows ME, Windows 2000, Windows 98, Windows NT 4.0
Architecture of Product: 32Bit, 64Bit
Product Type: Application
Built Using: MFC V4.2 / V6.0
Compatible Containers: Microsoft Visual Studio 2010, Microsoft Visual Studio 2008, Microsoft Visual Studio 2005, Microsoft Visual Studio .NET 2003, Microsoft Visual Studio 6.0, Microsoft Visual Basic 2010, Microsoft Visual Basic 2008, Microsoft Visual Basic 2005, Microsoft Visual Basic .NET 2003, Microsoft Visual C++ 2010, Microsoft Visual C++ 2008, Microsoft Visual C++ 2005, Microsoft Visual C++ .NET 2003, Microsoft Visual C++ 6.0, Microsoft Visual C# 2010, Microsoft Visual C# 2008, Microsoft Visual C# 2005, Microsoft Visual C# .NET 2003, Microsoft Visual InterDev 6.0, Microsoft Office 2007, Microsoft Office 2003, Microsoft Office 2000, Microsoft Access 2003, Microsoft Access 2002, Microsoft Access 2000, Microsoft SQL Server 2000, Microsoft SQL Server 7.0, Microsoft Outlook 2002, Microsoft Outlook 2000, Microsoft Exchange Server 5.5, Microsoft Internet Information Server 5.0, Microsoft Internet Information Server 4.0, Microsoft Internet Explorer 6.0, Microsoft Internet Explorer 5.5, C++Builder 6, C++Builder 5, Delphi 7.0, JBuilder 9, JBuilder 8, Oracle 9i JDeveloper, .NET Framework 4.0, .NET Framework 3.5, .NET Framework 3.0, .NET Framework 2.0, .NET Framework 1.1, WebLogic Workshop, IBM DB2 8.x, Eclipse V3.3, Eclipse V3.1.2, Eclipse V3.0
Product Class: Component Development Tools, .NET Development Tool, Component Building Tools
Keywords: Altova MapForce, MapForce, Altova MapForce Enterprise
Altova GmbH - The XML Spy Company
XML Extensible Markup
Code Creation Editing
Conversion Convert converts converting
Database DB Connectivity
Database DB Management
Development
Productivity performance efficiency
webservices web-services
Part numbers: PC-517383-441515 517383-441515 PC-517383-441517 517383-441517 PC-517383-441519 517383-441519 PC-517383-441521 517383-441521 PC-517383-441523 517383-441523 PC-517383-441525 517383-441525 PC-517383-441527 517383-441527 PC-517383-441529 517383-441529 PC-517383-441531 517383-441531 PC-517383-441533 517383-441533 PC-517383-441535 517383-441535 PC-517383-441537 517383-441537 PC-517383-441539 517383-441539 PC-517383-441541 517383-441541 PC-517383-441543 517383-441543 PC-517383-441545 517383-441545 PC-517383-441547 517383-441547 PC-517383-441549 517383-441549 PC-517383-441551 517383-441551 PC-517383-441553 517383-441553 PC-517383-441555 517383-441555 PC-517383-441557 517383-441557 PC-517383-441559 517383-441559 PC-517383-441561 517383-441561 PC-517383-441563 517383-441563 PC-517383-441565 517383-441565 PC-517383-441567 517383-441567 PC-517383-441569 517383-441569 PC-517383-441571 517383-441571 PC-517383-441573 517383-441573
Mfr. Part No: M11S-M12E-C001 M11S-M12E-C001+M1 M11S-M12E-C001+M2 M11S-M12E-C005 M11S-M12E-C005+M1 M11S-M12E-C005+M2 M11S-M12E-C010 M11S-M12E-C010+M1 M11S-M12E-C010+M2 M11S-M12E-C020 M11S-M12E-C020+M1 M11S-M12E-C020+M2 M11S-M12E-C050 M11S-M12E-C050+M1 M11S-M12E-C050+M2 M11S-M12E-I001 M11S-M12E-I001+M1 M11S-M12E-I001+M2 M11S-M12E-I005 M11S-M12E-I005+M1 M11S-M12E-I005+M2 M11S-M12E-I010 M11S-M12E-I010+M1 M11S-M12E-I010+M2 M11S-M12E-I020 M11S-M12E-I020+M1 M11S-M12E-I020+M2 M11S-M12E-I050 M11S-M12E-I050+M1 M11S-M12E-I050+M2
Publisher
Primary Category
Related Products
Related Categories