This code wstop working what could be the reason?
B4X:
Dim j As HttpJob
j.Initialize("", Me)
j.PostBytes("https://486invoice.com/webservice.php", xml.GetBytes("UTF8"))
Wait For (j) JobDone(j As HttpJob)
If j.Success Then
ToastMessageShow("ok", False)
Else
Log("Error: " & j.ErrorMessage)
j.Release
Return
End If
j.Release