Search results

  1. R

    Generate REST Endpoint Issue

    Thanks for the pointer, we've got AppServer selected in here but still same issue. I think I'm going to refactor the code base at some point which should hopefully resolve.
  2. R

    Generate REST Endpoint Issue

    This is an example of creating a new URI that links to an internal procedure in an existing procedure showing that it's changing the paths The one on the left is the old .pidl and the one on the right is the new one with the new URI
  3. R

    Generate REST Endpoint Issue

    Hi All, I've got an issue when generating new rest endpoints in my service. So currently all the procedures are in the folder structure AppServer/REST/ and this is the structure that my existing .pidl's use as their "ProcPath" like this <wsadrocPath>AppServer\REST\</wsadrocPath> The issue im...
  4. R

    Progress Instant Messaging Service

    Hi All, I've started looking at implementing an updated IM chat service in our application and the initial view was to use a node server to push the messages through which seems to be the more popular option industry wide but I've came across Apache Kafka which seems to be a bit more integrated...
  5. R

    Invalid version of LoggerBuilder

    Cheers Stefan, it seems it was trying to use the 11.7 libraries. I've just uninstalled 11.7 for now and it's resolved the issue, thanks for the pointers
  6. R

    Invalid version of LoggerBuilder

    Hi, I'm currently trying to spin up a test PASOE with a Web endpoint as I am learning this to aid in migrating our current WebSpeed application later in the year but getting an error when trying to hit my endpoint stating that: ERROR condition: Invalid version, 1100 (expected 1200) in object...
  7. R

    No tcman command

    Cheers Stefan, brain fart moment from me!
  8. R

    No tcman command

    Hi, Got a strange one and not sure if this is a licensing issue or if I've installed something incorrectly. I've upgraded to 12.2 and starting to migrate our WebSpeed application to PAS but I don't seem to have tcman.bat in my installation bin folder. I was going to use this to create the PAS...
  9. R

    REST vs WEB APIs

    Thanks Peter for expanding on this. It would be fair to say that Webhandlers are just simply better than REST
  10. R

    REST vs WEB APIs

    Hi JC, Thanks for that insight, it's exactly what I was looking for. Appreciate your input. Our application currently would work fine with just Json but we also have a built in reporting suite so looking to the future it would be nice to be able to transport these files directly without having...
  11. R

    REST vs WEB APIs

    We currently have a GUI application but are starting to look into upgrading this to a web-based application that will use PASOE. I've been reading about which API is best to use for this purpose and the obvious choices are either REST or WEB. REST seems like it might be best for us but looking...
  12. R

    OS-Copy <FileName> PRN

    Do you have read access to the source and write access to the target?
  13. R

    Code-completion assistance query

    It seems to work for some and not for others, doesn't seem to be any rhyme nor reason as to why.
  14. R

    Code-completion assistance query

    Yeah PDSOE. I'm currently using 11.7. Strange. When I create a fresh .p it seems to work okay but in this procedure I was doing some work on it doesn't.
  15. R

    Code-completion assistance query

    Hi All, Just wondering if there is a way so that when typing a partial variable name and pressing CTRL + SPACE to activate the code-completion assistance it also shows variables defined within internal procedures? I imagine this is due to the fact you can define a variable in the definitions...
  16. R

    SmtpMail.p through webspeed

    Hi All, We use the smtpmail.p procedure from FFW to send all of our emails. These emails can be generated from a hard client or through webspeed from our website. When triggering this code from the hard client the email sends instantly but when it is triggered through webspeed it seems to take...
Back
Top