Service dotNet form - Completing the Response tab
Use the Response tab to specify the data sent as part of the outgoing response message. Data is mapped from the clipboard to fields of the message header or data values in the message buffer.
By default, the response message uses UTF-8 character set encoding. However, if the
request message HTTP header contains a Content-Type
value, the response
message uses the same encoding as the request message. Alternatively, you can override this
behavior and establish a single character encoding (for all SOAP responses from the system)
by defining a servlet initialization parameter named CharacterEncoding
for
the PRSOAPServlet
servlet. The system uses the value of that parameter in
the Content-Type
of every Service dotNet and Service SOAP response message.
Response Headers
Field | Description |
---|---|
Name | Enter the external name of the response header. |
Description | Enter a text description. |
Map From | Select how the system maps the output data from the clipboard data:
|
Map From Key | If the Map From value is Clipboard , enter the property name
from which the data is to be mapped. If the value is |
Response Parameters
Field | Description |
---|---|
Data Type | Select the external data type of the response parameter. For a complex
parameter, select XML Page for a complex parameter, to cause the
system to convert a clipboard page containing the elements of a portion of the XML
document. (Complete the XML Page tab in this case.) |
Name | Enter the external name of the response parameter, with no spaces. |
Description | Enter a text description. |
Map From | Select how system maps the output data from the clipboard data. The choice you
make for this field depends on what you select for Data Type:
If more choices appear, they each identify a custom function rule in a
|
Map From Key | Identify a source for the Map From field:
|