XFA Specification
Chapter 18, Connection Set Specification
Connection Set Element Reference
742
The wsdlConnection element
This element represents one connection to a web service.
<wsdlConnection
Properties:
dataDescription="cdata"
name="xml-id"
>
<operation>
[0..1]
<soapAction>
[0..1]
<soapAddress>
[0..1]
<wsdlAddress>
[0..1]
</wsdlConnection>
The wsdlConnection element is used within the following other elements:
connectionSet
This connection corresponds to a particular action requested from a particular service with data going in a
particular direction or directions.
The dataDescription property
The name of the associated data description. If this attribute is not supplied the value defaults to the name
of the root subform in the template. The data description does not include the SOAP envelope.
The name property
The name of the connection. The name must be unique among connections.
A WSDL connection may be invoked by any XFA event handler in the template. Hence the name specified
by this attribute may appear as the value of the connection attribute of the
execute
element in the
template.
The operation property
This element declares the SOAP operation that is associated with its parent.
For more information see "The
operation element".
The soapAction property
This element declares the SOAP action for its parent.
For more information see "The
soapAction element".
The soapAddress property
This element declares the host location for its parent.
For more information see "The
soapAddress element".
The wsdlAddress property
This element identifies the location of the service description to which its parent corresponds.
Home Index Bookmark Pages
Pages: Home Index All Pages