I am planning to work on creating a perl webservice[using XML::Compile::SOAP] and want to know if I could create a java client for it using JAX-WS 2.1
[EDIT]: Is there no other way to consume a wsdl without doing the wsdl to java conversion??
Thanks,
Dhawal.
If its a standard SOAP that you can get a standard WSDL from, then using wsimport included with JDK 1.6 should do it for you.