invoke

invoke(inputMessage: String): String updating;

The invoke method of the JadeWebServiceConsumer class sends the SOAP-formatted message specified in the inputMessage parameter to the Web service and returns the response from the Web service provider (a SOAP message).

Re-implement the invoke method in the following situations.