views:

406

answers:

0

I'm using eclipse (eclipse-jee-galileo-win32). I generated ws clients by using eclipse build in plug-in (right click on wsdl -> web services -> generate client) and they working fine. For a automatic builds I need ant scripts that will generate such client's code automatically. I tried using wsimport (of glassfish and jdk6), but I've got problems with SOAP 1.2 binding and unsupported rpc/encoding. So the question is: what command the plug-in is using or maybe some tool that can generate ant builders for those services (web services ant tasks for creating clients)

Thanks a lot