
Appendix A. Lotus Domino and .NET coexistence 525
This class is new in Lotus Domino 6 and is used to process input XML into a
standard DOM (Document Object Model) tree structure.
Dim domParser As NotesDOMParser
2. Create a new function with the ResCodeSearch name. This function will be
the method specified in the SOAP request.
Function ResCodeSearch(msg As String) As String
3. The next step is to create a NotesSession object by declaring the variable
session and setting it as New to create a new instance for that object. Initialize
the object variables.
Dim session As New NotesSession
Dim rootElement As NotesDOMDocumentNode
Dim nodeList As NotesD ...