Rational Developer for System z

ServicePropertyArray

Use this element as a container for the properties for a service.

Contained by

EISService

Contains

ServiceProperty

Attributes

None

Example

Figure 1 is an example of the ServicePropertyArray element.
Figure 1. Example of ServicePropertyArray Element
<ServicePropertyArray>
        <ServiceProperty name="bindingName" value="myBinding" />
        <ServiceProperty name="bindingType" value="SOAP" />
        <ServiceProperty name="soapTransport" value="http://schemas.xmlsoap.org/soap/http" />
        <ServiceProperty name="soapBindingStyle" value="document" />
</ServicePropertyArray>

Feedback