I need to create a POJO service interface from a wsdl . I tried Axis and CXF. CXF generates the interface with jax-ws annotations. Axis , I believe has a different strategy for web service client and I could not find the service interface.
Let me know if you have tried any such requirement before.