XFA Specification
Chapter 18, Connection Set Specification
Connection Set Element Reference
739
The soapAddress element
This element declares the host location for its parent.
<soapAddress
Properties:
id="xml-id"
name="xml-id"
use="cdata"
usehref="cdata"
>
...pcdata...
</soapAddress>
The soapAddress element is used within the following other elements:
wsdlConnection
Content
The address of the SOAP end point. A SOAP end point consists of a protocol and a data format bound to a
network address. When the request is sent to the server, this is the value of the
location
attribute of the
soap:address element. The value must be a URI in the format specified by [RFC2396]. The soap:address
element is specified in [WSDL1.1].
The id property
An identifier which may be used to identify this element in URIs.
The name property
An identifier that may be used to identify this element in script expressions.
The use property
Invokes another object in the same document as a prototype for this object. The content of this property is
either a SOM expression (which cannot start with '#') or a '#' character followed by an XML ID.
Starting with XFA 2.4 the object used as a prototype no longer needs to be the child of
proto
. Any object
of the appropriate class can be used as a prototype.
If both
use
and
usehref
are non-empty
usehref
takes precedence.
The usehref property
Invokes an external object as a prototype for this object. The content of this property is an URL, followed
by '#', followed by either an XML ID or by som(SOM_expr) where
SOM_expr
represents a SOM expression.
The XML ID or SOM expression is resolved in the context of the external document.
If both
use
and
usehref
are non-empty
usehref
takes precedence.
Home Index Bookmark Pages
Pages: Home Index All Pages