I wanted to create JAX-RPC stub/classes/proxy
files using my existing WSDL
file. I used wsimport
, but it just created class files. I tried wscompile
but I was not sure about the required parameters. Could anyone suggest any tools, which is easy to use and help me to create required stub files from WSDL.
I'm using JDeveloper IDE.