Sun Java System Message Queue 3.7 UR1 Administration Guide

SOAP Endpoint Attributes

Table 16–10 lists the attributes used to configure endpoint URLs for applications that use the Simple Object Access Protocol (SOAP); see the Message Queue Developer's Guide for Java Clients for more information.

Table 16–10 SOAP Endpoint Attributes

Attribute 

Type 

Default 

Description 

imqSOAPEndpointList

String 

None 

List of one of more URLs representing SOAP endpoints to which to send messages, separated by spaces

Each URL should be associated with a servlet that can receive and process SOAP messages.

Example:

    http://www.serv1/ http://www.serv2/


If the list specifies more than one URL, messages are broadcast to all of them.

imqEndpointName

String 

Untitled_Endpoint_Object

Name of SOAP endpoint

imqEndpointDescription

String 

None 

Descriptive string for SOAP endpoint

Example:

    My endpoints for broadcast