cancel
Showing results for 
Search instead for 
Did you mean: 

How to set request parameter in Http Post action block of MII

Former Member
0 Kudos

Hi,

I am using MII 12.1.8.20. I want to call ME Data Exchange Interface through HTTP Post. The request parameter "message" need to set a value like <DX_REQUEST><IMPORT><SHOP_ORDER_OBJECT><SITE>TEST_1</SITE><SHOP_ORDER>DATATRANS</SHOP_ORDER>......</SHOP_ORDER_OBJECT></IMPORT></DX_REQUEST> which is avaiable in the Output of XSL Transformation action block

Please suggest how will I set the request parameter and its value in HTTP Post action block of MII?

As per suggestion from Michael Appleby of MII forum, I am reposting in ME forum.

Thanks,

Joe

Accepted Solutions (0)

Answers (1)

Answers (1)

tim_drury
Active Participant
0 Kudos

Joe, you usually just drag-drop the output parameter containing the message from the XSL action to the request parameter input of the http post action in the link editor.

-tim

Former Member
0 Kudos

Hi,

I am using MII version 12.1.8.20

I do not find any item like "request parameter" input of the http post action in the link editor. PostData and RequestProperties are there. But they are not working.

Could you please explain more details?

Thanks,

Joe

tim_drury
Active Participant
0 Kudos

Use PostData for the message request. If it doesn't appear to work, use a tool like tcpmon to inspect what's going over the wire.

Former Member
0 Kudos

Hi,

In MII BLS Add Message XML out put parameter to one local parameter and add field In Document with name "Message" .reconfigure Rowset action block in BLS and add local parameter to rowset parameter.

Thanks,

Ramesh