Decision-service-level WSDL, FLAT XML messaging style
As many sections are identical from one type to another, the following links connect to the relevant sections in
Vocabulary-level WSDL, FLAT XML messaging style, with variances noted:
PortType - Note that the line
<portType name=DecisionServiceNameSoap> is different
Binding - Note that the line
<binding name=DecisionServiceNameSoap type=tns: DecisionServiceNameSoap> is different
Service - Note that the following lines are different:
<service name=DecisionServiceName>
<port name=DecisionServiceNameSoap binding=tns:DecisionServiceNameSoap>
Types in Decision-service-level WSDL, FLAT XML messaging style
<types>
<xsd:schema xmlns:tns=urn:<namespace>
targetNamespace=urn:<namespace> elementFormDefault=qualified>
This <type> section contains the entire Decision Service-level XSD, FLAT-style service contract, minus the XSD Header section…
or details on <namespace> definition, see XML Namespace Mapping </types>