Open topic with navigation
global class MyWebService {webService static Id makeContact(String lastName, Account a) {Contact c = new Contact(lastName = 'Weissman', AccountId = a.Id); insert c; return c.id; } }