"jeffdelong" wrote : Thanks, I will look for your updates in a couple weeks.
|
Hi Jeff,
finally I fond an hour to put my hand on my workspace code to add support fot custom JAXWS
handlers.
I just committed changes and a new quickstart sample demonstrating ho to use it
(webservice_consumer_wise4).
In a nutshell you can add your own JAXWS handler adding (more than one) this property to
org.jboss.soa.esb.actions.soap.wise.SOAPClient action in jboss-esb.xml
| <property name="custom-handlers"
value="cutomClass1;CusomClass2" />
|
|
At the moment custom handlers are supposed to have default constructor and WISE Action
instantiate them using reflection. Other solutions cold be evaluated in future (like have
an handler object somewhere in the message for example).
If you have chance, give it a run and let me know what do you think about.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163863#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...