Grails-Plugin-Consortium / grails-cxf-client

Easy cxf client for grails
http://grails.org/plugin/cxf-client
27 stars 30 forks source link

Can't Access Interceptor(s) #56

Closed burbidge closed 8 years ago

burbidge commented 8 years ago

I need to get the value of one of my outInterceptors properties, an audit id. I tried to access the interceptor through the cxf client by casting the service to JaxWsClientProxy but this failed even though this is the class the debugger in IntelliJ shows. I can navigate the IntelliJ debugger to see the info I need but I'm unable to access it programatically.

Is this possible?

Suggestions?

ctoestreich commented 8 years ago

More specifically, what are you trying to do with the value?

burbidge commented 8 years ago

I figured out how to access the information I needed.