<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=SoaML_-_Simple_Interface</id>
	<title>SoaML - Simple Interface - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=SoaML_-_Simple_Interface"/>
	<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=SoaML_-_Simple_Interface&amp;action=history"/>
	<updated>2026-04-22T21:53:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://training-course-material.com/index.php?title=SoaML_-_Simple_Interface&amp;diff=21407&amp;oldid=prev</id>
		<title>Bernard Szlachta at 14:55, 28 August 2014</title>
		<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=SoaML_-_Simple_Interface&amp;diff=21407&amp;oldid=prev"/>
		<updated>2014-08-28T14:55:36Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Cat|SoaML|SoaML15}}&lt;br /&gt;
&lt;br /&gt;
Simple Interface (an UML inteface) is usually used to model basic services.&lt;br /&gt;
&lt;br /&gt;
Basic services are:&lt;br /&gt;
* independent from the context&lt;br /&gt;
* usually do not know who is the caller&lt;br /&gt;
* do not call the caller back&lt;br /&gt;
&lt;br /&gt;
Examples of basic services:&lt;br /&gt;
* Data Services (e.g. CustomerAccount service containing interface with operations like getCustomerData, deleteCutomer, etc...)&lt;br /&gt;
* Logic Services (e.g. Calendar service, which interface would contain operations like isLeapYear, dateSubtract, dateAdd, etc....)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
[[File:Simple Interface Example.png|500px]]&lt;br /&gt;
[[File:Simple interface NobleProg example.png|500px]]&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
* The type of the service port is the UML interface “CustomerAccountInterface” that has two operations getCustomerData and deleteCustomerData&lt;br /&gt;
* Participant CRM provides the service, the participant ERP consumes the service&lt;br /&gt;
* The CRM participant has the capability to offer the service&lt;br /&gt;
* The CRM participant has two owned behaviors that are the methods of the operations provided through the CustomerAccountService service&lt;br /&gt;
* The CustomerAccountInterface fully describe the service (no need for ServiceContract or ServiceInterface)&lt;br /&gt;
* The &amp;lt;&amp;lt;ReqestPoint&amp;gt;&amp;gt; uses the conjugate port marked with the tilde &amp;quot;~&amp;quot; character (note that in the Sparx EA you need to mark it explicitly in options and show the element type, do not put the tilde character directly into the name of the port)&lt;br /&gt;
&lt;br /&gt;
== Exercises ==&lt;br /&gt;
# Define CalendarService and an interface with operations isLeapYear, dateSubtract, dateAdd&lt;br /&gt;
## Assume that the dates are passed as the ISO date string &lt;br /&gt;
## Model sample participants consuming and providing the service&lt;/div&gt;</summary>
		<author><name>Bernard Szlachta</name></author>
	</entry>
</feed>