I had to modify my wsdl to return a RequestSecurityTokenResponseMsg to
resolve this issue.   

<wsdl:portType name="STS"> 
 ... 
    <wsdl:operation name="Issue"> 
       <wsdl:input message="tns:RequestSecurityTokenMsg"
wsam:Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue"; /> 
       <wsdl:output message="tns:RequestSecurityTokenResponseMsg"
wsam:Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTRC/IssueFinal"/>
 
    </wsdl:operation> 
 ... 
 </wsdl:portType> 



--
View this message in context: 
http://cxf.547215.n5.nabble.com/Configure-STSClient-to-use-RequestSecurityTokenResponse-tp5782676p5782754.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to