I would like to ask for guidance on the correct endpoint configuration for my WCF service in order to enable the Flash application to use it.
Thanks Keith Rull
Well, you should start with webHttpBinding and naturally you need to apply the behavior of webHttp . Then you just need to find out what serialization format you want to work with. Flash can do JSON or XML, so you need to decide what you prefer and then set the ReqeustFormat / ResponseFormat WebInvokeAttribute properties that apply to your operations.
Source: https://habr.com/ru/post/1720908/More articles:Why can't C ++ Builder find my headers? - c ++Is Java an ambiguous type for a method? - javaNSArray of Dates sort - sortingErlang gen_server vs factorless module - erlangAligning elements on one line - htmlWhat is the purpose of CheckAccess Manager? - multithreadingWriting an image processing application for satellite image analysis - image-processingBind formValue for a property with a different name, ASP.NET MVC - asp.net-mvcPyDateTime_IMPORT macro does not initialize PyDateTimeAPI variable - c ++Web Design Template Visio Stencil - visioAll Articles