Re: Work on Emulation

2019-01-10 Thread serkan . tas
Alinti Alex Harui Congratulations on getting that far. Are you still having the issue with states and the login form looking wrong? Thank you Alex. But I am still having the issue and may open a bug on github, can you check my previous mail which has the details and the sample code ?

Re: Work on Emulation

2019-01-10 Thread Alex Harui
Congratulations on getting that far. Are you still having the issue with states and the login form looking wrong? In order to help with what to do for CONTENT_TYPE_XML, can you tell us what you want to have happen? From the code, it looks like it should POST the XML as a string. If that’s tr

Re: Work on Emulation

2019-01-10 Thread Serkan Taş
Hi all, At last, I am able to display the login window and authenticate my application through backend server. After from here, I have to implement the missing part of the method sendBody in mx.rpc.http.AbstractOperation class. The part; if (ctype == CONTENT_TYPE_XML) is all commented-out