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.