5.5 Binding
Use HTTP transport for SOAP operation defined in <portType>
<binding name=VocabularyNameDecisionServiceSoap type=tns:
VocabularyNameDecisionServiceSoap>
All WSDLs generated by the Deployment Console use Document-style messaging:
<soap:binding transport=http://schemas.xmlsoap.org/soap/http
style=document />
<operation name=processRequest>
Identifies the SOAP binding of the Decision Service:
<soap:operation soapAction=urn:Corticon style=document />
<input>
<soap:body use=literal namespace=urn:Corticon />
</input>
<output>
<soap:body use=literal namespace=urn:Corticon />
</output>
</operation>
</binding>