can I use flex to consume web services?

I'm not a Flex developer and before diving in, I want to be sure that it meets the requirements of my project. Especially, the consumption of web services. the other part of this project are a bunch of buttons and graphics that are all GUI. so I think that Flex can handle this part as Flash.
Currently, I use flash, but my current client insists on the use of flex. so my question is: can I develop everything in Flex that I can develop in flash? or are there limits?

If you are developing applications in Flash, then you will love Flex. Flex will make you much more productive than the Flash to produce applications of any complexity. You can do it at least 'most' of what you can do in Flash and more. There could be a few things you can do in Flash, or more easily in Flex, but your client has that right. They want to Flex and they should want it. See the help of FB3 for WebService and HTTPService, RemoteObject components.

Tags: Flex

Similar Questions

  • How to consume web services REST in ADF - JDeveloper 11.1.1.6

    I have an ADF application deployed on Java cloud and I'm trying everything to try to get the data into it. I could not set up a connection to the Oracle Cloud server, to remedy this I created my db cloud instance RESTful web services. Now, I need to consume web services in my ADF application.

    Is there a way to link the ADF business components to RESTful web services in version 11.1.1.6?

    If not, then how is it possible to get data in your ADF application deployed on Java cloud? You cannot connect to the DB, you can not link to REST web services, how are you supposed to use your data?

    Thank you.

    Check out hands-on experience on Oracle products: deploy Oracle Cloud database objects using JDeveloper for the part of the database and hands-on experience on Oracle products: deployment of Applications in the cloud to Oracle using JDeveloper ADF on how to deploy an application in the cloud.

    Timo

  • Is it possible to recover data using the Eloqua API web service for submission of form?

    I want to recover the data of contact of a form. I couldn't find examples on the webhelp API, and therefore, do not know if this is possible.

    Hello Shashank!

    Yes you can certainly do with the API.  You must save the data report to send a form as a saved report. You can then use Eloqua DTS (data transfer service) wsdl to generrate a url that is a link to the report.  Your system can then consume the URL and get the data in the report.

    The applicable methods are

    Overview of the operations data Export

    InitializeDataExport

    DataExportStatus

    GetDataExportURL

    I hope that helps!

    If you want more etailed information please submit a ticket to support, and we will be happy to help you.

    Best regards

    Dave Seaton

  • Can I use a type of web page display when pushing a new screen?

    Hi all

    Can I use a type of web page display when pushing a new screen (java application)?

    Check with BrowserField. You can find the browserfielddemo example in samples of JDE.

  • Created screen scene generator can be used on a JSP web page?

    Hi all, friends, my question is simple: a created screen scene generator can be used on a JSP web page?

    tiny tutorial?

    Thank you

    jamiguel77 wrote:

    Hi all, friends, my question is simple: a created screen scene generator can be used on a JSP web page?

    tiny tutorial?

    Thank you

    It is a forum for General database. Not sure that many of those who work here would know JSP. Do a google search if you please.

    Aman...

  • How to remove the meeting via API to use Adobe Connect 8 Web Services

    Support using Adobe Connect 8 Web Services API 'Meetings to create' to create an Acrobat Connect Pro meeting.

    But I don't find not "Delete meeting" API similar to delete the meeting, could you tell me how to remove the meeting via API.

    Thank you!

    You must have used sco - create to create the meeting. To remove a meeting, use sco - remove API call.

    Find its documentation here.

  • How to fire a manager class when consuming web service in java - weblogic

    With the help of Axis 1.4 I created client application that consumes the external server services.

    The response of the application server with the soap message that include tags header as well as the body tag.

    My problem with the header tag, I'm trying to find away to get the header element.

    What happened so far:

    I found that I need to use a handler that extends BasicHandler using this class, I can get the header tag. source: dealing with SOAP in the axis headers

    But how this handler to operate during the use of web services? I mean how to call this handler whenever I received the response from the server to get his header .

    Some articles suggest I should use .wsdd file. I use 11.1.1.7 with weblogic 10.3.6 Jdeveloper environment where I don't know web.xml configuration file.

    Question: How to bind this information (Manager class, .wsdd file and web.xml ) to collect and the Manager works for the heading tags?

    The best start was to check the Axis guide on: Apache-Axis reference Guide where you will have an overview of the workflow. (Thanks to Timo)

    To configure the handlers be trigger on the client side you need to do the following:

    1- Create class Manager basically something similar to the following:

    package mypackge; 
     import javax.xml.soap.SOAPException;
     import org.apache.axis.AxisFault;
     import org.apache.axis.MessageContext;
     import org.apache.axis.handlers.BasicHandler;
     import org.apache.axis.message.SOAPHeader;
     import org.apache.axis.message.SOAPHeaderElement; 
    
     public class SoapHeaderConsumerHandler extends BasicHandler
     { 
         public void invoke(MessageContext messageContext) throws AxisFault 
         { // Your logic for request or response handling goes here. 
          // Basically you need to make use of the parameter 
         // messageContext where you can access the soap header and body tags. 
         } 
    }
    

    2- Create the client-config.wsdd file. It will look like the following:

    http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
      
           
               
          
      
     
    
    
    

    You can see that I only use handlers for incoming response side server. So whenever the client application receives a response from the server the class Manager SoapHeaderConsumerHandler is triggered and the method invoke will be called by default.

    Note: if you want to access the outgoing request before sending to the server you need to add an additional label for to add the request handler.

    Check the Reference Deployment (WSDD) of the guide of the axis:

    3- Where to place the client-config.wsdd file?

    You will need to place the .wsdd file in the working directory. You can easily find the location of the working directory using:

    System.out.println("Working Directory = " + System.getProperty("user.dir"));
    

    Source: Get the Current Working Directory in Java

    You just place the .wsdd file here.

    Useful links:

    Where to place the file client - config.wsdd in Railo

    Handler axis V It is an example to managers of the side server.

    Dealing with SOAP headers in the axis

  • Consume Web service REST to 8.52 PT with JSON body

    We are on tools 8.52 and try to consume a web service from REST to the external address.  I have successfully built a document and I am able to use the GET operation (where no body is necessary), but for the POST, I need to be able to provide the body in JSON format.  8.52 tools is not supported with native support for JSON, but it should always be possible generate the JSON string manually, it should not?

    Has anyone else done this?

    I thought you said you were on PeopleTools 8.52. Support JSON for Documents has not been added up to 8.53. Add an element with the attribute psnonxml to your load XML and put your JSON in this element. Integration Broker will remove XML Integration Broker exit. You can see an example here: http://jjmpsj.blogspot.com/2011/10/rest-like-peoplesoft-services.html.

  • consume web service example

    HY,

    I try to consume a web service from the w3c: http://www.w3schools.com/webservices/tempconvert.asmx

    I also found an example on: Re: problem with apex_web_service.make_request after upgrade to 4.1.1.00.23

    But when I run the code I got the following XML:

    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
        <soap:Body>
            <soap:Fault>
                <faultcode>soap:Client</faultcode>
                <faultstring>Server did not recognize the value of HTTP Header SOAPAction: http://tempuri.org/FahrenheitToCelsius.</faultstring>
                <detail />
            </soap:Fault>
        </soap:Body>
    </soap:Envelope>
    

    My code is:

    declare

    l_envelope CLOB.

    l_xml XMLTYPE.

    l_temp varchar2 (4000);

    BEGIN

    " l_envelope: = ' < soapenv:Envelope xmlns:soapenv = ' http://schemas.xmlsoap.org/SOAP/envelope/ "xmlns:tem =" " http://tempuri.org/ ">

    < soapenv:Header / >

    < soapenv:Body >

    < tem:FahrenheitToCelsius >

    < tem:Fahrenheit > 71 < / tem:Fahrenheit >

    < / tem:FahrenheitToCelsius >

    < / soapenv:Body >

    < / soapenv:Envelope > ';

    l_xml: = apex_web_service.make_request)

                    p_url               => ' http://www.w3schools.com/webservices/TempConvert.asmx ',

                    p_action            => ' http://tempuri.org/FahrenheitToCelsius ',

    p_envelope = > l_envelope

    );

    l_temp: = apex_web_service.parse_xml (l_xml, "/ / FahrenheitToCelsiusResponse/FahrenheitToCelsiusResult/text () ' ','xmlns ="http://tempuri.org/"'");

    apex_debug.message ("Test:" | ") l_temp);

    l_temp: = l_xml.getStringVal ();

    : P1_XOUTPUT: = l_temp;

    END;

    I think that the line "p_action" is false, because http://tempuri.org doesn't work anymore.

    But what url should I use instead?

    with sincere friendships.

    ILB

    I had a few problems of namespace. now it works...

    declare

    l_envelope CLOB.

    l_xml XMLTYPE.

    l_temp varchar2 (4000);

    BEGIN

    "" l_envelope: = 'http://schemas.xmlsoap.org/soap/envelope/ "xmlns:tem ="http://www.w3schools.com/webservices/">."

    3

    ';

    l_xml: = apex_web_service.make_request)

    p_url-online "http://www.w3schools.com/webservices/tempconvert.asmx."

    p_action-online "http://www.w3schools.com/webservices/FahrenheitToCelsius."

    p_envelope-online l_envelope

    );

    l_temp: = apex_web_service.parse_xml (l_xml, "/ / FahrenheitToCelsiusResult/text () ' ','xmlns ="http://www.w3schools.com/webservices/"'");

    -l_temp: = l_xml.getStringVal ();

    : P1_XOUTPUT: = l_temp;

    END;

  • Photosmart 6510: How can I stop being by default web services driver?

    Whenever I print, the default value is set to a Web Services printer, and I have to change to my normal network printer.

    How can I change this? It's a pain to have to remember go to printer nwtork option every time.

    Can not see anywhere in 'Support' on the subject, can't see anywhere I can change it under "printers and settings, Device Manager for the control panel or on the printer itself.

    Help!

    HI heepgra,

    Go to this location on your laptop.

    Panel\Hardware and Sound\Devices and printers

    Under printers and faxes, you can see all the printer drivers installed in your machine.

    Choose any printer you want to set as default, do a right-click on the icon and click "Set as default printer".

    I hope this helps.

    Kind regards

    Oliver

  • 11.0.09 Acrobat can´t use certificates received by the Services of Certification AD more

    Hallo,

    I have the following problem:

    After the 11 of Adobe Acrobat and Adobe Reader 11 update, I can´t use digital signatures from Services of Certification Active Directory. In previous Versions, it worked without any problem.

    Now, if I m trying to place my signature, I wonder about the location of my existing digital signature. But no matter what I select I m not able to use my signature of Certificate Manager.

    In the past he didn t ask anything, but just to let me use my signature.

    Thank you in advance.

    Andi

    Hey Andi,

    Beginning with version 11.0.9, that we started to filter the available digital IDs, based on the extended key usage (EKU) extension. If there is an extension EKU certificate must contain either; 'email Protection', 'Code Signing' or any object OID (2.5.29.37.0).

    It's what I look at first is perhaps that it is a question EKU.

    Steve

  • Can I receive via an XML web service in the PDF form?

    Hi all, I am able to send data to a server via a web service configured in my button send email.  Once the data has been received on the server, a reference number is returned.  My problem starts here as reference number comes back in my browser and not in the PDF file.  How can I get the reference number in the PDF?  Thank you J

    If you actually submit the XML via a web service you shodul be able to bind the output of the web service to a field in your form. You have configured a data connection to a WSDL file?

    You say that you submit via a webservice in your button send email. That made no sense than that described two submit operations on the same key. I suspect that you send us by e-mail and that the server is answer via a HTML page... .Hence the browser is to intercept and place it on the screen (outside your PDF file).

    Hope that helps

    Paul

  • I recently got an iphone unlocked 5. It used to be locked to T-Mobile. Can I use this unit with any service of cells now or only to others who use SIM cards?

    I recently got my old 5 s T-Mobile unlocked iPhone. Given that T-Mobile is a basic service of SIM, I wanted to see if now it is unlocked, if I can use the device with no - SIM services (i.e. Verizon) and SIM (T-Mobile, AT & T) services?

    KaylianVA wrote:

    I recently got my old 5 s T-Mobile unlocked iPhone. Given that T-Mobile is a basic service of SIM, I wanted to see if now it is unlocked, if I can use the device with no - SIM services (i.e. Verizon) and SIM (T-Mobile, AT & T) services?

    Verizon only lights up iPhone 6 / 6 + and 6s / 6 s + tmobile.

    Verizon phones (except for some other 3 G phones they sell) require a SIM card. Any 4 G LTE phone requires a SIM card.

  • [N900 / WNDR4500]-cannot use / access some sites web/services even after reset to factory settings

    Hello

    I just moved into a new home; my old cable modem was damaged during the move, and so I had to replace it (same manufacturer, newer model). The problem started then with messeging (Messenger of the LINE) service not working at all when the wifi - direct connection has worked very well for the PC and the phone worked when using mobile data. Until now, it appeared that this app has been affected that I could still do other things very well (for example surf the web, email checked).

    I tried the firmware update and later reset the router to the factory settings, or even delete the app and reinstalled it, but they've made the app worked part of the time only. However, I noticed recently that I couldn't access certain Web sites via wifi, too. Again, problem has disappeared during the use not wifi.

    No idea on how to solve this problem is highly appreciated.

    Thank you

    b.

    go to settings... internet configuration... Select use PC MAC address... restart the modem and router

  • Can I use the module of web gallery to publish a gallery without my Web site?

    Are there other ways to publish web galleries without my own website?

    Depends on what you mean by "publish".

    For others to see your gallery, a computer somewhere must act as a web server for your gallery.

    A common method for this is to have an account with an ISP that gives you space on a server drive.

    If you have a high enough version of your operating system, your computer may have the necessary software to act as a web server.

    If you want just your immediate family to see the images, you can save your gallery on your hard drive or local network and let other just open the page root using their web browser.

Maybe you are looking for