Configuring JBI Components

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>