generate EJB from WSDL with wsdl2java
问题 how do I generate fully annotated Java code from which to implement this sample temperature converter service? <wsdl:definitions targetNamespace="https://www.w3schools.com/xml/"> <wsdl:types> <s:schema elementFormDefault="qualified" targetNamespace="https://www.w3schools.com/xml/"> <s:element name="FahrenheitToCelsius"> <s:complexType> <s:sequence> <s:element minOccurs="0" maxOccurs="1" name="Fahrenheit" type="s:string"/> </s:sequence> </s:complexType> </s:element> <s:element name=