HTTP request logger/simulator for flex app

I have a server that provides input xml data to a flex app in a browser be displayed on the screen for editing over http. Can someone suggest a way to cache and simulate this server's response? I need the flex app in the browser to work even when the server is down (for testing and UI dev). Any tools or ideas that I may be able to use?
Thx

just point your HTTPService tag to any local xml file having static data snapshot using url attribute
If you feel this message answers your question or helps, please mark it respectively

Similar Messages

  • TS1702 Whenever i click the link for a great app i found, to go to the app-store, the app store reply is " could not complete your request" this happen for every app link that i persue! Need help

    Whenever i click the link for a great app i found, to go to the app-store, the app store reply is " could not complete your request" this happen for every app link that i persue! Need help

    Try signing out of your account and then sign back in and see if that helps.
    Settings>Store>Apple ID. Tap your ID and sign out. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Go back to Settings>Store>Sign in and then try again.

  • I require steps to converting or having my videos in HTTP LIVE STREAMING VIDEO for my App,its a requirement by apple that i cant seem to wrap my fingers around,thank you

    i require steps to converting or having my videos in HTTP LIVE STREAMING VIDEO for my App,its a requirement by apple that i cant seem to wrap my fingers around,thank you

    Maryrhire910 I am sorry that you are facing difficulty downloading and installing Photoshop Elements 12.  Are you downloading the installation files from Download Photoshop Elements products | 13, 12, 11, 10?  If so what specific error are you receiving?

  • Configuring socket policy for flex apps(with blocked port 843)?

    We have built several flex-based ecommerce apps for a fortune 500 customer of ours, that for various reasons, we need to use sockets to a different domain and requires a socket policy file, but were having trouble configuring our flex apps for deployment in thier enviornment where they are blocking virtually everything except port 80 . The current documentation in in regards to socket policy files and crossdomain files in a non-standard configuration not using port 843 is not providing any useful help to us.
    Here is the scenario:
    Flex apps are served from domain www.a.com in  to users browsers via http. The apps then make socket connections to domain www.b.com:80 where there are php scripts serving json data to the flex apps via port 80 using http(we use sockets because we need to set and read back http headers). The problem is the flex apps cannot make socket connections to the www.b.com domain without errors like below(unless we setup a socket policy server on port 843 of www.b.com, in which case everything works):
    Warning: Timeout on xmlsocket://www.b.com:80 (at 3 seconds) while waiting for socket policy file.  This should not cause any problems, but see http://www.adobe.com/go/strict_policy_files for an explanation.
    Error: Request for resource at xmlsocket://www.b.com:80 by requestor from http://www.a.com/bin-debug/DownloadManagerFlex.swf is denied due to lack of policy file permissions.
    Error: Request for resource at xmlsocket://www.b.com:80 by requestor from http://www.a.com.us/bin-debug/DownloadManagerFlex.swf is denied due to lack of policy file permissions.
    Since we cannot use port  843 for the socket policy file server, we setup the socket policy server on a different ip in the same domain: spf.b.com:80 (using the sample perl code Adobe provides), and per the docs(cited below), use Security.loadPolicyFile("xmlsocket://spf.b.com:80") before we invoke "socket.connect", to supposedly tell the flash player to check there for the socket policy file. The problem, as you can see from the error log, is that the  loadPolicyFile("xmlsocket://spf.b.com:80") is ignored.
    No matter what we do or how we set things up, we cannot get the flash player to recognize the loadPolicyFile(), it always wants to go to the port were making the socket connection on. It is unclear how to properly configure the flex app, socket policy file and crossdomain file for the above scenario. The docs allude to being able to serve  the socket policy file from a different port 80 in the same domain as the socket connection were trying to make, but were having no luck with that.
    ->Can anyone shed some light on how to make this work or what are we  missing/doing wrong? Also, if we can get this to work, are we  stuck with a 3 second delay because this(very large) customer is blocking port 843?
    As an aside,  the documentation for all this is a bit scattered, unclear and contrdictory:
    One document says:(http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security_07.html)
    "This warning usually means one of two things: first, that you need to set up a
                socket policy file server on port 843, which is the first location that Flash
                Player checks by default; or second, that you need to provide more explicit
                guidance to Flash Player from ActionScript by calling loadPolicyFile to indicate the location
                of a socket policy file. When you call loadPolicyFile rather than allowing Flash Player to check
                locations by default, Flash Player will wait as long as necessary for a
                response from a socket policy file server, rather than timing out after 3
                seconds."
    Another document says(http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html):
    "If an ActionScript Security.loadPolicyFile() command exists within               the SWF file, then the Flash Player runtime checks that location. Flash Player checks               the destination of the loadPolicyFile() only after it has checked the               master policy file on port 843 for permission to acknowledge other policy               files. If the developer has not specified a loadPolicyFile() command,               then Flash Player checks the destination port of the connection."

    I found the reason why the Flex application was ignoring the socket policy (crossdomain.XML). I have a policy server that listens to port 843 and submits the policy to the Flex client. My policy was getting ignored by the Flex application and I was getting the sandbox security error you were getting. The solution to this problem isto write a null byte right after the policy server sends the policy. I'm using Apache Mina that is wrtten is Java and the null byte is written as follows:
    public void sessionCreated (IoSession session)
            throws Exception
            session.write(_policy);  -- > policy string
            session.write("\u0000"); --> null byte
             //session.close(true); ---> No need to close the session because it is closed by the Flex client after it receives the null byte.
    Now my Flex application can read and accept the policy from port 843 and I'm not getting more security violations.
    Thanks for your reply,
    Alberto

  • HT201304 Where is the form to request the "refund for in-app purchases made by a minor?

    Where is the refund request form located on your website. I am looking for the "Refund for in-app purchases made by a minor"

    How to report/refund an issue with your iTunes Store, App Store, Mac App Store, or iBooks Store purchase
    In th furuter set the Restrictions that prevent in-app purchases
    Also you can try:
    https://getsupport.apple.com/ServiceOptionAction.do

  • How do I request a refund for purchased apps?

    I'm trying to request a refund for a purchased app.  Tried for the last 2 hours just to get help answering questions to no avail.  Getting extremely frustrated.

    http://www.apple.com/support/itunes/contact/

  • Only HTTPS requests are working for SOAP Sender and HTTP not working

    wHi Experts,
    We have enabled our HTTPS port ( SSL ) in NWA -- >> Security -- >> SSL and Key stores. So understanding is HTTPS port is now enabled on top of HTTP. So PI should be able to cater requests at both ports.
    Now, we have developed a synchronous SOAP to RFC scenario and downloaded WSDL file. This file has both links -
    a. http:<host>:<port>
    b. https:<host>:<port>
    We intend to make a PI system where both ports can work. Now questions.
    1. When we test web service exposed from PI using SOAPUI tool, only HTTPS works fine and gets the response back. If we try HTTP URL, an error is encountered - HTTTPS scheme is required.
    2. Is this whole understanding that both ports  ( HTTP, HTTPS ) should be able to operate simultaneously correct ? Or this is not at all possible ?
    3. In SOAP Sender, we tried selecting all 3 options - 1. HTTP 2. HTTPS without client authentication 3. HTTPS with client authentication.
       None of the options have any effect on testing, Each time, only HTTPS request works and HTTP doesn't.
    Can anyone please provide some hints for troubleshooting ?
    Thanks..
    regards,
    Rajagopal.

    The error "HTTPS scheme is required" is normally returned when the HTTP Security Level on the SOAP adapter is not set to "HTTP". I can see you have mentioned you have tried all these, maybe a cache refresh has gone wrong? Could try recreating the channel with just HTTP specified as security level and this should allow HTTP or HTTPS
    I assume you are using a different port number for  your HTTP and HTTPS requests from SOAP UI. Normally the HTTPS port is the same as the HTTP port number but the final zero changed to a 1 i.e. https://<host>:50001 instead of http://<host>:50000.
    You should be able to confirm both HTTP and HTTPS work OK by loading some of the system webpages in a browser over HTTP and over HTTPS i.e. http://<host>:<port>/nwa and https://<host>:<port>/nwa
    Chris

  • Enabling Browser Back Button for FLEX App

    Can anyone suggest me a way to implement Browser Back Button work with Flex App which runs in every browser and works perfect bug free ???

    thanx for the reply but unfortunately its not running in IE6 ... any idea why ?

  • Where do I request a refund for an app I purchased?

    Where do I submit my request for a refund?

    I dont think you can. Your only option is to do a chargeback from your credit card company.. IF apple allows it.

  • I need to request a refund for an app ive purchased

    ... ^

    Sales are final, as I understand. The app store has a customer service link if you wish to try.
    Barry

  • How to set flex builder profiler for AIR apps ?

    Hi everybody !
    I am trying to profile my AIR app but I can't run the profiler....
    For flex app (in web browser) profiler works fine, for my AIR app, debug works but profiler just display 'socket timeout'.
    I also try to profile my air app as an external application profiler start but crash saying NativeWindow not found (like AIR sdk was not found...)
    SO How I can't set my AIR player or my profiler to work ???
    Thx all and happy christmas !

    Hello,
    I would be glad if someone show me how to accomplish those. I am new to Java so I am not sure how to do those.
    Best Regards.
    1. create a batch file to launch your 'desktop' app - the batch file should set the proper environment (JAVA_HOME,, path, etc)
    2. create a small wrapper application that is launched by Java web start.
    3. the wrapper app will do nothing more use ProcessBuilder to execute the batch file you created which will then launch the app
    That way Java web start can use 1.7 to launch the wrapper app but the batch file will set the environment to 1.5 for the other app.

  • HT4009 request refund for in-app purchases made by minor

    Where and how do I request a reund for in-app purchases made by a minor

    To Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Retry an http request

    Hi,
              Is there a way to instruct an http client (browser) to re-issue the same
              http request it issued for this request ?
              The scenario is as follows :
              I have a client sending a "heavy" http post request, now when it arrives to
              the app.server
              I have a case in which I want to tell the client to try the request again in
              a delay of one minute,
              without the user of the browser being aware of this ?
              I tried the "Retry-After" header in http (according to the RFC) on the
              response object
              but it didnt work, (More then possible I didnt do it correct).
              The environment is : jsp pages with weblogic as http and app erver (5.1sp4
              on Win2000).
              Any thought or solution will be appreciated.
              Thanks.
              

    Thanks for the link!
              Cameron Purdy
              [email protected]
              http://www.tangosol.com
              WebLogic Consulting Available
              "Marius" <[email protected]> wrote in message
              news:[email protected]...
              > Go to http://vancouver-webpages.com/META/ and study the HTTP META TAG
              > 'Refresh'.
              >
              > Cheers,
              > Marius
              >
              >
              >
              > "Asher Bitton" <[email protected]> wrote in message
              > news:[email protected]...> This is not good for me since
              > > I'm using weblogic's session management via the URL I cant perform
              > > GET operations, the encoding destroys the get parameters (unless they
              > > are manually put there, when building the url by code, which is not the
              > > case).
              > > I was looking for a programmatic way or if you know what is the HTTP
              meta
              > > tag I can study it and see maybe in some way it can help me.
              > >
              > > thanks in advance.
              > >
              > >
              > > "Alexandre POLOZOFF" <[email protected]> wrote in message
              > > news:[email protected]...
              > > > There is an HTML meta-tag that will allow you to do a GET and then use
              a
              > > > query string in the URL.
              > > >
              > > > --
              > > > -Alexandre POLOZOFF
              > > > [email protected]
              > > >
              > > >
              > > > "Asher Bitton" <[email protected]> wrote in message
              > > > news:[email protected]...
              > > > > Hi,
              > > > >
              > > > > Is there a way to instruct an http client (browser) to re-issue the
              > same
              > > > > http request it issued for this request ?
              > > > > The scenario is as follows :
              > > > > I have a client sending a "heavy" http post request, now when it
              > arrives
              > > > to
              > > > > the app.server
              > > > > I have a case in which I want to tell the client to try the request
              > > again
              > > > in
              > > > > a delay of one minute,
              > > > > without the user of the browser being aware of this ?
              > > > > I tried the "Retry-After" header in http (according to the RFC) on
              the
              > > > > response object
              > > > > but it didnt work, (More then possible I didnt do it correct).
              > > > > The environment is : jsp pages with weblogic as http and app erver
              > > (5.1sp4
              > > > > on Win2000).
              > > > >
              > > > > Any thought or solution will be appreciated.
              > > > >
              > > > > Thanks.
              > > > >
              > > > >
              > > > >
              > > > >
              > > >
              > > >
              > >
              > >
              >
              >
              

  • Existing Flex App With Air

    I have been working on a large Flex App using CFM as the db
    access layer. Essentially I understand that AIR will allow my RIA
    which is currently solely used in a browser run off line as a
    desktop app. However, my question is what's involved in modifying
    this application to push 'new' data added while off line back to
    the db when a connection becomes available.
    Some guidance on this subject would be great, or is this
    something which should require no modification?

    AIR doesn't give you any synchronization mechanisms. It's
    entirely up to you how you manage offline operation.
    What AIR actually does is provide an out-of-browser runtime
    environment for Flex apps, plus some additional APIs that Flex
    couldn't give you due to its browser-based nature. Among them are
    access to a local database, plus more generalized local filesystem
    access. Between these two things, you can store local changes while
    offline, then work out some way to push them to the server at a
    later time.
    You might make your first step into the AIR world just a
    simple port of the existing application to run under the AIR
    framework. This won't give you any new offline capability, but it
    will let the app run as a desktop app, outside a browser. This may
    make more sense for your type of application. Then once you get
    that going, you can worry about synchronization.

  • Malformed HTTP request in access.log

    Hi,
    we're running a quite standard web application on a weblogic server 9.1, clients are using Internet Explorer 6, and lately, I checked the access.log, and sometimes, logged HTTP requests look malformed, for example:
    access.log00575:xxx.xxx.xxx.xxx - - [25/Aug/2006:13:47:01 +0200] "ntent-Type: application/x-www-form-urlencoded HTTP/0.9" 501 990
    access.log00568:xxx.xxx.xxx.xxx - - [25/Aug/2006:10:32:30 +0200] "&GET /img/console/entete.gif HTTP/1.1" 501 990
    access.log00639:xxx.xxx.xxx.xxx - - [27/Nov/2006:12:38:00 +0100] "&POST /ajax/heartbeat HTTP/1.1" 501 80
    access.log00460:xxx.xxx.xxx.xxx - - [21/Aug/2006:16:51:01 +0200] "OST /ajax/daily_commission HTTP/1.1" 501 78
    I once was successful in reproducing the problem, and during this test, I was sniffing the network, and apparently, the sent HTTP requests looked fine, whereas it appeared as a corrupted request in access.log.
    Have anyone seen something like this before ?
    Thanks.

    I wish that were true. I've disconnected Server Admin from the server and then quit the application. The log entries are still comin'.
    localhost - - [15/Jul/2009:13:05:11 -0500] "GET /server-status?auto HTTP/1.1" 200 2222 "-" "servermgrd (unknown version) CFNetwork/438.12 Darwin/9.7.0 (i386) (MacPro4%2C1)"
    localhost - - [15/Jul/2009:13:05:11 -0500] "GET /server-status?auto HTTP/1.1" 200 2222 "-" "servermgrd (unknown version) CFNetwork/438.12 Darwin/9.7.0 (i386) (MacPro4%2C1)"
    localhost - - [15/Jul/2009:13:06:11 -0500] "GET /server-status?auto HTTP/1.1" 200 2223 "-" "servermgrd (unknown version) CFNetwork/438.12 Darwin/9.7.0 (i386) (MacPro4%2C1)"
    localhost - - [15/Jul/2009:13:06:11 -0500] "GET /server-status?auto HTTP/1.1" 200 2223 "-" "servermgrd (unknown version) CFNetwork/438.12 Darwin/9.7.0 (i386) (MacPro4%2C1)"
    Thanks for trying.
    B. Bodger

Maybe you are looking for

  • Monitoring Speed Fault Report

    I have a problem with my broadband speed and have been monitoring progress on BT.COM. The current status is reported below. Is this normal ?

  • My iTunes video rental audio isn't in sync with the video

    Anyone have any ideas? It's a solid 10-20 seconds behind, fromt what I can tell.

  • Download Sales Office from CRM to CDB

    Hi all, I am trying to download the replication object DNL_CUST_S_OFFI (sales office) from CRM to CBD. However, there is no such load object available when i try to run in R3AS. I got the error There is no object definition for object when load in R3

  • HR Testing

    Hi Team, I want to thank you all the members who are contributing for this forum which is really helpful for freshers and also experienced consultants. I am getting into SAP HR field and that too as a Tester.Kindly let me know if this is a good start

  • Red frames in Adobe Premiere after rendering

    Hi! I have a big problem since some months. After rendering .MTS files out of my Canon Leghria HFS in Premiere CS6 there appear red frames from time to time. This is also an issue after exporting them in Adobe Media Encoder. I already contacted Adobe