BlackBerry API Web services 12 - compatibility with version 10

Hello

Plan ahead here... I'll build a set of web pages that perform functionality admin for BES 5/6 and 10 BES using BlackBerry web services. I would like to understand what changes, if any if to do when BES 12 happens. The API will remain the same? What changes, if any there? There may be additional features that could be useful?

Thank you

John

Hey John,

Although I expect that there are features of addtitional, BES12 documentation has not been published, so the list of features is still not yet public. Regarding Webservice of Blackberry, I don't foresee much change to the existing list of APIs with the new version, the transition should be as transparent it would go BWS with BES 5 BWS on 10 BES.

Tags: BlackBerry Developers

Similar Questions

  • PeopleSoft and Google Places API Web Service

    Hello

    I did proof of Concept using 'Google Places API Web Service' in PeopleSoft.

    This POC and to offer something quick, I used card Mobile Application Platform.

    I am very satisfied with this result, and now I will test in fluid and Standard pages.

    2016-02-17_09h24_15.png

    Hello

    If your server is internal, just connect your mobile phone to your desktop, WIFI and you can log into PeopleSoft.

    PeopleSoft Mobile Application Platform is dedicated to smartphones or compressed, there will be no problem to display pages there. Now there are also mobile menus, so it is easy to navigate on a small device.

    Courses if you need you can expose a Web server on the internet and you can join some of your PeopleSoft from Internet services.

    About Google API you must register and obtain a developer or an official account. You can then past that the Javascript API calls in your pages of map of PeopleSoft.

    Your PAges will be improved with the Google MAPS API as shown in the photo.

    I hope this helps.

    Stéphane.

  • Change the password using API web services?

    I can create and update users using Adobe Connect API web services, but how do I change the password of a user?

    I use the API "principal-update" that has a setting of password, but according to the documentation, it is only used for new users... not the users.

    So exactly how to change user password using the web services?

    Hello

    There is an API that can be used to change the password: user-update - pwd

    Format of the API :

     

    http://server_name/API/XML?action=user-update-pwd&user-ID=integer&password-old=string&pass = word string - string verify password = & session = BreezeSeesionCookieValue.


    Hope this helps!

    Thank you

    Nikhil

  • Runtime error in workflow using the API Web service with a VC:VirtualMachine parameter

    Hello

    I took the example for the execution of a workflow using powershell via the site Web of Joerg Lew Web service API and changed to pass an input parameter to the name of the Virtual Machine.

    I have no error in powershell, but when I check the events for the workflow in Orchestrator I see it failed with the error "Validation error for the parameter"vm". It's using out of the box "Start virtual machine and wait" stream  Is a problem with a virtual machine name is paid as a string? I tried to use the full name of the virtual machines and the ID.  I have provided the code below.  Can someone help with how to get this working?

    $vcoWS = new-WebServiceProxy-VCO, VCO - Namespace - Uri of the class http://192.168.1.65:8280 / vmware-vmo-webcontrol/webservice? WSDL
    $workflows = $vcoWS.getWorkflowsWithName ("Start the virtual machine and wait", "vcoadmin", "vcoadmin")
    $workflow = $workflows [0]
    # print the input parameters
    $workflow.inParameters
    # generates the table with input parameters (WorkflowTokenAttribute - objects)
    $inparams = @)
    # fill in the table, an entry for each input parameter
    $inparams += new-Object - TypeName VCO. WorkflowTokenAttribute
    $inparams [0] .name = "VM".
    $inparams [0] .Guy = "VC:VirtualMachine."
    $inparams [0] .value = "vm-113.
    #... turns on and off (use $null on $inparams if the workflow has no input parameter
    #... und implement
    $workflowToken = $vcoWS.executeWorkflow ($workflow.id, $inparams, "vcoadmin", "vcoadmin")

    Thank you

    David

    Hi David,

    > game $inparams [0] = "VC:VirtualMachine".

    This means that the type of entry for this workflow is an object of type 'VC:VirtualMachine '. So, passing the name of the virtual machine would not work. The expected value for such an entry is the string representation of an object which, in the case of the vCO is a unique object identifier. The object id unique vCO looks like this:

    dunes://service.dunes.ch/CustomSDKObject?ID= "15.23.34.34/vm-590'&dunesName='VC:VirtualMachine".

    but you don't need to know this (technically, if you know the ip address of the vCenter and the id of the virtual machine can be built but is not a recommended practice).

    The right way to find the string representation of the object "VC:VirtualMachine" with the name you need to do a few more things. I'll do the example in java and it should be easy to turn into powershell.

    QueryResult result = vcoWS.find ("VC:VirtualMachine", "xpath:name = \" vm-113\ "", username, password);

    String stringObjectRepresentation = null;

    If (result.getTotalCount () > 0) {}

    FinderResult = result.getElements () FinderResult [0];

    stringObjectRepresentation = finderResult.getDunesUri ();

    }

    Thus, the stringValue should be attributed to the line:

    $inparams [0] .value = stringObjectRepresentation

    Hope it will help.

    Without doubt, Joerg would be able to illustrate this solution with powershell later ;-)

  • 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!

  • Does anyone know how to get data from a web service of Labview with ajax or JSON?

    Hello

    I try to use ajax and json to service Web restful which I build with the labview. However I get errors

    For example. I create a web service from a labview vi (z = x / y http://localhost: 8080/math/divide/5/20 will give {Z: "4,000,000"})

    I get errors for the attached html files.

    Does anyone know how to get al labview WebService with ajax or json data?

    Thank you... Eran


  • How to transfer data from oracle to the web service using ODI with axis2 tech

    Hi all

    Can someone cause a document or markets about 'How to transfer data from oracle to the web service with the help of ODI with AXIS2 technology'
    If any person with a document or markets, please share it with me

    Thank you
    Phani

    I can give you a few examples of web services in ODI, perhaps that you find them useful?
    Try: -.
    http://John-Goodwin.blogspot.com/2009/04/ODI-series-Web-services.html
    http://John-Goodwin.blogspot.com/2009/05/ODI-series-Web-services-part-3.html
    http://John-Goodwin.blogspot.com/2009/05/ODI-series-Web-services-part-4.html

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • ODI Web service - fill Combo with list of scenario using JSP

    Dear all,

    I recently started working on ODI and Hyperion Planning.Request your help about the ODI and web services.

    We are Member, loads data through ODI and an ODI scenario is created to automate the whole process in 1 thing. Requirement is that, to provide users a user interface well, we plan to use Web services.
    A dropdown/combo with all the scenarios list must appear in the jsp file and user must say run a scenario selection drop-down list.

    I am new to ODI and Webservice. I want to call a script using the web service and an Apache Web server with axis 2 deployed. I also copied the file odi-public - ws.aar in the directory of services. Also, I downloaded the ODIinvoke service and create a jsp for the execution of the script, help from Goodwin blogs;

    http://John-Goodwin.blogspot.com/2009/01/ODI-series-final-installment.html
    http://John-Goodwin.blogspot.com/2009/04/ODI-series-Web-services-part-2.html

    Now, we are able to refer to the specific .jsp file to the browser, which is encoded in the hard scenario and its running perfectly fine. Next challenge is to get the list of ODI scenarios in list dropdown/combo.

    Please find attached the jsp files that we have created.

    Please suggest how to consider before here.
    Any help is greatly appreciated.

    Thanks in advance.
    Srikanth

    The error relates to the wrong scenario.
    How I did in the past, it is something like...

    store front page
    String scenrun = request.getParameter ("scenrun");
    String scen_ver = request.getParameter ("scen_ver");

    .....
    OdiCommandScenario ODIcmdScenario = new OdiCommandScenario();
    ODIcmdScenario.setScenName (scen_name);
    ODIcmdScenario.setScenVersion (scen_ver);

    .....

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • RESTful Web services works only with input parameters

    I want to create a RESTful Web Services APEX 4.2, who returns to the client, account information required to certain conditions.

    SELECT NAME, AGE, ADDRESS

    ACCOUNT

    WHERE FINANCE >: FUNDS AND CONTROL >: AUDIT

    I defined variables this way.  I tried two URIS, and the Source Type of Httpentete, but nothing works.

    NameLink the name of the VariableAccess methodType of sourceParameter type
    AUDIT OFAUDIT OFINURIDouble
    FUNDFUNDINURIDouble

    I would like to invoke Web Services from a custom page in a web browser, something like this:

    http://localhost/user/customer?funds=1000 & checking = 200

    I could not make passing the values of input in URI parameters to Web Services to work (got an error).  I did anything wrong here?  Is this supported?

    Thank you.

    After some research, I finally cracked. The URI template for my example should be: customer? funds {MONEY} = & check = {CURRENT} now, I can access web services using this URL: http://localhost/schema/customer?FUNDS=1000&CHECKING=200

  • Urgent: The PL/SQl web service call fails with XML parsing

    Hello

    I try to call a WebService from PL/SQL (using the SOAP and UTL_HTTP Protocol built in package). I use Oracle 9i. I'm calling from pl/sql block, created in java web service method invocation.
    I get the below response as a SOAP protocol object, but I could not able to parse the SOAP.
    Could you please provide values for FirstName, LastName, and ErrorDescription


    declare
    request_env varchar2 (32767).
    v_xml XMLTYPE.
    l_user_first_name varchar2 (100);
    l_user_last_name varchar2 (100);
    l_error_value varchar2 (100);

    Start
    response_env: =' < soapenv:Envelope = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenv >
    < soapenv:Body >
    < UserInfoObjResponse xmlns:axis2ns1 = "http://www.test.com/services" >
    < axis2ns1:FirstName > first name out < / axis2ns1:FirstName >
    < axis2ns1:LastName > last exit name < / axis2ns1:LastName >
    < axis2ns1:ErrorDescription / >
    < / UserInfoObjResponse >
    < / soapenv:Body >
    < / soapenv:Envelope > ';

    dbms_output.put_line (' length to ask:' | length (response_env));
    dbms_output.put_line (' ask: ' | response_env);

    v_xml: = XMLTYPE (response_env);

    -SELECT EXTRACTVALUE(v_xml, '//UserInfoObjResponse/FirstName') IN the varchar2 (100) of l_user_fast_name; FROM DUAL;

    dbms_output.put_line ('l_user_first_name: ' | l_user_first_name);
    dbms_output.put_line ('l_user_last_name: ' | l_user_last_name);
    dbms_output.put_line ('l_error_value: ' | l_error_value);
    end;

    NS is a string that contains the declaration of namespaces.

    Look at line 7:

    ns varchar2(200) := 'xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns1="http://www.test.com/services"';
    

    Max
    http://oracleitalia.WordPress.com

  • 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

  • ODI compatibility with versions prior to Essbase 9.3

    Hi all

    I need to check if we can connect to versions prior to 9.3 Essbase with ODI 10 / 11 ODI to extract data from database Essbase

    It should be the same because they both use the same basic API java.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • BlackBerry Smartphones Web service

    I just got my Storm for Christmas. I have the email and web plan from Verizon. I often hear of this 3G service, but my phone says just 1XEV. Isn't she suppose to be EV DO? If I change the setting of the 3G I start roaming on ATT. When I browse on the internet, it doesn't seem to be that fast (unless I go to the homepage for Verizon). Could I have a bad setting on my phone? Why did they announce 3G if it isn't?

    sideout1961 wrote:
    I just got my Storm for Christmas. I have the email and web plan from Verizon. I often hear of this 3G service, but my phone says just 1XEV. Isn't she suppose to be EV DO? If I change the setting of the 3G I start roaming on ATT. When I browse on the internet, it doesn't seem to be that fast (unless I go to the homepage for Verizon). Could I have a bad setting on my phone? Why did they announce 3G if it isn't?

    From my understanding 1XEV is 3G it's just the way Verizon has listed.   There is a difference between 1XEV and 1xev (note the lowercase)

    In the Crackberry forums, there is a write-up on how change what he illustrated at the top right of your phone then it will show 3 G but I didn't do that.  I thought why worry, as long as I have 3G

    Moreover, must make sure that you are in a 3G area before it will go to 3G.

    Good luck!

    Jamie

  • Problem of DH handshake with the web service using ColdFusion 7 and 8 after java update 8

    ColdFusion 7 and 8 are provided with a variant of JRE1.6.

    I have a script that has consumed a web service for years with success.  Last week, the web service provider updated their version of Apache and Java on the server java 1.8 (or java-8).

    I could no longer consume the web service once the web service provider updated to Apache and Java and would be the following error DH keypair every time that I try to consume the service:

    -----------------

    AxisFault

    faultCode: {http://schemas.xmlsoap.org/soap/envelope/} Server.userException

    faultSubcode:

    faultString: javax.net.ssl.SSLException: java.lang.RuntimeException: could not generate keypairs DH

    faultActor:

    faultNode:

    faultDetail:

    {}http://xml.apache.org/axis/} stackTrace:javax .net .ssl .SSLException: java.lang.RuntimeException: could not generate keypairs DH

    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:190)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1591)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1554)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1537)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1130)

    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1107)

    at org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:186)

    to org.apache.axis.transport.http.HTTPSender.getSocket (HTT... ''

    -----------------

    I asked the service provider web, why it would stop working and how we can solve this problem.  They suggested that upgrade to the latest version of Java on my server running ColdFusion.  I did some research and found the problem to be with the amount of memory allocated to the variable containing the encryption key.

    The big problem is when I tried to update java on this particular server (Windows Server 2003), the installation has returned a messaged stating that he could not run on the older operating system and I need to update my OS to install java.

    Does anyone have a workaround in ColdFusion 7 or 8 that you can establish the DH handshake using Java 1.6 on your local server while consuming a web service on a server using Java 1.8?

    Hi, frank000000,

    I know that we had a serious problem with any Java 7 after update 25.  They are off a lot of network permissions and other things, for safety, that used to be available in versions prior to the update 25.  But it's while we were in CF Server 9.

    Since we switched to CF Server 10 (making sure that we got the CF Installer provided with Java 8), we had very few issues related to Java.

    It seems strange to me that the upgrade to 1.8 host while your server is 1.6 would cause problems.  It could very well be something else.  I would like to ask the host for documentation describing exactly how/why their 1.8 may cause interference with your 1.6.

    HTH,

    ^_^

  • VIX file in the user interface designer receives the data from the Web service application that communicates with the SQL server database

    I created the Web service VI ("Mt-insolacije.vi"), which has two terminals of the input string (FROM / TO) for the dates of arrival and exit of two data terminals (table 1 d) from database (MS SQL server). This VI communicates with the database with functions of the database with a DSN and SQL query appropriate palette. There are two tables with two data (time and Insolation) columns in the database.

    This VI works when you run in Labview 2010, but when I used it as VI in UI Builder it returns no data.

    Could you please help me find a solution. Is it possible to communicate with the SQL server database in this way or there is another way?

    There are two files attachmet: Image of .vix file in Interface builder and .vi file ("Mt-insolacije.vi")

    Please help me ASAP!

    Thank you

    Ivan

    I found the solution problem is in the DSN. I've been using the user instead of DSN system DSN.

    It's important to create the system DSN if you want your VI of web service to communicate with the database.

    PS Please put feature bundle format timestamp and XY graph in the web user interface designer. It's complicated to trace data with datetime on X axis without them.

Maybe you are looking for