I have to implement a java component that will work with WSDL, do you aware of any frameworks that will simplify that solution and avoid me to reinvent the wheel (wsdl4j maybe ?)
Here is the basic operations i tend to support (the end user have to do all of these from UI, so there is no way to know in advance the wsdl url in order to generate classes, everything at runtime):
Try Apache CXF, plenty to read on it starting here, also a book, Apache CXF web service development.