Recent content by daniel.webart

  1. D

    Webservice with functions/procedures

    Staff, I'm trying to create a webservice (with name retornaString) with a function that returns a value to me, follows the font. P simple: RetornaString FUNCTION RETURNS CHARACTER (). DEFINE VARIABLE c-msg-xml AS CHAR NO-UNDO. ASSIGN-c-xml msg = "Test Webservice"...
Back
Top