cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MEINT workflow outputXML issue

Former Member
0 Likes
415

Hello,

I have defined a new workflow in which I am inserting the XML in MEINT using Visiprise/ERPShopFloorIntegration/services/SyncDOCService transaction.

Now intputXML transaction variable of Service transaction will have the xml which has been inserted in MEINT. Now here I am setting value to transaction variable outputXML the processed/new XML and setting value to transaction variable 'status' as PASS.This new xml can be found in MEINT queue under Trace -Response.

In a workflow configuration I have defined

Please let me know is this the standard behavior of MEINT workflow ? and how should I get the value of processed XML which I have set in Response of MEINT queued message in this Pass handler transaction.

Thanks in Advance!!

Regards,

Kshitiz

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Can you have a try setting status as 'PASSED'?

Former Member
0 Likes

Hi Aravinth,

Actually I put the status as 'PASSED' only. Its not working, although PASS handler transaction is getting executed but not getting desired value in inputXML variable.

Former Member
0 Likes

Hi,

   What input/output parameters are defined in your transaction?

Former Member
0 Likes

Its a XML, in service transaction I am collecting the information and assigning it in outputXML variable. Content of outputXML can be seen in message queue under trace-response.

I believe that this outputXML will be a input for Pass handler transaction but I am not getting it.

Former Member
0 Likes

Yes.I got it.I wanted to know the input/output transaction parameters other than inputXML,outputXML,status.Please refer this standard transaction Visiprise/ERPShopFloorIntegration/workflow/Backflushing/PostBatchCharacteristics and check if your custom transaction has all parameters as in the mentioned standard transaction.

Former Member
0 Likes

Hi Aravinth, Yes I have all the parameters but using only these 2. I think from record ID I can get the response output. If its so then ho I can get the record ID.

Thanks

Former Member
0 Likes

My understanding is that you need not set record ID but inputXML should have the response XML if these parameters are set.Not sure what else could be the cause.

Former Member
0 Likes

I am getting the value of recordId parameter, from it I can get the response using query MEINT and SAPMEInt File Read Action block as used in Visiprise/ERPShopFloorIntegration/workflow/Backflushing/PostBatchCharacteristics

Somehow I can continue my work, thanks for your response.