Try using different XML binding types and you will get skeleton signatures more to your liking. Thanks, Nadeem
________________________________ From: Adrián Cuartero [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2008 1:13 PM To: [email protected] Subject: how to generate a simple skeleton with wsdl2java Hi all I developed a service throw java2wsdl whose interface was like this public int[] getDeviceIdentifier(String model)throws MyException{ Due to the problem between custom exceptions and java2wsdl i had to re-write the wsdl file and use wsdl2java to write the service and now the interface is like this. public GetDeviceIdentifierResponse getDeviceIdentifier( GetDeviceIdentifier getDeviceIdentifier) throws MyException{ I prefer the other interface because is easiest to view the params and to make the documentation but i don't know what can i do to use the old one instead of the last one with this pojos. Thanks for the help. Adrián ________________________________ Enviado desde Correo Yahoo! Disfruta de una bandeja de entrada más inteligente. <http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52431/*http://es.docs.yahoo.com/mail/overview/index.html> .
