0% found this document useful (0 votes)
4 views9 pages

P 1 Ccws

This document outlines the steps to create a web service project using Visual Studio and integrate it with a NetBeans project. It includes instructions for setting up the web service, copying the service URL, and modifying the index.html file in the NetBeans project. Finally, it describes how to clean, build, and run the project in NetBeans.

Uploaded by

ajmeansajay111
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views9 pages

P 1 Ccws

This document outlines the steps to create a web service project using Visual Studio and integrate it with a NetBeans project. It includes instructions for setting up the web service, copying the service URL, and modifying the index.html file in the NetBeans project. Finally, it describes how to clean, build, and run the project in NetBeans.

Uploaded by

ajmeansajay111
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Step1:open visual code

Step2: Create a new project


Step3: give project name and click create

Step4 : select web forms>create


Step5: right click on your project name>add>new item

Step6: click on web service(ASMX)>give name(conversion.asmx)>add


Step7: write this code>run

Step8: output:

Step9:click on conversion web service tab>click on Service Description>and copy the


url(http://localhost:57069/conversion.asmx?WSDL)

Step10: open NetBeans>create new project


Step11: give project name>next(X2)>finish

Step12: right click on project name


Step13:give url(that we have copied)

Step14:right click on project name>click on jsp


Step15:make changes to index.html

Step16:right click inside body tag


Step17:select rupeesTodollar

Step18:jsp file
Step19:right click on project name>clean and build>

right click on project name>run

Output:

You might also like