I have a WSDL file and I am trying to create a web service that conforms to the WSDL.
I\'ve created clients using WSDL files that consume an existing service, but I\
All you need to do is create a class that inherits from the interface that WSDL.EXE has generated, and then implement the methods from the interface.