I am trying to generate the java stubs for the following WSDL http://telviva.com/local/telvivaapi.wsdl If I try and use CXF I get the following error:
WSDLToJava Error: Rpc/encoded wsdls are not supported with CXF
Many forums online say I need to use axis to generate them, but using axis gives me the following error:
java.io.IOException: No 'message' attribute in for operation 'delete_access'
Can anyone suggest how I might consume this WSDL please?