The WSDL2H command is used to generate a c/c++ header file from a WSDL schema file, after you've got the .h file you will need to use the soapcpp2 command to create the server code.
I'd suggest you read the gsoap docs here; especially sections 7.2, 8 and 9.