NonStop SOAP 4.1 User's Manual

The Operation element includes the following attributes:
Name
TMFTransactionSupport
AbortTransactionOnFault
NameSpaceQualified
SoapMessageType
ProcessSoapDDLComments
SoapDDLAttribute
OutputFileNamePrefix
UseDDLDefaultValue
EnableOutputSensitive
RspEncoding
The Operation element includes the following attributes:
Name
The Name attribute specifies the name of the operation. The value of this attribute should be
unique in a single NonStop SOAP 4 deployment. This is a mandatory attribute and can have
alphanumeric characters and an underscore (_).
The value of this element is reflected in the WSDL file and the services.xml file.
For example:
SDL file:
Name="MyOperation"
Generated directory structure:
<NonStop SOAP 4 Deployment Directory>
Client
MyService
SoapPW_MyOperation.html
wsdl
SoapPW_MyOperation.wsdl
Services
MyService
SoapPW_MyService.wsdl
services.xml
Generated WSDL file:
<?xml version="1.0" encoding="UTF-8"?>
<definitions
.
.
xmlns:tns1="urn:cpq_tns_MyOperation"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<types>
.
.
<xsd:schema
elementFormDefault="qualified"
targetNamespace="urn:cpq_tns_MyOperation"
xmlns="http://www.w3.org/2001/XMLSchema">
<xsd:complexType name="MyOperationResponse0">
<xsd:sequence>
<xsd:element name="request" minOccurs="1" maxOccurs="1">
<xsd:simpleType>
160 NonStop SOAP 4 Service Description Language