This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Designer Edit Script

Hi,

We have imported a web service and the functions for it, but certain functions need to be called in a linear sequence by a wrapper function so we've created a new script to do it.

These all test OK.

Problem is, in the "Test script" panel of Designer we can only pick the individual web service functions for testing, not our new script which contains a function that calls each one sequentially.

Is there something you need to do with a script to enable it to be tested in Designer?

Parents
  • It's not freshly created. It's already saved, committed, compiled and isn't locked either. We still can't see it in the pick list of "Test Script" and if we open the script for editing, we still can't test it from there.

    If we look at any of the other scripts that were created by the system when importing the web service, we can't see any logical difference.

    To simplify it - our wapper function calls ws_connect, ws_post and ws_disconnect. All three of those functions in scripts that can be tested. Our script cannot be tested but all it's doing is calling each of those functions in sequence.
Reply
  • It's not freshly created. It's already saved, committed, compiled and isn't locked either. We still can't see it in the pick list of "Test Script" and if we open the script for editing, we still can't test it from there.

    If we look at any of the other scripts that were created by the system when importing the web service, we can't see any logical difference.

    To simplify it - our wapper function calls ws_connect, ws_post and ws_disconnect. All three of those functions in scripts that can be tested. Our script cannot be tested but all it's doing is calling each of those functions in sequence.
Children
No Data