1.4 Other Helpful Source Files

For additional information about Novell Teaming Web services, there are a few additional source files that can facilitate your understanding of Web services and product data structures.

This file contains most of the methods that implement the facade:

/ssf/main/src/com/sitescape/team/remoting/impl/AbstractFacade.java

This file implements the portions of the facade that use Apache Axis code, especially code managing the sending and receiving of attachments:

/ssf/main/src/com/sitescape/team/remoting/ws/FacadeImpl.java

If you want to review the code that builds the workspace tree (along with some helper classes), then you can review this file:

/ssf/main/src/com/sitescape/team/web/tree/WsDomTreeBuilder.java