NonStop SOAP 4.1 User's Manual

SrvrEncoding="UTF-8"
GenerateSessionHeader="[yes | no]"
GenerateTransactionHeader="[yes | no]"
GenerateModuleHandlerFiles="[yes | no]"
GenerateMessageReceiverUserFunctionsFiles="[yes | no]"
stringTermination="[NonNull | NullTerminated]">
The ProcessDetails element includes the following attributes:
Name
DDLDictionaryLocation
language
SrvrEncoding
GenerateSessionHeader
GenerateTransactionHeader
GenerateModuleHandlerFiles
GenerateMessageReceiverUserFunctionsFiles
stringTermination
For example:
<sdl>
<Process>
<ProcessEnvironment Name="$REFL">
<ProcessDetails Name="Reflector"
DDLDictionaryLocation="$FC3.AXTE1"
SrvrEncoding="UTF-8"
language="C"
stringTermination="NullTerminated">
<Operation Name="REFLECTOR"
TMFTransactionSupport="Required"
AbortTransactionOnFault="yes"
NameSpaceQualified="yes"
SoapMessageType="document"
ProcessSoapDDLComments="no"
SoapDDLAttribute="no"
UseDDLDefaultValue="no">
<OperationDescription>Reflector</OperationDescription>
<RequestInfo>
<DDLDefinitionName>INPUT</DDLDefinitionName>
</RequestInfo>
<ResponseInfo>
<DDLDefinitionName>OUTPUT</DDLDefinitionName>
<ResponseSelection defaultResp="yes"/>
</ResponseInfo>
</Operation>
</ProcessDetails>
</ProcessEnvironment>
</Process>
</sdl>
The ProcessDetails element includes the Operation element as a child element. For information
about the Operation element and its attributes, see “The Service Element” (page 155).
NOTE: The ServerClassName attribute is not applicable for the ProcessDetails element.
It returns an error when used in the ProcessDetails element.
SDL Service Types 175