Link to home
Start Free TrialLog in
Avatar of Bharat Guru
Bharat Guru

asked on

How to make webservice call from excel securely.

I want to make a webservice call with some secure method from excel.

How can I prevent the for some one to hacked the excel macro code and copy the webservice url.

How can  incrypt the URL post to webservice and the result back from webservice to excel on client side.
ASKER CERTIFIED SOLUTION
Avatar of zorvek (Kevin Jones)
zorvek (Kevin Jones)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bharat Guru
Bharat Guru

ASKER

I like the first idea using VB.net application to make the webservice connection call and return the result for excel spreadsheet.

And from excel If I can call the vb.net application or component to grab the data and display in excel spreadsheet.

Is there any way I can update the excel spreadsheet automatically from VB.net application?

Is there any sample code for similar approach. In what format I should return the data from vb.net application which translate to excel.


I'm sorry. I do not know how to do this. I was hoping someone in the other zones would respond.

I suggest closing this question and asking a new question in the VB.net zone.

Kevin