PureEngage On-Premises

 View Only

Sign Up

  • 1.  Is it possible to pass value to Service URL (web service block) from a variable?

    Posted 06-21-2017 18:04
    Hi,

    I need pass to a Service URL property in a Web Service Block (Composer) from a variable, to have the possibility to change it from a configuration file.

    is this possible.

    Tks in advnce.
    Sergio Saavedra.
     


  • 2.  RE: Is it possible to pass value to Service URL (web service block) from a variable?

    Posted 06-22-2017 09:28
    Hello,

    you can do that on SCXML level only (as I know), because of the Composer need the exact URI to parse the WSDL, which is not possible via variable.

    Regards.
    --Jakub--


  • 3.  RE: Is it possible to pass value to Service URL (web service block) from a variable?

    Posted 06-22-2017 15:35
    HI!, 

    I found this in the doc: https://docs.genesys.com/Documentation/Composer/8.1.4/Help/WebServiceCommonBlock, I understand that you are talking about what I need, what you mind?.

    It makes sense that composer forces me to put a URL (literal) in parse/develop time but when deploy in other environment I should have the chance to change by the contents of a variable.

    thank you very much.
    Sergio.


     


  • 4.  RE: Is it possible to pass value to Service URL (web service block) from a variable?

    Posted 06-23-2017 13:08

    I am not really sure about that as there are two params at all:

    Service URL
    Service End Point

    I think the second one should be used as a variable, but the first one I am not sure. 



  • 5.  RE: Is it possible to pass value to Service URL (web service block) from a variable?

    Posted 06-23-2017 15:00
    Thanks Jakub!.