What information do I need to setup a Web Service add-in that can be invoked through a button press?

gravanoc

Active Member
Joined
Oct 20, 2015
Messages
348
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
Hi. I'm pretty comfortable using VBA, but still learning certain concepts. I've been asked to setup an add-in that will invoke the Workday ERP web service. I'm familiar with setting up add-ins, and after reading a bit about web services, I'm pretty sure I can write the code to make the connection. I've also learned about SOAP from w3Schools, and know about HTTP headers and that stuff. Before I dive too deep into this, though, I need to know if I require user access to the actual service to be able to test and confirm that my code works. Do I?

Summary:
1) Create add-in to call web service of Workday (cloud ERP system)
2) Login/Validate credential (Button in excel)
3) Upload (button) to Workday
Here is the web service detail Import_Accounting_Journal Operation Details
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Cross posted What information do I need to setup a Web Service add-in with VBA?

While we do allow Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules). This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
 
Upvote 0

Forum statistics

Threads
1,215,370
Messages
6,124,526
Members
449,169
Latest member
mm424

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top