SOAP Only Authentication Using VBA
Views (6054)
Just in case you might need to access CRM from VBA using SOAP. You could probably do some something interesting with this.
This is based on the C# example I posted previously.
The full sample is a macro-enabled Excel file that authenticates to CRM using VBA and then returns the logged in user's name.
https://github.com/jlattimer/CRMSoapAuthVBA
The code to generate the SOAP headers looks like this:
This is based on the C# example I posted previously.
The full sample is a macro-enabled Excel file that authenticates to CRM using VBA and then returns the logged in user's name.
https://github.com/jlattimer/CRMSoapAuthVBA
The code to generate the SOAP headers looks like this:
This was originally posted here.

Like
Report
*This post is locked for comments