NonStop SOAP 4.1 User's Manual
?nooutput_sensitive
End.
Now, compile the DDL using the following command:
gtacl -p ddl < "ddl file-name"
CAUTION: The DDL must not be compiled with the output_sensitive flag in the command
line.
RspEncoding
The RspEncoding attribute specifies any default output encoding for a Pathway service other
than UTF-8. The SOAP request and response XML file reflects the value of this attribute. The
default value is UTF-8. This attribute is optional.
For example:
SDL file:
RspEncoding="Shift-JIS"
SOAP Message(SOAP Request/Response):
<?xml version="1.0" encoding="Shift_JIS"?>
The Operation element contains the following child elements:
• “The OperationDescription Element” (page 169)
• “The RequestInfo Element” (page 169)
• “The ResponseInfo Element” (page 170)
The OperationDescription Element
The OperationDescription element specifies the text description of the operation. The maximum
size of the text description is 256 bytes. If the length specified is greater than the maximum length,
the first 256 bytes are used. This is a mandatory element. The element definition appears in the
SDL file as:
<OperationDescription>Reflect the Response</OperationDescription>
The RequestInfo Element
The RequestInfo element specifies the SOAP request information for the particular operation.
This is a mandatory element. The element definition appears in the SDL file as:
<RequestInfo> </RequestInfo>
SDL Service Types 169










