Q: 1
A developer needs to implement a custom SOAP Web Service that is used by an external Web
Application. The developer chooses to include helper methods that are not used by the Web
Application in the implementation of the Web Service Class.
Which code segment shows the correct declaration of the class and methods?
A)
B)
C)
D)

B)
C)
D)

Options
Discussion
Its D
Saw something like this in an old exam report and most went with D.
Yeah, D looks right. Only the methods with the
webservice keyword get exposed in the WSDL, so making helper methods just public or private keeps them internal. Pretty sure Salesforce requires the class and webservice method to be global for SOAP services. Let me know if I'm missing something here.Makes sense, I'm sticking with D.
Probably D, but does the question specify if helper methods need to be private or just not exposed as webservice?
Be respectful. No spam.