This section introduces ECMAScript as it can be used to translate XML
to and from the Java types used by your web services. If you aren't already
familiar with XML maps, see Why Use XML
Maps?
Topics Included in This Section
Using
Script Functions From XML Maps
Describes the role of ECMAScript in translating between
XML and Java.
Creating
and Using XML Variables
Introduces the XML and XMLList data types, and shows how
you can create XML variables.
How
Do I: Create a Script for Use with a Web Service?
Provides a step-by-step introduction to creating an
How Do I:
Use Script from a Web Service?
Describes how to connect script functions you write to
a JWS file.
Setting
Environment Attributes for XML in ECMAScript
Lists attributes you can use to control XML output from
ECMAScript.
Type Support
in ECMAScript
Describes how types are converted between Java and ECMAScript
when using JSX files.
Related Topics
Why Use XML Maps?
Getting Started with XML
Maps