Configuring JBI Components

SOAP Connectivity

Soap Connectivity elements consist of the address element.

The SOAP Address Element

The SOAP address extensibility element allows the user to specify the connectivity information to the SOAP server.

The SOAP Address Element

The SOAP address extensibility element allows the user to specify the connectivity information to the SOAP server.

Table 1–4 The SOAP Address Element Attributes

Property 

Description 

Required or Optional 

Example 

location 

A URL which specifies the connectivity information used to connect to the SOAP server. 

Required 

http://myhost:7676/some/additional/context 

The following example illustrates the use of the SOAP address element:


<port binding="y:binding" name="soapEndpoint">
   <soap:address location="http://myhost:7676/some/additional/context" />
</port>