Hi Colm, thank you for your input. After more debugging, it seems more and more like this is a java reflection problem and the call to the sts is not being performed successfully.
Would you please check the attached image? It comes down to org.apache.cxf.service.invoker.AbstractInvoker.performInvocation on line 179 (cxf-core-3.2.4): m.invoke(serviceObject, paramArray); Indeed, - m is SecurityTokenServiceProvider.invoke(javax.xml.transform.Source) - serviceObject is SecurityTokenServiceProvider - paramArray contains org.apache.cxf.staxutils.StaxSource Any idea why this call would cause a reflection error? <http://cxf.547215.n5.nabble.com/file/t341715/reflection.png> -- Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html
