hi, i am trying to send from my b4a app strings to a JRDC server.
how do i get the content back in the RDCHandler - Handle event?
this is my POST send code:
Handle event:
thanx
how do i get the content back in the RDCHandler - Handle event?
this is my POST send code:
B4X:
Dim j As HttpJob
j.Initialize("dbrequest",Me)
j.Tag = "job1"
j.PostString(rdcLink & "?method=" & method ,"abc")
Handle event:
B4X:
Sub Handle(req As ServletRequest, resp As ServletResponse)
'????
End Sub
thanx
Last edited: