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
laxmilaxmi 

is this correct?

global class testSalesforce{
WebService static string test1(string name) {
dbappsMywebservice1WsdlTypes stub = new dbappsMywebservice1WsdlTypes ();
return name;}}


is this correct code?