Forum Discussion
Thanks @Spiro_Taleski for the reply.
I am planning to design the pipeline like this
JSON Parser → Router (it will check the $Action filed value) → Route to specific SOAP Execution → SOAP Response
Ex: Request → $Action is “directory” → Route to → Mapper (to prepare the SOAP Req)-> SOAP Execute snap1
Request → $Action is “file” → Route to → Mapper (to prepare the SOAP Req) → SOAP Execute snap2
The SOAP Execute snap has three fields My question is
Service Name 2) Endpoint . 3) Operation. What values I have to give here. I have “wsdl” set.
The wsdl file I have has ‘ExecuteApplication’ endpoint or method. I need to execute this with request payload when the input filed $Action equal to “directory”.
Here Json parser takes the input and Mapper will prepare the payload for SOAP executor. But this pipeline throwing error.
“message”: “HTTP Code: 400 Status: POST to pipeline that does not have an unlinked input view Errors: None”
I hope I clarified my requirement.
thanks
arun