What code should the developer use to authenticate?
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’)
Answer: B
Latest PDII Practice Questions with 280 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments