You are here: Reference > Rule types > Service dotNets > Service dotNet form - Completing the XML Page tab

  Service dotNet form
Completing the XML Page tab

  1. About 
  2. New 
  3. Service 
  4. Request 
  5. Response 
  6. Faults 
  7. XML Page 
  1. History 
  2. More... 

Complete a row of this array for each complex request parameter or complex response parameter. Use a data transform for each class to identify which properties correspond to the nodes of the XML document.

For Map To mappings, the complex parameter is self-describing. In such cases, thePega 7 Platform does not use properties to create the clipboard page, but information in the request message.

Complete at least one row of this tab to cause the WSDL file generated from the service package rule to specify document-style SOAP messages. (If this tab is blank, the WSDL file specifies RPC-style SOAP messages.)

Field

Description

Schema Definitions  
Page Name

add rowIdentify the clipboard page that contains the data values to be mapped to, or from, an XML document.

Class Name

Identify the class of that page.

Data Transform

Omit for Map To clipboard mappings. Required for Map From clipboard mappings.

Typically, the Pega 7 Platform class contains many properties that are not needed in the XML document.

Identify a data transform that defines which properties are to be mapped. In the data transform, use Set actions to list only the properties that are to be mapped at runtime, in the order that mapping is to occur.

About Service dotNet rules