cancel
Showing results for 
Search instead for 
Did you mean: 

N number of request,N number of response - Mapping query

former_member183906
Active Contributor
0 Kudos

Hi,

I have PI 7.31 single stack - java only.

The requirement is there will be a web page - two textbox- 1 textbox will have request map name, 1 textbox will have response map name

the user can select any request map from textbox1 and any response map from textbox2.

HTTP request will come to PI and based on the inputs same request and response map has to be executed.It should be a synchronous call.

can you please provide ideas how we can handle it in PI.

rgds

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

Why you are allowing users to decide the mapping names. Mapping is very technical part of PI and it should be handled in PI only.

You can try to use the service interface name in web page and send the HTTP request with service interface name and url.

Then you need to create the PI configuration for that service interface in PI.