Search

Help

Page 1 of 1. Showing 9 results (0.013 seconds)

  1. Appcode Architecture.png

  2. Appcode Architecture_2.png

  3. Appcode-Architecture_2.png

  4. ApiCode & MS-NAV Implementation

    implemented appcode for MSNav. worddav8a2b310d6d750213ac1209c0e71015a9.png 7.Please note that, before we start writing any reader or writer methods, in the AppCode service, we need to import the SOAP WSDL classes into the project. This will allow us to access the necessary entities and their fields and mappings
  5. Creating Your First Program

    your new HelloWorld AppCode implementation class in the source folder. Make sure that you are selecting the interface as AppCode while defining … . @Override public void open() throws RemoteException 2. setContext This method should initialize the context for the AppCode Implementation. It normally contains
  6. Building ApiCode Program On DBSync

    we configure the adapters, it is important that we deploy our custom 'HelloWorld' AppCode to the DBSync2 environment. So that, when we configure the Java Adapter … query: "select from testcustomer". Note : In this example, we are using the AppCode as a writer and not a reader. However, as explained in the previous sections
  7. Architecture

    The ApiCode Architecture is illustrated below. And, its components are explained at a high level in later sections followed by the diagram: AppcodeArchitecture2.png Java Adapter : Key Component in the ApiCode framework. It interacts with ApiCode and converts the Java In/Out objects into XML for integration with DBSync
  8. ApiCode Logging

    Every AppCode should log the Open, Read, Write and Set Context operations. So that, the results can be visible in the DBSync LogViewer. Note that, DBSync runs in the scheduled batch mode. To view the results, it is important to view the LogViewer that shows the log traces of all the syncs completed and running. To add
  9. Partner API - User Managment

    API Swagger Interactive UI: http://<env>.mydbsync.com/<version>/apidocs/v2/partner!/default/all. REST API Endpoint: http://<env>.mydbsync.com/<version>/appcode/v2/partner. Please reach out to your Account Manager to get access to API for developing and production use. If connecting to our Staging (PreRelease