Hi All
I need help as below (eg):
cMyRequest is restRequest
cMyRequest..URL = "[www.myWSTest.com];
cMyResponse is restResponse = RESTSend(cMyRequest)
IF ErrorOccurred THEN
Error(ErrorInfo(errFullDetails))
ELSE
Info(cMyResponse..content)
END
//
I couldn't get the result that I want but I could successfully with correct function name and parameters by importing the webservice in wx project.
I guess I have a wrong calling convention/syntax in URL, pls advise.
Thx in advanced.
Cheers
King
I need help as below (eg):
cMyRequest is restRequest
cMyRequest..URL = "[www.myWSTest.com];
cMyResponse is restResponse = RESTSend(cMyRequest)
IF ErrorOccurred THEN
Error(ErrorInfo(errFullDetails))
ELSE
Info(cMyResponse..content)
END
//
I couldn't get the result that I want but I could successfully with correct function name and parameters by importing the webservice in wx project.
I guess I have a wrong calling convention/syntax in URL, pls advise.
Thx in advanced.
Cheers
King