How to generate a WSDL file?

I created the webservice [.asmx] file. This web service actually gets the string as Input and inserts the values ​​into the database.

Now this web service will be called by another application, so they ask me for a wsdl file to access this web service.

I know wsdl can be created using cmd to generate .cs or .vb or .dll files. And is there also xml generated when I am a user? Wsdl along with my URL

But I am confused which one to provide? !!!

+5
source share
3 answers

"wsdl URL- - , , , XML - . .net(java), , ? Wsdl URL-, -, , wsdl .

+3

.asmx, IIS ASP.NET, wsdl ? wsdl URL- . -, ? Wsdl - wsdl.

WSDL.exe wsdl, .

( , - wsdl, / wsdl, -.

- .NET, URL- - , /. Java , wsdltojava, .)

+2
  • Go to IIS
  • Skip to content.
  • View .asmx File
  • In the browser at the end of the URL add "? Wsdl" and press Enter
  • Now it will give you wsdl.
+2
source

All Articles