I would like to use wsdl2java to generate stubs from a wsdl file because the service I am using will be changing the wsdl over time and I don't want to keep hand-coding all the necessary changes.
However, I would also like to replace the built-in http transport with my own (so I can log with my own logging framework and have better control over things like timeouts, retries, and failover to different servers). It doesn't seem to be as easy I as had imagined. Does anybody have any advice? Thanks, Brian
