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.
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