Forum Post: RE: 4GL Sockets and Hexadecimal values...

  • Thread starter Thread starter MBeynon
  • Start date Start date
Status
Not open for further replies.
M

MBeynon

Guest
Thanks for that. It looks good. I wasn't far off by the looks of things. One other thing I missed that was also preventing it from working was "ASSIGN lvlStatus = lvhSocket:WRITE(lvhBuffer, 1, LENGTH(lvcRequestString)) NO-ERROR" lvcRequestString is incorrect, it should be: ASSIGN lvlStatus = lvhSocket:WRITE(lvhBuffer, 1, GET-SIZE(lvhBuffer)) NO-ERROR. Once I'd fixed this I started getting back a response from the server! Now, to start decoding the response!

Continue reading...
 
Status
Not open for further replies.
Back
Top