Index: /raptor-mua/trunk/src/main/java/uk/ac/cardiff/raptormua/service/impl/MUAProcessImpl.java
===================================================================
--- /raptor-mua/trunk/src/main/java/uk/ac/cardiff/raptormua/service/impl/MUAProcessImpl.java	(revision 763)
+++ /raptor-mua/trunk/src/main/java/uk/ac/cardiff/raptormua/service/impl/MUAProcessImpl.java	(revision 764)
@@ -151,5 +151,5 @@
 		if (lockR.tryLock()) {
 			try {
-				log.info("MUA has received {} entries from {}", pushed.getEvents().size(), pushed.getClientMetadata().getServerName());
+				log.info("MUA has received {} entries from {}", pushed.getEvents().size(), pushed.getClientMetadata().getServiceName());
 				engine.addAuthentications(pushed);
 				success = true;
@@ -166,5 +166,5 @@
 		if (!success){
 		    log.error("WARNING, technical fault, could not add events to this MUA");
-		    throw new SoapFault("Technical fault at the server, could not add events to MUA ["+this.getEngine().getMuaMetadata().getServerName()+"]", new QName("Server"));
+		    throw new SoapFault("Technical fault at the server, could not add events to MUA ["+this.getEngine().getMuaMetadata().getServiceName()+"]", new QName("Server"));
 		}
 
Index: /raptor-mua/trunk/src/main/config/mua-core.xml
===================================================================
--- /raptor-mua/trunk/src/main/config/mua-core.xml	(revision 763)
+++ /raptor-mua/trunk/src/main/config/mua-core.xml	(revision 764)
@@ -117,5 +117,6 @@
 	<!-- MUA Metadata -->
 	<bean id="MUAMetadata" class="uk.ac.cardiff.model.ServiceMetadata">
-		<property name="serverName"><value>Cardiff University's MUA</value></property>
+		<property name="serviceName"><value>Cardiff University's MUA</value></property>
+        <property name="description"><value>Cardiff University's MUA</value></property>
 		<property name="organisationName"><value>Cardiff University</value></property>
 		<property name="contactEmail"><value>smartp@cf.ac.uk</value></property>
