How to make a WSDL file generate Java Code
843833Jun 11 2008 — edited Jun 15 2008Hi, I'm quite new in web services. I used the ebay shopping service importing the WSDL file with wsimport, and NetBeans automagically created the Ebay libraries while parsing the WSDL.
Now I'm trying to implement my own soap WS, i'm quite finished but when I try to use it importing the WSDL in a new project, my classes are not imported.
So, where's the trick? How can I include code generationi n my WSDL?
thanks in advance :)