Rational Developer for System z

OperationProperty

Use this element to specify the properties for an operation.

Contained by

OperationPropertyArray

Contains

None

Attributes

Fields Description

Attribute: soapAction
Valid values: URI
Required?: No
Default value: None

Specifies the URI for the optional SOAP action.

Attribute: soapBodyUse
Valid values: literal | encoded
Required?: No
Default value: literal

Specifies use of encoding style for SOAP body.

Attribute: soapOpStyle
Valid values: document | rpc
Required?: No
Default value: document

Specifies the SOAP operation style. The value must match the soapBindingStyle in ServiceSpecification.xml.
Note: If you are generating artifacts for IMS™ Enterprise Suite SOAP Gateway you must specify soapAction property, for example "urn:IMSPHBK". It should match the soapAction value in the CorrelatorSpec property. If you don't specify this property or if it does not match the CorrelatorSpec, it will cause a runtime error.

Example

<OperationPropertyArray>
                <OperationProperty name="soapOpStyle" value="document" />
                <OperationProperty name="soapBodyUse" value="literal" />
                <OperationProperty name="soapAction" value="urn:myaction" />
</OperationPropertyArray>

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)