Hi there, I have a MessageExchangeListener implementation that used to be called as targetService by an http:consumer. This Listener class itsself has to call another service which is why I thought I could expose it as a cxfse:enpoint so I could use cxfse:proxy to call that webservice. Now i get an operation not bound error even though i specified MessageExchangeListener as targetInterface. Now i wonder, do I have to annotate this class or will I have to change my entire programming model if I want to use cxfse. So basically I am looking for a way to stil use the MessageExchangeListener implementation bit exposed as cxfse so I can use the proxy that offers to the other webservice. Any advice i really appreciated.
cheers, Fabian
