Question
Call NLWS function to load delivery, in order to execute PrepareMessage from a soap request?
Hello everyone,
I'm wondering if there is a way to execute the following JavaScript Syntaxes using a soap request from SOAP UI?
delivery = NLWS.nmsdelivery.load(XXX);
delivery.PrepareMessage;
Much appreciated,