May 2017
Intermediate to advanced
442 pages
11h 55m
English
The first part of the recipe is straightforward SOAP. The only variance is that we manually craft the binding.
When we added the DLL to our Dynamics 365 for Operations project, it makes the types in the DLL available to use; this is why the Intellisense worked when we wrote the two methods in X++.
The form is just a test bed, nothing really new here.
When the project is built, it copies the DLL to the bin folder of the package. In the case of the ConWHSVehicleManagement package, it is as follows:
C:\AOSService\PackagesLocalDirectory\CONWHSVehicleManagement\bin
This would cause a problem when a build server tries to build the project, it will need the DLL. This is why we copied it to a folder that is already in source control. ...
Read now
Unlock full access