SOAP

Web Services exist as a way for applications to call methods that exist on other web servers and are possibly even written in other programming languages.

SOAP, or Simple Object Access Protocol, is a standard for web services. Molly supports the inclusion of SOAP web services, into a MAML page.

Web Service Request (soap)

The <soap /> tag, in Molly, is the primary tag used to call a remote web service, asking for results. This tag asks for all the details necessary to make a full request, whose results can then be displayed using the <soapitem /> tag.