NonStop SOAP User's Manual

The Service Description Language (SDL)
NonStop SOAP User’s Manual520501-012
3-5
SDL DTD for TS/MP and NonStop Processes
ELEMENT Service
<!ELEMENT Service (SvcDescription,
RequestInfo,
ResponseInfo+)>
<!ATTLIST Service ServiceName ID #REQUIRED
SoapCompliant (yes | no) "no"
XMLValidate (yes | no) "no"
TMFTransactionSupport (yes | no) "no"
AbortTransactionOnFault (yes | no) "yes"
NameSpaceQualified (yes | no) "no"
SoapMessageType (document | rpc) "document"
SoapDDLAttribute (yes | no) "no"
OutputFileNamePrefix CDATA #IMPLIED
GenerateUserExits (yes | no) "no"
Generate (yes | no) "yes"
DeployOption (addUpdate | add | update | delete | skip)
"addUpdate">
Metadata (yes | no) "yes"
Type (ContextFree | ContextSensitive) "ContextFree"
Cache (yes | no) "yes"
OneTxnPerDialog (yes | no) "yes"
RspEncoding CDATA #IMPLIED>
ProcessSoapDDLComments (yes | no) "no"
UseDDLDefaultValue (yes | no) "no"
EnableOutputSensitive (yes | no) "no"
<!-- Attribute 'ServiceName': Name of the Service(Root Element
of the XML Document or the immediate child of the Body element
(if Soap compliant) in the input. As its type is ID, all the
Service Names specified in an SDL need to be unique. -->