cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to post message using HTTP post action in MII

rathnaji_balusu
Explorer
0 Kudos

Hi All,

I am trying to post XML messages from one MII to Other MII  using HTTP Post action block. I have configured the  url and post document.

i got an exception while running the Transaction. I am using following url and find the same in below.

URL : "http://<server>:<port>/XMII/Illuminator?service=WSMessageListener&mode=WSMessageListenerServer&NAME=MATMAS"&"MESSAGEUID="&Read_Message_0.MessageUID

Post Data : Read_Message_0.MessageDocumentXML.

I have checked in target MII Log viewer, there  i found error message and  it stating that "No message received in post".

Shall i do any configuration before using HTTP Post in source MII. Can any one guide me on this issue.

Regards,

Rathnaji Balusu

Accepted Solutions (0)

Answers (1)

Answers (1)

rathnaji_balusu
Explorer
0 Kudos

I have debugged the transaction and found that the parameter 'POSTDATA' didn't have the value even though we map the value in link editor and find the same in below screen shot.

The parameter 'Post data' having value like this '---'. Is there any type compatibility between string and XML.Here source has data type 'String' and target has datatype 'XML'.

Can anyone suggest me how to fix this issue.

Regards,

Rathnaji Balusu