190-805 무료 덤프문제 온라인 액세스
| 시험코드: | 190-805 |
| 시험이름: | Using Web Services in IBM Lotus Domino 8 Applications |
| 인증사: | Lotus |
| 무료 덤프 문항수: | 96 |
| 업로드 날짜: | 2026-01-10 |
Jeremiah wrote a LotusScript agent that acts as a Web service consumer.
The code looks like this: On Error Goto wsErrorDim converter As New WSConverterClassPrint
converter.ConvertToNumber("a") Exit Sub wsError: Print "An error occurred" Exit Sub If the
ConvertToNumber method generates a fault, what happens in the agent?
Nils is developing a Domino Web service to return employee data. The Web service will accept an employee name, and return the ID, phone number, and salary of the employee. Nils had started to code a separate public function to return each of these data items, but is wondering if he can create a Web service that will accept the employee name and return all 3 desired fields at once. Can he do this in Domino? Why or why not?
Taj has rewritten some of the EmployeeInfo Domino Web service. The public methods that correspond to the operations of the Web service used to be contained within the EmployeeInfo public class. Taj has renamed these methods and put them in a new public class called GetEmployeeInfo. What are some of the steps that should be taken in order for the applications that consume this Web service to be able to work?