Index: raptor-web/trunk/src/main/webapp/WEB-INF/config/web-setup.xml
===================================================================
--- raptor-web/trunk/src/main/webapp/WEB-INF/config/web-setup.xml	(revision 642)
+++ raptor-web/trunk/src/main/webapp/WEB-INF/config/web-setup.xml	(revision 659)
@@ -24,5 +24,17 @@
 		<property name="reportHandler"><ref bean="reportHandler"></ref></property>
 		<property name="webMetadata"><ref bean="webMetadata"></ref></property>
+        <constructor-arg index="0"><ref bean="serviceEndpointClient"/></constructor-arg>
 	</bean>
+    
+    <bean id="serviceEndpointClient" class="uk.ac.cardiff.raptorweb.sei.ServiceEndpointClient">
+         <property name="tlsParameters">
+           <bean class="uk.ac.cardiff.raptor.remoting.client.sei.impl.ClientTLSParameters">
+                 <property name="trustStoreLocation"><value>/Users/philsmart/Documents/Java/RaptorWorkspace/keys/mua-public.jks</value></property>
+                 <property name="trustStorePassword"><value>phil11</value></property>
+                 <property name="keyStoreLocation"><value>/Users/philsmart/Documents/Java/RaptorWorkspace/keys/raptor-ica.jks</value></property>
+                 <property name="keyStorePassword"><value>phil11</value></property>
+           </bean>
+       </property>
+    </bean>
 
 	<!-- MUA Metadata -->
