MagooClient Top Tips

What are the key things I need to know in order to use MagooClient effectively?

1. Register your WSDL and/or Schema

MagooClient's ability to recognize, render and validate XML content is based on a Message Type Catalog which maintains a mapping between qualified elements within a message and associated WSDL or Schema definitions. Therefore the first step is typically to register the WSDL or Schema in the Message Type Catalog. All of the following activities will accomplish this (full details available in the MagooClient User and Developer Guides):

2. Use Templates

XML by its nature is typically quite flexible in terms of content and structure. When creating a new message from a WSDL or Schema definition, MagooClient will generate a valid blank representation. However this typically won't be the message you require:

Clearly performing a set of edits each time a new message is created is a laborious, time-consuming and error-prone task. To avoid this, MagooClient supports the notion of templates. A template is simply a 'pre-canned' version of a message which can be used to create new messages without having to re-do all of the necessary edits each time. To create a template, either right-click on a message and select 'New Template...' or select 'Save As Template...' when editing the message. Note that template usage is tracked in the Recent New Message history so you can easily create new messages with just a double-click