| Fields | Description |
|---|---|
Attribute: soapAction |
Specifies the URI for the optional SOAP action. |
Attribute: soapBodyUse |
Specifies use of encoding style for SOAP body. |
Attribute: soapOpStyle |
Specifies the SOAP operation style. The value must match the soapBindingStyle in ServiceSpecification.xml. |
<OperationPropertyArray>
<OperationProperty name="soapOpStyle" value="document" />
<OperationProperty name="soapBodyUse" value="literal" />
<OperationProperty name="soapAction" value="urn:myaction" />
</OperationPropertyArray>