Create an ASMX web service from a WSDL file
- by metanaito
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've never created a web service that needed to follow a specific WSDL.
I've gone as far as using:
wsdl.exe mywsdl.wsdl /l:VB /serverInterface
Now I've got a .vb file generated from…