List of questions
Related questions
Question 119 - Certified Platform Developer II discussion
A developer has generated Apex code from a WSDL for an external web service. The web service requires Basic authentication.
What code should the developer use to authenticate?
A.
Http.setHeader ('Authorization' , 'Basic QthZGprjpchVulHNchFtZQ!)
B.
stub.inputHttpHeaders_x.put('Authorization' , 'Basic QthZGprJpchVulHNchFtZQ')
C.
Http.setAuthentication('Basic QthZGprjpchVulHNchFtZQ')
D.
stub.authentication.put ('Authorization','Basic QthZGprjpchVulHNchFtZQ')
Your answer:
0 comments
Sorted by
Leave a comment first