Welcome! Log In Create A New Profile

Advanced

Rest service in mobile 23 fault??

Posted by Allard 
Rest service in mobile 23 fault??
December 16, 2018 04:16PM
If I try to get a value from a website through a service I getr this Faoult on the content:type


Code

cMyRequest is httpRequest
cMyResponse is httpResponse
sL is string


HTTPTimeOut( 1000 )
//IF HTTPRequest( "[wdsoft.nl"]; ) THEN
cMyRequest..URL = "[google.nl"];
cMyResponse = HTTPSend( cMyRequest )
IF not ErrorOccurred THEN
// IF cMyResponse..ContentType = "text/xml" THEN
Trace(cMyResponse..Content,)
// sL = texttoxml(cMyResponse..Content)
// Trace( sL)
// gsIPbyThread += sIP + TAB
//// END
END
//END

SL is ok
Trace on that gives lotts of stange things


Regards
Allard
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: