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...
Continue reading...