
You configure the sender Axis SOAP adapter to send content from remote clients or Web service servers to the Integration Server/AEX.
Messages can be sent to a servlet. It receives messages under the following address: http://host:port/XIAxisAdapter/MessageServlet?parameters
parameters ::= token ( '&' token )*
token ::= name '=' value
name ::= fieldname
value ::= fieldvalue
fileldname ::= 'senderParty' | 'senderService' | 'receiverParty' | 'receiverService' |
'interface' | 'interfaceNamespace' | 'messageId' | 'queueName'
fieldvalue ::= urlencoded value
If you use an active task, you poll inbound messages at defined time intervals.
If you use a passive task, your sender Axis SOAP adapter waits for the message to arrive.
Define Connection Parameters for Transport Protocol Task (Axis)
Microsoft NT LAN Manager authentication schema
To define a different authentication method in the task, select Other .
You must also specify the corresponding handlers for executing the authentication method on the Module tab page.
Define Task Parameters for Transport Protocol Task (Axis)
Define XI Parameters
More information: Quality of Service
If you choose Best Effort , specify in the Adapter Framework Parameters under Timeout how many milliseconds to wait before canceling the delivery of the message.
The first attachment is put in the main payload; further attachments become attachments of the XI message.