Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

return a data structure with ServiceProgramCall

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • return a data structure with ServiceProgramCall

    What's the symptom, Richard? I don't see you converting the data that was returned back into Java objects. I see you initializing the data structure before the call, but not getting the data out of the byte array (data) after the call. According to the code above, you should have an array of hex bytes in data, but until you use the toObjects method of dataConverter, you won't have any returned values. Joe

  • #2
    return a data structure with ServiceProgramCall

    Once again, you've given me the nudge I needed to get something working that I was not able to. The code attached works beatifully. Thanks Joe !
    Code

    Comment


    • #3
      return a data structure with ServiceProgramCall

      I am having some difficulty getting a data structure returned to my Java program using ServiceProgamCall to call an RPG procedure. I can watch it in debug and the data structure gets populated okay. Can anyone shed some light on this ? I would really appreciate some expertise on this problem.
      Code

      Comment

      Working...
      X