Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please help me how to call a webservice in ms excel 2013. I have created a webservice in asp .net. i want to call the service method in excel which takes one parameter



Thanks in advance.
Posted

1 solution

=WEBSERVICE(“http://mywebservice.com/serviceEndpoint?searchString=Excel”)
 
Share this answer
 
Comments
Sashibhusan Meher 1-Jun-15 14:02pm    
Thanks you so much for your reply. But i am still i am confused. Let me explain my confusion.

My webservice link is : "http://localhost/EquipService/WebService.asmx" .
there is one method called AddNumber() which takes two int parameter. this method adds both nymber and returns calculated value.

Now please let me know how do i call "AddNumber" method and pass 2 parameter.


thank you so much.
willington.d 2-Jun-15 6:56am    
Below link contains sample:
http://chandoo.org/wp/2013/03/18/finding-nearby-zipcodes-using-excel-formulas/
willington.d 2-Jun-15 6:57am    
http://www.toadworld.com/platforms/sql-server/b/weblog/archive/2013/02/26/bringing-location-information-into-excel-2013-with-the-webservice-function.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900