Liquid Studio Documentation
WSDL Editor / Graphical Notation Overview / Message
In This Topic
    Message
    In This Topic

    Graphical Representation

    Summary

    The Message element provides a common abstraction for messages using XML schema elements and types. Each Message can contain many Message Part child items.

    Creating

    A Message can be added as a root level item. This can be done using the right click context menu.

    Properties

    Name - the name of the Message, used in the Operation elements Input, Output and Fault.

    Sample

    The WSDL code for a Message containing a Message Part:

    <message name="NewOutputMessage">

        <part name="OutputMessagePart" element="tns:OutputType" />

    </message>