Search code examples
javawsdlsoapuiwsdl2java

how to create a wsdl file for using soap server in java


How to create a simple Wsdl file for using the soap server in java and then later use it for soap ui for testing web services. Just a simple example.


Solution

  • create a sample Java webservice then use a jdk tool called 'wsgen' to generate the associated wsdl, or use one of the webservice api's like axis2. Look into Oracle guide on how to use the tool