yeah, in my opinion, the best way to performing SOAP client operations would be using
generated client instead of DII, DII seems got its own trouble in many ways, and the code
written by DII is not easy to maintain. You can choose any independent stub generatation
tools to generate those stubs. moreover, you can create a facade layer for web service
access, if the service point has changed, you can limit your change in the facade layer,
and that's really helpful for you to address short term change and make things
happen.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963394#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...