RosettaNet template: how to configure before using?

Liên Hiệp Quốc 1 Reputation point
2021-01-19T10:51:54.777+00:00

I'm rather new to Azure Logic Apps as well as RosettaNet solution. I want to build a process flow that implement RosettaNet message encoding and decoding.

I followed the Exchange RosettaNet message guide and chose to use RosettaNet template at the end of that guide. However, when I ran the encoding logic app out-of-the-box, it failed as there's "a PIP instance id '1234' which is already in process". I tried to use "@utcnow()" for the Create PIP instance identity function thinking that I could bypass the error. However, it seemed to stuck at the RosettaNet wait for response and took forever. The decoding seemed to run fine.

So, I really need help on this. How can I configure the url in the send settings to match with whatever the HTTP request generated and configure the template so that it can complete the flow.
I would also appreciate if there's any additional guide on the RosetteNet solution, as well as a completed RosettaNet sample. Thank you in advance.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,211 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,636 Reputation points Microsoft Employee
    2021-01-20T17:29:41.27+00:00

    The OutboundUri token depends on the Message Type value in the Encode Action, which is configured in the agreement created at the start of the document. For an Action message that you encode, you need to decode a Signal message and subsequently a Response message for the Wait for Response action to continue.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.