Hi, I've got a bunch of different wsdl files, all for the same server, but with different services on it. I assume that if all the services were in the same file, I'd get one nice stub, with all the different methods. As it is, I run wsdl2java over each one, and then change it by hand to make it all work... now, my question is - is there something I can do to 'merge' these into one, other than editing by hand ( I get updates, so doing it by hand means I need to re-merge frequently)
cheers dim
