Hey, first of all this is the first time i am implementing webservices. I have to make a webservice for work, and i got a wsdl example so i made my wsdl based on this one. Now the wsdl is correctly made (validated with xmlspy). When i run wsdl2java he makes the following files: deploy.wsdd, Mservice.java, MServiceLocator and undeploy.wsdd. but no classes. I tried with another wsdl (an example from axis) and it did work fine so it makes it clear there is something wrong with my wsdl. I don't know if i can just post the wsdl here because i don't know if my boss is gonna like that. So i would be gratefull for any indications as to why he isn't generating the classess.