| Fields | Description |
|---|---|
Attribute: bindingName |
Specifies the name of the binding element in the WSDL
file. The default value is: The name attribute for the EISService element (or if it is not specified, the value of -w parameter from the xsebatch command line invocation) concatenated with the UPPER-CASED value of the type attribute of the EISService element. |
Attribute: portName |
Specifies the name of the port element in the WSDL file. The default value is: The name attribute for the EISService element (or if it is not specified, the value of -w parameter from the xsebatch command line invocation) concatenated with the UPPER-CASED value of the type attribute of the EISService element. |
Attribute: portType |
Specifies the name of the port type element in the WSDL
file. The default value is: The name attribute for the EISService element (or if it is not specified, the value of -w parameter from the xsebatch command line invocation) concatenated with the UPPER-CASED value of the type attribute of the EISService element. |
Attribute: selectService |
For a top-down scenario this attribute selects a specific service in a reusable binding. It applies only to WSDL 2.0 bindings and is ignored for any prior versions of the WSDL. It is also ignored for any non top-down scenarios and scenarios that do not support WSDL 2.0. |
Attribute: serviceName |
Specifies the value of the name attribute of service
element in the WSDL file. The default value is: The name attribute for the EISService element (or if it is not specified, the value of -w parameter from the xsebatch command line invocation) concatenated with the UPPER-CASED value of the type attribute of the EISService element. |
Attribute: soapBindingStyle |
Specifies the value of the style attribute of binding element in the WSDL file. The value must match the soapOpStyle.in Operation properties. |
Attribute: soapTransport |
Specifies the value for the transport attribute of the
binding element in the WSDL file. The default value is: http://schemas.xmlsoap.org/soap/http |
<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" />
<ServiceProperty name="selectService" value="BankAccountServices" />
</ServicePropertyArray>