08-26-2021 04:21 AM
Hello,
I have to design a pipe line which is based on SOAP request. I have the wsdl. This is my first SOAP pipeline I have few queries.
The SOAP Execute snap has three fields
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”.
I designed a pipe line like this
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”
Pls suggest how to execute this SOAP request .
thanks
arun
09-06-2021 09:27 PM
@j.angelevski @pmanchevski
Thanks for the reply. It worked for me after using JSON parse.