Consume SOAP webservice in java, only WSDL in hand
问题 I need to consume a web service in java/jsp code. Only the WSDL is available for me to start. I understand I need to convert the WSDL into java client JAR file using AXIS2 / CXF but I cannot build the whole application on this. Can someone provide a simple example or basic steps for me to start on this? I am not able to join the dots here. WSDL, java client JAR, AXIS2.... All online tutorials point on 'creating' a web service. 回答1: WSDL is just the conract for the web service. You need to