Deprecated. XML Maps are deprecated as of the WebLogic Platform 8.1 release. For new code, use XQuery maps. For more information, see Introduction to XQuery Maps.

How Do I: Add or Edit an XML Map with the Edit Maps and Interface Dialog?

You can use the Edit Maps and Interface dialog to override natural mapping for XML messages sent between your service and clients, other services, or other resources. The dialog provides tabs to display the parameter-xml map and return-xml map. You display the dialog by locating the method name in Design View to which the map will apply and double-clicking the long arrow icon to the left of it. Superimposed upon this arrow there can be a shorter arrow pointing inward toward the area of your service representing a map applied to an incoming message, and/or an arrow pointing outward representing a map applied to the outgoing data.

Note: When you use the Edit Maps and Interface dialog, you create an XML map that is stored with the source code of your JWS or JCX file. XML maps can also be put in separate map files and used from multiple places in source code. For information differentiating the two locations, see How Do XML Maps Work?

Before beginning an XML map you should obtain a sample copy of an XML message that your method will be expected to handle or generate. The element and attribute names within your XML map must match those in the XML message to be mapped; this is an essential aspect of XML maps. Examine the structure of the example XML to identify the elements and attributes that will contain values that should be mapped to your method's parameters. Identify a section of the XML that contains the elements corresponding to your implementation, then use this section as a basis for the XML map.

To Begin a Custom XML Map

  1. Double-click the map icon corresponding to the method, callback, or callback handler to which you are applying the map. The Edit Maps and Interface dialog appears, as shown here:
  2. Click one of the following tabs, as appropriate:
  3. In the XML pane, paste the section of example XML you identified.
  4. Edit the XML you pasted, replacing actual content with substitution directives. For more information on substitution directives see How Do XML Maps Work?
  5. Click OK to store your edited XML map in the source code of your service.
  6. To edit the XML map, double-click the corresponding map icon in Design View or edit the map directly in Source View.

Related Topics

Matching XML Shapes

How Do XML Maps Work?