|
Watch a short video demonstrating how to log into a remote Linux box using Putty/SSH, and how to "su" to the "root" user. |
|
Read more...
|
|
|
Creating a GW SOAP Session in C#/.NET 2.0 |
|
This article focuses on how to consume GroupWise Web Services in a .NET C# application written for .NET 2.0, and how to log in as a specific user either using specific login credentials, or as a trusted application. |
|
Read more...
|
|
|
Creating and Sending Email with GWSOAP |
|
GroupWise is an email system. You'd expect that one of the most common things people do with it is send email, right? So, it stands to reason that if there are API's that allow developers to use/control the system, the API's should support this ability. Am I right? Yes. Yes I am. But wait! Read on... |
|
Read more...
|
|
|
Dealing with Custom Fields in GWSOAP |
|
Many custom development projects for Novell GroupWise require dealing with "custom fields". GroupWise is based on a database, and has the ability to allow developers to define their own fields, in addition to the default GroupWise data fields, to store data that is meaningful and useful to their application. This article shows how to create and manage custom fields using the GWSOAP (a.k.a. Web Services) API. |
|
Read more...
|
|
|
Creating Your Own SSL Certificates |
|
This article explains how to use OpenSSL to create your own self-authenticated SSL certificates in three easy steps. |
|
Read more...
|
|
|