Search results

  1. H

    Translate from C# to ABL

    Here is the link of documentation: Transaction Processing - Genius API and Documentation | Cayan
  2. H

    Translate from C# to ABL

    Thanks, Cecil Yes, what you say is correct. This program is a wrapper to run the WEBService, thinking it would be much easier to consume. we do not have experience running WebServices, but eager to learn, but also a short time to implement. Have read the WEBService specs, but seams not...
  3. H

    Translate from C# to ABL

    Thank You Osborne I first tried with just the define statement and gave me the error. I created the assemblies.xml with the tools, and now no error appears. so it looks it should work now, I'll go now with the rest of the code. Thanks again Hugo
  4. H

    Translate from C# to ABL

    This DLL is to access Merchants Credit Cards processing software. I was able to run the C# program with the Software's Vendor and it works fine. if I can use this DLL Wont have to create a new API to the service directly.
  5. H

    Translate from C# to ABL

    Hi Cringer, 1 Progress 11.7.4 OPENEDGE 2 Windows 2016 3 USING CayanConnect.*. DEFINE VARIABLE CreateTransaction AS CLASS CayanConnect.CreateTransaction. CreateTransaction = NEW CayanConnect.CreateTransaction. 4
  6. H

    Translate from C# to ABL

    I received an C# DLL to access an API and another C# to invoke the DLL. I'm trying to make an ABL program to INVOKE the DLL. Ive tried the USING, also run it as an EXTERNAL but no luck. Never used C#, but it looks like a very simple program can't find how to instatiate the DLL from ABL...
Top