Hi,
I could not find a user guide to use Httputils for consuming a web service
with two string input parameters and caling a function from four different
functions in the same ..asmx
where shall i put function name and the second string parameter in similar sub listed below (with only one parameter and none function name)
Thank you very much
Best regards
Sub Activity_Create(FirstTime As Boolean)
HttpUtils.CallbackActivity = "Main"
HttpUtils.CallbackJobDoneSub = "JobDone"
HttpUtils.PostString("POST Job1", PostUrl, "Celsius=123")
End Sub
I could not find a user guide to use Httputils for consuming a web service
with two string input parameters and caling a function from four different
functions in the same ..asmx
where shall i put function name and the second string parameter in similar sub listed below (with only one parameter and none function name)
Thank you very much
Best regards
Sub Activity_Create(FirstTime As Boolean)
HttpUtils.CallbackActivity = "Main"
HttpUtils.CallbackJobDoneSub = "JobDone"
HttpUtils.PostString("POST Job1", PostUrl, "Celsius=123")
End Sub