Search results

  1. Rutger Olthuis

    Question Openedge Oo Classes On Appserver Called From (windows) Client Application

    I was thinking along the same line with passing json or xml in a longchar and the same goes for messages. In my opinion the extended part of an error message should be put into a logfile and not be reported back to the client. About the directory structure.. I refered to the documentation and...
  2. Rutger Olthuis

    Question Openedge Oo Classes On Appserver Called From (windows) Client Application

    Thank you for your answer. I feared as much ;) To be honest, I think the restrictions around passing objects across the AppServer boundry pretty uhm.. well bugger. Setting my workdir in the dir where my .r code is placed? Work dir must be ready-write and my .r code is in a read-only dir. I...
  3. Rutger Olthuis

    Question Openedge Oo Classes On Appserver Called From (windows) Client Application

    I just started to dive into the world of OOP with OpenEdge and bumped into something. How do I instantiate objects of classes that reside on the AppServer from my window client application? Is this even possible or do I have to use some kind of procedural proxies to handle this?
  4. Rutger Olthuis

    Resolved Empty Response From C# .net Webservice

    oke, no replies so I have to reply myself ;) I created a ticket with Progress support and they came with a number of causes and solutions. The major cause was that the namespaces in the webservices did not map to the namespaces generated by the bprowsdldoc tool. The class body had a different...
  5. Rutger Olthuis

    Question How To Define Function With Optional Parameter?

    It's not a very chique solution, but if your input is limited to plain datatypes like characters, you could use a delimiter in the single input parameter. For instance: define variable inputString as character no-undo. inputString = STRING(myVar1 + CHR(3) + myVar2). if myFunction(inputString) =...
  6. Rutger Olthuis

    Resolved Empty Response From C# .net Webservice

    Hi, I've had a long break from developing with Progress. Things like Prodatasets are pretty new for me, so my problem might be related to my lack of understanding the prodataset, but I have the feeling I'm doing something else wrong. I'm trying to call a number of webservices created in C#. I...
Top