Recent content by Aivaras

  1. Aivaras

    Resolved Abl As A Rest Service Problem

    Resolved. Request content was supposed to be: { "Name":"Boucher Fitness", "Address":"276 North Drive", "Address2":"", "City":"Burlington", "State":"MA", "Country":"USA", "Contact":"Gloria Boucher", "Phone":"(617) 450-0083", "SalesRep":"DKP", "Comments":"", "CreditLimit":667000...
  2. Aivaras

    Resolved Abl As A Rest Service Problem

    Hello, I'm trying to expose my abl application as a service as shown in Progress Education Comunity matterial. Get requests work fine, but i'm getting a 500 error when trying to post JSON data to server. Here's the response: _errorMsg: "ERROR condition: An incomplete client request...
  3. Aivaras

    Resolved .net Openclient

    Nice, it worked. Thanks.
  4. Aivaras

    Resolved .net Openclient

    Right now i put DLLs only into my .Net project. Code sample is really simpe, similar to one you showed me earlier. Trying to run this procedure: DEFINE INPUT PARAMETER Number AS INTEGER. DEFINE OUTPUT PARAMETER ReturnNumber AS INTEGER. ReturnNumber = Number * Number. RETURN. Client...
  5. Aivaras

    Resolved .net Openclient

    Sorry to bring this back up, but i'm having problems with OpenApi client. When trying to build .Net client is there a sepcific set of assemblies i need to use? When i'm using Progress.o4glrt.dll and Progress.Messages.dll (provided with proxy sample) the code compiles, but throws an exception...
  6. Aivaras

    Resolved .net Openclient

    Alright, thanks for the answers. I'll give OpenApi a try.
  7. Aivaras

    Resolved .net Openclient

    Hello, I've been trying to build a .Net OpenClient to connect to Progress Pacific server using a Proxy. It's working fine, but it seems like it wouldn't be efficient when deployed, since i have to regenerate and reinstal .Net assemblies for all the clients on every server-side change. Is...
  8. Aivaras

    Hi

    Hello, just a new Progress user passing by. :eek:
Top