function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pintoo rajputpintoo rajput 

how to call this method "WebService static String updateGapContractData(String xmlMessage)" in test class

Zuinglio Lopes Ribeiro JúniorZuinglio Lopes Ribeiro Júnior

Just call it like this:

String response = YourStaticClass.updateGapContractData(yourParam).

Don't forget to mark your thread as 'SOLVED' with the answer that best helps you.