In short, your answers are: "There is no tool, but you can do DIY."
I want a simple tool to be able to do this because my WSDL contains too many unused functions and data structure schemas.
If I can automate it, WSDL -> trim WSDL -> create client stub classes. Nothing unused will be created, there will be no abuse, there is no need for maintenance, we will not touch on the generated code, and I can really focus on the code that is used. Smaller JAR, shorter XML parsing time. If the WSDL is updated, I only have to rebuild the stub classes and run the unit test.
I tried to get away from the call of man. It takes time, itβs easy to get an error, and you have to redo every time every small change in the original WSDL.
I do not understand the WSDL scheme. I think this can be done using XSLT?
source share