Forum Discussion

arvindnsn's avatar
arvindnsn
Contributor
4 years ago
Solved

Passing mapper variable for WSDL URL in SOAP Execute

Hello, I am trying to send the WSDL URL into SOAP Execute by initializing in a mapper and then send that variable to SOAP Execute WSDL URL as mentioned below. But I am encountering an error. Is it ...
  • SpiroTaleski's avatar
    4 years ago

    @arvindnsn

    But on the contrary, I am able to initialize it in the pipeline parameter and then pass the pipeline parameter in the WSDL URL to work successfully.

    If that’s the case then you can split the logic in two pipelines:

    1. Parent pipeline - to read the WSDL from database, and pass the URL to child pipeline as pipeline parameter.
    2. Child pipeline - that will contains the SOAP Request.

    BR,
    Spiro Taleski