cancel
Showing results for 
Search instead for 
Did you mean: 

What values are used for post to MII Message Service XMIIMESSAGELISTENER?

Former Member
0 Kudos

Hi all,

I would like to use HTTP Post Action to post a XML message to Message Listener XMIIMESSAGELISTENER.

I see the URL posting is: http://<server>:<port>/XMII/Illuminator?service=WSMessageListener&mode=WSMessageListenerServer&NAME=...;

Actually, the Message Listener XMIIMESSAGELISTENER is running.

But I don't know which values is used for WSMessageListener and which values is used for WSMessageListenerServer?

What's different between WSMessageListener and WSMessageListenerServer?

In this case, we have only XMIIMESSAGELISTENER ... :-((

How we can fill two values for these two properties?

If anhone know how to use these two properties, please help me to explain more about them?

Thank a lot in advance,

Vinh

Accepted Solutions (0)

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

Vinh,

You should not have to alter either the service or mode in the sample URL provided in the help documentation. The name property ties it to the processing rules or for you to use the message services action blocks to query them in a transaction of your choice at any time. The keys are the xml payload that you are posting to the message listener and the content type being: text/xml

Regards,

Jeremy