Author: owulff
Date: Thu Sep 5 20:26:45 2013
New Revision: 1520410
URL: http://svn.apache.org/r1520410
Log:
Configure wsclientWebapp to REALM A STS
Modified:
cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/applicationContext.xml
cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/src/main/resources/webserviceKeystore.jks
Modified:
cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/applicationContext.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/applicationContext.xml?rev=1520410&r1=1520409&r2=1520410&view=diff
==============================================================================
---
cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/applicationContext.xml
(original)
+++
cxf/fediz/trunk/examples/wsclientWebapp/webapp/src/main/webapp/WEB-INF/applicationContext.xml
Thu Sep 5 20:26:45 2013
@@ -37,7 +37,7 @@
<entry key="ws-security.sts.client">
<bean
class="org.apache.cxf.ws.security.trust.STSClient">
<constructor-arg ref="cxf" />
- <property name="wsdlLocation"
value="https://localhost:9443/fediz-idp-sts/STSServiceTransport?wsdl" />
+ <property name="wsdlLocation"
value="https://localhost:9443/fediz-idp-sts/REALMA/STSServiceTransport?wsdl" />
<property name="serviceName"
value="{http://docs.oasis-open.org/ws-sx/ws-trust/200512/}SecurityTokenService"
/>
<property name="endpointName"
Modified:
cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/src/main/resources/webserviceKeystore.jks
URL:
http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/wsclientWebapp/webservice/service/src/main/resources/webserviceKeystore.jks?rev=1520410&r1=1520409&r2=1520410&view=diff
==============================================================================
Binary files - no diff available.