CWWIC1021E The node passed to the SnippetHandler createSnippet method is null.
Explanation
The specified method takes an XML snippet that is a string and places it in a document object. From the document object, a list of all the nodes of the XML formatted string is returned. Each node is used to create the snippet object. However, in this case, a null value was passed into the snippet handler for creation.
User response
Go to http://www.ibm.com/software/integration/wps/support and select "Troubleshooting documentation" under "Product support content" for more information.