Kate, > What's the best way for me to get the interface name and operation name, > etc of the current message from an interceptor? > > Does celtixfire support JAX-WS message context properties such as, > javax.xml.ws.wsdl.interface and javax.xml.ws.wsdl.operation?
If you're using a JAX-WS handler, then it WILL support those. (I'm not sure if it does right now. Probably not yet.) However, in an interceptor, you would just need to call: msg.get(BindingOperationInfo.class) to get the BindingOperaionInfo object and pretty much go from there. Enjoy! -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 F:781-902-8001 [EMAIL PROTECTED]
