XMLHttpRequest Explained

…”http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml”> <head> <title></title> <script type=”text/javascript” > var request = null; if (window.XMLHttpRequest) { request = new XMLHttpRequest(); } else if (window.ActiveXObject) { request = new ActiveXObject(“Microsoft.XMLHTTP”); } request.open…

Download and Install SoapUI Free Version

…Next: Click Finish: SoapUI will now open: To test it working, let’s go to File->New SOAP Project: Enter the WSDL Url – http://www.dneonline.com/calculator.asmx?wsdl: The WSDL looks like this: And we…

Introduction to Web Services

…party can exist in a completely independent infrastructure and still be able to communicate programmatically over the www through firewalls. A SOAP message generally consists of a SOAP envelope, a…

Install Live Assist for Dynamics 365

…will see the following message: Once installed, you will see the welcome message: Log into the portal at: https://admin.eu1.liveassistfor365.com/portal/ The welcome email includes links to a YouTube video: https://www.youtube.com/watch?v=IaIknAU2GLc&feature=youtu.be  …

Using the Postman REST Client

…Enter a REST URI, e.g. https://www.googleapis.com/books/v1/volumes?q=isbn:0747532699 The response is returned: You can change the response type: And the type of operation: And view the code associated with the request: And…

How to Embed Forms Pro Inside a Power Apps Canvas App

…video, check out my YouTube channel video: https://www.youtube.com/watch?v=m2dMIcypsnk&feature=youtu.be First, log into the Power Apps maker at https://make.powerapps.com/ and let’s create a new Canvas app from blank: Give the app a…

Dynamics 365 User License Types

…for Dynamics, including: You can also go to: https://www.microsoft.com/en-us/dynamics365/pricing Then under each plan you will see the reduced user types: Team members “execute basic processes and share knowledge.” Operations Activity…