Page 1 of 1

MIDP Connector help

Posted: 04 Mar 2011, 13:42
by Chesteer89
Hi guys,
I'm working at MIDP Connector for SFS 1.6.6. I know, that MIDP technology slowly die out, but I need it to my work at univesity. I've got question, about api confirmation - when i connect to server i received crossdomain policy. That's right. But after that, when i send info about version like:

Code: Select all

<msg t ='sys'><body action='verChk' r='0'><ver v='158' /></body></msg>

and server don't return anything
(i'm waiting for sth like :

Code: Select all

<msg t='sys'><body action='apiOK' r='0'></body></msg>.
).

So my question is: when server return this message?

Naturally I use SocketConnection.
Sorry for my english ;)

Posted: 05 Mar 2011, 19:40
by Chesteer89
Lapo?