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 true, then just run the last part that calls toXMLString() and see if that works. If not, compare that string with what you do want and we try to help figure out what else needs to be changed. That part is commented out mainly because there were conditions in there that required XMLDocument and we didn’t want to get into emulating that right now. -Alex From: Serkan Taş <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Thursday, January 10, 2019 at 2:58 AM To: "[email protected]" <[email protected]> Subject: Re: Work on Emulation 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 and is related with http post with XML content. Any help kindly appreciated. Thanks, Serkan
