Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to convert WSDL file to class file

Tags:

wsdl

I have a WSDL file. I want to convert wsdl file to web service class file.

Is it possible? If yes please explain it to me in detail.

like image 795
Rameshkumar Avatar asked Dec 02 '22 05:12

Rameshkumar


1 Answers

  1. In Solution Explorer right click on your project and go to "Add Service Reference..."
  2. Press "Advanced..." at the bottom of the window.
  3. Press "Add Web Reference..." at the bottom of the window.
  4. In the URL field enter the path to the file eg. C:\Documents and Settings\username\Desktop\filename
  5. Press Go arrow. Service description should display.
  6. Enter the reference name you wish.
  7. Press "Add reference".
  8. Watch Visual Studio do its magic and making your life easy.
  9. Take a break.
like image 82
JKJKJK Avatar answered Mar 05 '23 18:03

JKJKJK