Hi
Situation is something like this:
I create firemonkey application in Delphi XE7 Trial on Windows.
I use WSDL to import WS from: "http://perseus.skyrr.is:7793/BiFjarvisWs/BiFjarvisWsSoapHttpPort?WSDL"
Then i call:
...
var
BIWs: BiFjarvisWs;
ArUser: getUsersResponse; // Array_Of_User;
begin
BIWs := GetBiFjarvisWs(False);
// This call with GetUsers, trigger internal server error on the spot
// Note this is not a actual correct value of parameters but make no difference at all with correct one.
ArUser := BIWs.getUsers( '05', '192168100999', '0392j32', '000000000000');
end;
This very same source code has work for years on Win and Android with Delphi up to XE6.
I did try this also on Android with no Wfi or other network at all and then get other error accordingly to lack of network connection.
I also try to trace in Debug mode on Android revealed no data was received from serrver. It appear this error is triggered before WS call get to server
b.r.g. Hjalmar.
Am 06.11.2014 19:33, schrieb Hugvis Hugvis:
On Anroid and only on Android:
Im using SOAP originally imported by wizard
It's work fine in deployed with XE5 but not in XE7. This error came up: "http/1.1 500 internal server error"
Anyone see this before in XE7 ??
Best rg. Olafsson
Hello,
is it possible to record the data sent to and from the server at some
point? You could compare then what your XE5 app sends and what the XE7
app sends.
Greetings
Markus
Connect with Us