Call BB services

I would like to use the services of blackberry within my application... Please provide a few ways...

What are the BlackBerry services are you referring? There are several available through the API, such as the payment Service: http://developer.blackberry.com/html5/documentation/v2_1/payment_service.html and push Services: http://developer.blackberry.com/html5/documentation/v2_1/push_service.html

Tags: BlackBerry Developers

Similar Questions

  • Calling Web services

    Please give me exactly code snippet for calling Web services.

    Welcome on the support forums.

    You can find some samples using the search tool.
    There is no 'exact snippet", just a few general samples using ksoap2 or heels.

  • I got a so-called windows services call, to solve the problems they had received through error reports.

    I got a so-called windows services call, to solve the problems they had received through error reports. I was instructed to enter an address in the term to start the process, but I did not trust the call. Was - this legitimate?

    Original title: windows services

    Of course it's a scam designed to extract money from your

  • ADF Mobile | call web service from Java. non-reflecting values in the AMX page

    Hi all

    I am using JDEv11124 with ADF Mobile extensions39.62.64.

    My use case is as follows.

    1. my application has 2 Pages a. Login home b.

    2. in the user login Page between user name and click on the "submit" button.

    3. on the homepage I displayed the company they joined.

    4. in the "submit" button is clicked, action defined in the support bean method will be called.

    5. by supporting the action bean method, I'll call the method of the Web Service to validate the entered user name, if the entered user name is valid, that I have to post its company name in the home page.

    6. I am moving back from the web service of datacontrol in Home.amx page

    7. calling web services from Java as follows:

    GenericType = result

    (GenericType) AdfmfJavaUtilities.invokeDataControlMethod ("Comp", null, "getCompany",

    pNames, params,

    PTypes);

    System.out.println ("after the call to the service" + result.getAttributeCount ());

    8. in the Java class, I get the response correctly (as the company designating the username entered as 'SOCIETY'), where when I navigate to the home page, I don't see any results for the method return (name of the company that dropped like OutputText in Home.amx)

    Did I miss something for this. or something more that I need to do to make it work?

    Please suggest.

    Thank you

    Vieira

    Hi all

    I was able to achieve this by executing my method in bean support.

    This code is as follows:

    AdfELContext adfELContext = AdfmfJavaUtilities.getAdfELContext ();

    MethodExpression me =.

    () AdfmfJavaUtilities.getMethodExpression

    "#{bindings.retreiveLocationInformation.execute}".

    (, Object.class, Class [] {}) new;

    me. Invoke (adfELContext, new Object [] {});

    Thanks to Luc Bors WebLog Luc Bors Weblog: ADF Mobile: implementation of "Pull to refresh" model

    Kind regards

    Vieira

  • Hello. How can I call customer service of the Thailand?

    Please, help call the service the customer of the Thailand. I have applied to the service to the customer already and not even the number of investigation, but the customer service person has me logged in for 2 weeks already.

    Sofia, that I apologize for the experience you had with the support, but I just reviewed case notes, and it is said that the refund has been processed.

    This may take 4-5 business days for the refund to credit your account.

  • Trying to cancel my subscription but can continue to will return to bike and returns through the cancellation process - tells me I need to call customer service but no phone number is available.

    Trying to cancel my subscription but can continue to will return to bike and returns through the cancellation process - tells me I need to call customer service but no phone number is available.

    Hello Marilyn,.

    Please sign in to your Adobe account and then go to the link below:

    Contact the customer service

    Reference: cancel your creative cloud membership

    Kind regards

    Sheena

  • Calling a service of OSB (Type of Service: any Service of XML) of BPEL

    Recently I had the question in an Interview:

    How an OSB services (of the Type of Service: Any Service of XML) can be called from a BPEL service?

    This OSB service is not exposed as a WSDL.

    Protocol: http

    Endpoint URI: / TestOSBProject1/ps/SyncReadPS

    Host: localhost

    Port: 7001

    URL: http://localhost:7001 / TestOSBProject1/ps/SyncReadPS

    When I hit this URL I get the message--> " " "this XML file does not appear to be any information of style associated with it. "The document tree is shown below."

    WSDLURL: http://localhost:7001 / TestOSBProject1/ps/SyncReadPS? WSDL

    When I hit this URL I get the message-> ' "error 500 - internal error of the Service- this service is not associated with a WSDL file".

    Is there some way yo call this service from BPEL?

    URL: http://localhost:7001 / TestOSBProject1/ps/SyncReadPS

    When I hit this URL I receive the message--> " "this XML file does not appear to be any information of style associated with it. "The document tree is shown below."

    What is the adapter using your when you call http://localhost:7001 / TestOSBProject1/ps/SyncReadPS

    Binding HTTP of the user while calling OSB Service(of Service Type: Any XML Service)


    Thank you

  • Can I extract data from AR invoice of merger Financials with a call of Service Web ADF?

    Can I recover data AR invoice of merger Financials (SAAS) by using a call to Service Web ADF?

    How that is done?

    Thank you!

    Arie

    Hi Arie

    There is no available web services to query the data from invoices AR.

    Hope this helps

    Thank you!

    Vik

    http://blogs.Oracle.com/fadevrel

  • German characters problem when calling Web Services via UTL_HTTP

    Dear members,

    I try to call the services of SAP CRM Web of Oracle PL/SQL. I used following code which works very well.
    -- call web service using Oracle UTIL_HTTP packages
    DECLARE
      http_req utl_http.req;
         http_resp utl_http.resp;
         lv_request VARCHAR2(32767);
         lc_response CLOB;
         lv_buffer VARCHAR2(32000);
         lv_name          VARCHAR2(256);
         lv_hdr_value     VARCHAR2(1024);     
         l_xml XMLType;          
    BEGIN     
         utl_http.set_persistent_conn_support(true);
         utl_http.set_transfer_timeout(600);
         
         http_req:= utl_http.begin_request
                                       ( url => 'http://xyz3ni92.server.xyz.com:8045/sap/bc/srt/xip/sap/crm_bupa_custid_qr/011/customersbycrmid/http_binding'
                                       , method => 'POST'                              
                                       );
         lv_request := '<?xml version="1.0" encoding="UTF-8"?>'
         ||'<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:glob="http://sap.com/xi/CRM/Global2">'
       ||'<soap:Header/>'
       ||'<soap:Body>'
          ||'<glob:CustomerCRMByIDQuery>'
             ||'<MessageHeader>'
                ||'<ID schemeID="?" schemeAgencyID="?" schemeAgencySchemeAgencyID="?"></ID>'
                ||'<UUID></UUID>'
                ||'<ReferenceID schemeID="?" schemeAgencyID="?" schemeAgencySchemeAgencyID="?"></ReferenceID>'
                ||'<ReferenceUUID></ReferenceUUID>'
             ||'</MessageHeader>'
             ||'<BusinessPartnerSelectionByBusinessPartner>'
                ||'<UUID schemeID="?" schemeAgencyID="?"></UUID>'
                ||'<InternalID>2200117598</InternalID>'
             ||'</BusinessPartnerSelectionByBusinessPartner>'
          ||'</glob:CustomerCRMByIDQuery>'
               ||'</soap:Body>'
         ||'</soap:Envelope>';     
         /*set username and password*/
         utl_http.set_authentication (
                   r => http_req,
                   username => 'WS_USER',
                   password => 'WS_PASSWORD',
                   scheme => 'Basic',
                   for_proxy => false);     
                   
         utl_http.set_header(http_req, 'Content-Type', 'application/soap+xml;charset=UTF-8'); 
         utl_http.set_header(http_req, 'Content-Length', LENGTHB(lv_request));
         utl_http.write_text(http_req, lv_request);
         /*Make HTTP call*/
         http_resp:= utl_http.get_response(http_req);
         
         /*read response text from response*/
         BEGIN
                   LOOP
                             utl_http.read_text(http_resp, lv_buffer);
                             lc_response := lc_response || TO_CLOB(lv_buffer);
                   END LOOP;
         EXCEPTION
                   WHEN OTHERS THEN
                        -- ora-29266 end-of-body reached
                        IF SQLCODE <> -29266 THEN
                                  RAISE;
                        END IF;
         END;
         utl_http.end_response(http_resp);     
         l_xml := XMLType(lc_response);
         /*Log response for testing*/
         DELETE FROM webservice_log;
         INSERT INTO webservice_log (seq_id,xml_response) VALUES (sqe_Webservice_Log.NEXTVAL,l_xml);
    EXCEPTION WHEN OTHERS THEN
              RAISE;
    END;
    However, if there are any German character in SAP, then they are replaced by UNWANTED data when they come to Oracle.

    If I invoke continues the same web service tools like SOAP-UI, then German characters do very well. I've also drawn web service queries and answers of the side SAP, and there response shows fine. When it comes to Oracle, they are themselves corrupt.

    I'm sure it's something to do with the character, but I am not able to find where and what should I fix/change.

    Thank you for your help in advance.

    DB: Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
    NLS_DATABASE_PARAMETERS
    PARAMETER                      VALUE                                  
    ------------------------------ ----------------------------------------
    NLS_LANGUAGE                   AMERICAN                                 
    NLS_TERRITORY                  AMERICA                                  
    NLS_CURRENCY                   $                                        
    NLS_ISO_CURRENCY               AMERICA                                  
    NLS_NUMERIC_CHARACTERS         .,                                       
    NLS_CHARACTERSET               AL32UTF8                                 
    NLS_CALENDAR                   GREGORIAN                                
    NLS_DATE_FORMAT                DD-MON-RR                                
    NLS_DATE_LANGUAGE              AMERICAN                                 
    NLS_SORT                       BINARY                                   
    NLS_TIME_FORMAT                HH.MI.SSXFF AM                           
    NLS_TIMESTAMP_FORMAT           DD-MON-RR HH.MI.SSXFF AM                 
    NLS_TIME_TZ_FORMAT             HH.MI.SSXFF AM TZR                       
    NLS_TIMESTAMP_TZ_FORMAT        DD-MON-RR HH.MI.SSXFF AM TZR             
    NLS_DUAL_CURRENCY              $                                        
    NLS_COMP                       BINARY                                   
    NLS_LENGTH_SEMANTICS           BYTE                                     
    NLS_NCHAR_CONV_EXCP            FALSE                                    
    NLS_NCHAR_CHARACTERSET         AL16UTF16                                
    NLS_RDBMS_VERSION              11.2.0.1.0   
    Kind regards
    Hari

    added other details by: Hari_639 on April 24, 2013 18:45

    I'm not really experienced with utl_http, but maybe you'll read on SET_BODY_CHARSET in the documentation.
    ISO-8859-1 is the default characterset, until you specify the characters in the attribute content_type and text media.
    But your media type is not text, then perhaps affecting the body charset UTF - 8 can help.

    concerning

  • Error object VO when calling Web Service.

    Hello
    I created a page with 5 field lookup with three buttons and text.

    The features are:

    1. as the page loads I call Web Service to set the values in the fields.
    2. when the user is entering new values or changed the old values and click on the 'save' button, new web service is called for that store values.

    Problem is when changing the value of choice of message. For the choice of the message that I created a VO lookup_code and sense.

    When I click on 'save' button it shows me error
    Attribute set for LookupCode in view object EncryptionModeVO1 failed
     
    Kind regards
    Ajay

    Well, you use certain methods (like setattributevalue, setrendered etc.) in processformrequest that goes against the standards. You must use SPEL approach wherever possible.

    You can hide the exception of developer mode. See thread Re: OAF: masking errors and Exceptions at the top of page OFA for details, but keep in mind that these errors may be valid in some cases.

    Thank you
    Shree

  • OSB11g - I need to call a service at intervals of time-any option?

    Hey Geeks,

    I need to call a service at regular intervals - offers OSB the same?

    Here's a way to do it, not very sophisticated but it will work.
    1 put the infinite attempts on the JMS queue (no limit of attempts) and significant a delay between attempts (you may need to tweak it based on performance tests but 5 minutes seems a fair value).
    2. using the factory of XA connections to access the queue for messages can be cancelled
    3. in the Proxy service that reads messages from the queue, first make a call for audit of system B in the request pipeline status, if the queue length is less than the recommended limit and then route the message to the system B. If the queue length is more than limit and you want to delay the sending of the message, then triggers an error in the Service of the Proxy and the message will be restored in the JMS queue and retried after 5 minutes (or any value that you put in the new attempt to delay the creation of the queue).
    4. in addition, since there will be cases where messages are queued to the top, and if you do not want to try more than one message at a time, then set a work with a wire constraint Manager Max to the desired number of threads on the JMS Proxy and also reduce the Maximum Messages per setting of session Connection Factory default value of 10 to 1.

    Another approach would be to create a planner to call the process.
    1. create a planner for the BSO
    See here:
    http://blogs.Oracle.com/jamesbayer/entry/weblogic_scheduling_a_polling
    3. create a simple Java class that reads the message from the JMS queue synchronously
    2 when the Scheduler calls the OSB Proxy service, check the queue length in system B by calling the web service of State of system B.
    3. If the length of the queue is within the limit then make a legend of Java to the synchronous consumer class and retrieves the message from the Proxy of OSB
    4 to get the message to system B

  • Scam call windows service from the centre of Miami, how did get my information?

    I received a call from someone identifying themselves as Zack Martin of windows service center in Miami.  He gave this phone number: 120 631 71742.  He said he was calling about attacks on my computer.  He had my name, the right to address and it gave me a 32 digit/letter windows license number.  I told her that I couldn't talk to him now and call later today.  He did not ask for money or be specific about the problem.  How could he get the information he had on me?  He said that I had to give her when I registered Windows.  Jim in Vancouver

    Hello

    It's a SCAM

    they want or money on your part for programs without value or make an identity theft on you to get even more money and get your internet banking passwords and credit card information, you get allows you to download the software to 'fix' or 'test' for your computer

    read this:

    http://www.Microsoft.com/security/online-privacy/msName.aspx

    Microsoft has none of the unsolicited telephone calls to help you fix your computer

    In this type of scam cybercriminals are calling you and claim to be of Support technique Microsoft. They offer help with your computer problems. Once scammers have earned your trust, they try to steal and damage your computer with malicious software, including viruses and spyware.

    Although the law enforcement can trace phone numbers, often authors use pay telephones, disposable cell phones or stolen cellular phone numbers. Better avoid fooling themselves rather than try to repair the damage afterwards.

    Treat all unsolicited sceptically telephone calls. Don't provide personal information.

    If you receive an unsolicited call from someone who claims to be from Technical Support Microsoft, hang up. We do not have such calls.

    If you think you might be a victim of fraud, you can report it. For more information, see: what to do if you think you have been scammed.

  • Calls of "Service Control Manager".

    Hi, I keep on receiving phone calls from people who say they are of Service Control Manager telling me that my computer's security is compromised. They are making great efforts to convince me that they are genuine, and they know my name, address (and, of course, phone number).  One this morning kept me on the phone for ages and asked to be connected to my computer to solve the problem, although she said that she would not be when I refused the white point.  When I asked a letter mailed to explain the problem, she offers, but which now grew to the point that my ID would be cancelled by Microsoft if I don't have something on the issue.  It even reminded me when I lost patience with her and hung up.

    Are these called authentic and I have a problem with my computer, or are they hoax calls?

  • Call Web Service via a Java Application and analyze the response

    I have currently developed a service web (http://nycews.datajump.com/ATMUtilities.asmx/GetReverseGeoCode?Lat=42.9790550&Lng=-78.7856140) as returnes an address in xml format. I need to know what is the best way to call this connection and parse the XML to display the address to the user in a popupscreen.

    Here is a corrected version...

       public String getAddress() {
            String myString = "My String";
            byte[] postData = myString.getBytes();
            String myAddress = null; // address to return
            HttpConnection httpConnection;
            DataOutputStream os;
            Document doc;
    
            String myURLString = "http://www.google.com;interface=wifi"; // use a connection method here
    
            try {
                httpConnection = (HttpConnection) Connector.open(myURLString);
                httpConnection.setRequestMethod(HttpConnection.POST);
                httpConnection.setRequestProperty(HttpProtocolConstants.HEADER_CONTENT_TYPE, "application / requestJson");
                os = httpConnection.openDataOutputStream();
                os.write(postData);
                int rc = httpConnection.getResponseCode();
    
                if (rc != HttpConnection.HTTP_OK) {
                    return "";
                }
    
                httpConnection.getResponseCode();
    
        // The following code was taken from http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800599/How_To_...
                DocumentBuilderFactory docBuilderFactory = DocumentBuilderFactory. newInstance();
                DocumentBuilder docBuilder = docBuilderFactory.newDocumentBuilder();
                docBuilder.isValidating();
                doc = docBuilder.parse(httpConnection.openDataInputStream());
                doc.getDocumentElement ().normalize ();
                NodeList list=doc.getElementsByTagName("*");
                String _node = new String("");
                Node tempNode = null;
    
          //this "for" loop is used to parse through the
          //XML document and extract all elements and their
          //value, so they can be displayed on the device
    
              for (int i=0;i		   
  • BlackBerry, call web services via the SSL protocol

    Hi guys,.

    We are developing an application BlackBerry to OS 4.1 and we test it on the 8330.  This application calls several web services on a remote server via the SSL Protocol (side).  There is a valid certificate from Entrust installed on the remote server - it works properly with all major desktop browsers.  The certificate has not been installed on the BES - is it necessary?  Some BlackBerry devices will be linked to a company BES, others not.

    When the application calls the web service, a window opens with the following message: "you try to open a secure connection, but the server certificate is not approved."  Continue to push works fine, but the window opens again a few moments later.  Pushing view certificate indicates that the certificate is considered invalid ('unverifiable Cert chain').  The same information is given when you navigate to the certificates of the aircraft.  Certificate trust pushing watch a 2nd window asking you the key Store password, which we are not aware of.

    You guys can help us with this?

    Thank you!

    We have solved the problem.  It seems that the BlackBerry device is having a hard time with a certificate signed by the Entrust 2048 bit root certificate.  Give us a new intermediate certificate signed by their 1024-bit root certificate, which we have installed on our Apache server.  While the window 'certificate is not approved' arises at once, pushing "Continue" worked and it never came up again.  To do this, it will probably install the certificate on the BES, something we don't have yet.

    Thank you for taking the time to answer!

  • Call the Service Web Studio omitting

    We have developed and tested an application made call Studio. This application uses a WSDL to call a web service. We have deployed this application on 2 identical servers of the CVP. The server "A" runs this application successfully every time. The 'B' server fails everytime, it performs the service web appeal. Both servers are installed to access the same WSDL.

    We have attempted to circumvent the problem but cannot locate a network problem which would make the request fails on the side 'B '. Our network traces show the CVP 'B' server, sending a GET request to obtain the WSDL, but there is never of messages as well as the side "a".

    What can the places we are trying to determine what the cause of this failure. Attached, is output to the log file for this application where it is a failure.

    No matter how lucky are going some firewalls?  It's not just sound right.

    David

Maybe you are looking for