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')
Suggest answer: B
Reference:
No comments:
Please share to make the community better.