190-805 試験問題を無料オンラインアクセス
試験コード: | 190-805 |
試験名称: | Using Web Services in IBM Lotus Domino 8 Applications |
認定資格: | Lotus |
無料問題数: | 96 |
更新日: | 2025-08-27 |
What statement needs to be added to the Options section of a LotusScript Web service in order to use special data types such as STRINGARRAY_HOLDER and XSD_DATETIME?
Jonas is developing a Web service. Here is the code he as written so far: Private Class Employee empName As String empTitle As StringempPhone As String End Class Class EmployeeDataFunction GetEmpInfo(id As String) As Employee End Function End Class When Jonas tries to compile and save this initial stub of code, he receives an error stating that a member of a public class is an instance of a private class. How can he correct this?