Hello All,
I have configured a message listener for a web service in MII. The MII transaction which is being called does not have any input parmeters. Can I wanted to invoke this message listener by calling a URL in the brower. Currently I am trying to invoke
http://server:port/XMII/Illuminator?service=WSMessageListener&mode=WSMessageListenerServer&NAME=abc&Content-Type=text/xml&Session=false by copying the following URL in the browser.
But the message which I am getting is as follows
<?xml version="1.0" encoding="UTF-8" ?>
<Rowsets DateCreated="2011-05-20T09:40:23" EndDate="2011-05-20T09:40:23" StartDate="2011-05-20T08:40:23" Version="XXXXXX">
<FatalError>Message was not received</FatalError>
</Rowsets>
Can you please recommend how can i invoke the message listener ?
Truly appreciate your help.
Thanks,
Kiran