xojo.net.httpsocket on xojo cloud?

Rephrased the subject in case that solicits a response; didn’t get anything in a couple hours from this post: https://forum.xojo.com/38795-libsoup-2-4-on-xojo-cloud

Using xojo framework - working with xojo.net.httpsocket - getting error: “Could not load libsoup-2.4, used by Xojo.Net.HTTPSocket”

Is there something I should be doing to load this library?

What platform? Version etc? Hosting your own web or using xojo cloud?

The more information you provide the more willing/able people might be to help.

Hosted on Xojo Cloud.
Developed on IDE 2016r4.1 on Windows 7.

So when you put it live to xojo web, you get that error, or is this during development?

Live on Xojo Cloud.

Code snippet from HandleURL event below…


-- code for preparing the payload (jResponse) goes here ---

Dim data As Xojo.Core.MemoryBlock = Xojo.Core.TextEncoding.ASCII.ConvertTextToData(jResponse)
							
Dim responseSocket As New xojo.Net.HTTPSocket
responseSocket.RequestHeader("User-Agent") = "jm-paypal-verification"
responseSocket.SetRequestContent(data, "application/x-www-form-urlencoded")
responseSocket.Send("POST","https://ipnpb.sandbox.paypal.com/cgi-bin/webscr")

Exception e As runtimeException
logInfo e.reason
Return True

e.reason - is where I get the error message in the original post

Mark - We’ve been rolling out new Xojo Cloud servers with new operating system components that support this. You could look at our new locations in the store and move to one of those if you like. I’ll private message you to see if you’d like any help with that.