Create an ASMX web service from a WSDL file

后端 未结 2 1072
不思量自难忘°
不思量自难忘° 2020-12-13 12:07

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\

2条回答
  •  借酒劲吻你
    2020-12-13 12:59

    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.

提交回复
热议问题