SmartPhone data to server

I try to write a prototype where I send data from my Java Server application unit of BB by MDS. Which works very well. But I also want to allow the user to the BB device to return select data from the device to my Java application running on my server on demand. Are there examples you have or can site that shows how to connect http on the device to the server side and transfer the data from the device on the server?

Thank you

Please check where the 400 error is originating from.  Happens to your web server or the MDS Simulator?

If this is the MDS Simulator, try to capture a network on the return value of your web server to see what data is returned.

Tags: BlackBerry Developers

Similar Questions

  • BlackBerry Smartphones how restore server BB Phone again BB 9720

    Hello

    I need help. I just got a new 9720 BB after that my old BB 9220 phone stopped working. Before the old defective phone, I got my data backed up on the server by using BB BB protect.

    I signed into my new BB using my BB ID and my BBM restored 9720 my BBM contacts. However all data like contacts, Notepad, messages, e-mails and whatsapp are not restored.
    Whenever I go to BB protect app, it does not give me the option to restore, rather they want to back up my current phone.

    Can anyone help me to restore all my data saved on my old BB Phone on the BB to BB Server protect in my new BB Phone?

    Hello fsina

    Sorry, I use no more BBOS device, but you can find something useful in this article: How to use BlackBerry Protect to restore data to a BlackBerry smartphone

    Good luck.

  • Deletion of data from Server

    With the add-on armor, it was possible to send a command via the Console error remove all data from your server without having to "start over" with your profile. Is there something similar available for Firefox Sync?

    Go to https://account.services.mozilla.com and you sign in to your account, you will be presented with some choices including "erase your synchronization data.

  • Best method for updating CompactRIO data to Server "National Instruments.Variable Engine.1"

    Hi all, I have an OPC Client of third-party I want to use for testing with the CompactRIO. Can I specify 'National Instruments.Variable Engine.1' in the OPC server, create a new item of the mutual FUND, go to a variable and then see its value. I use a CompactRIO and I want to send the updated data that I am acquisitionning of for third-party Client OPC, then, what is the best method? Currently, what works, is that I created a shared variable published to network on the LabVIEW host that I dragged in the CompactRIO project. I've created a small loop increment value every 500ms. I then created on the host computer, a little VI, who issued this national value to "" Instruments.Variable Engine.1". Now, is there a better way to do his? Is it something that can automatically fill in manually the Variable of the CompactRIO motor without publishing the shared inside a LabVIEW application variables? Thank you for your time, best regards!

    Thanks a lot for your replies, Drew,.

    I downloaded the OPC UA API and it will next week.

    Thanks again!

  • Smartphones Blackberry blackBerry server not connected

    My blackberry server does not work - outside of WIFI areas, I don't get emails and none of my apps don't work, however my internet still works? My phone is like that for a few weeks now - I tried to call my mobile service, who put me through a blackberry person, but it's still not better. I would really appreciate the help. Thank you.

    Hello and welcome to the community!

    The first message you received indicates that the request was made, but nothing will work properly until the response is received. It is a problem between your device and your carrier data network (Tesco)... you need to contact them for assistance.

    Good luck!

  • BlackBerry Blackberry Pearl 8120 Smartphones 'Data Plan' questions...

    Hello

    I have a Blackberry Pearl 8120 unlocked and I use a T-Mobile plan with data unlimited and Blackberry boost services.

    Can I use the browser on the device to view the pages, etc., and I can send and receive e-mails.

    I have setup my email address, phone number and IMEI number on the T-Mobile website.

    What I can't do is:

    1. launch the Facebook application. There's just about "Connect to Facebook" then I get a window saying "..." "data service is not available..."

    2 launch the BlackBerry AppWorld. I get the message: "improve your service to a plan that includes browsing and discover a world of possibilities...» »

    3. I downloaded Opera Mini. When I try to install it I wait an age, then get the message: "required data package '...

    I called T-mobile, who were all as serve a glass of water to the chocolate.

    Has anyone had problems above and are able to solve them?

    Thanks in advance,

    -Neil

    Is all sorted out now - TMobile does not add to my blackberry plan...

  • BlackBerry Smartphones Blackberry Enterprise Server

    Dear friend,

    How we record BES? And if I already save and forget my password and server address how to activate BES on my curve?

    Hello

    The company option works only for BES services... and those services know they are because they a BES admin (usually inside their business... BES is usually taken) talk to him. So if that's you, then go see your BES admins.

    However, if you see only Enterprise in the e-mail Setup Wizard, then you do not have the correct data account registered to your BB to your provider. To use the Push RIM owner messaging capability, you must have an adequate data of your carrier plan. Carriers BIS (BlackBerry Internet Service) host for their BB users. In general, BIS is not available through generic data plans. Several ships make stop what is needed the Blackberry data plan. Whatever they call it, it is the carrier that delivers BIS users of BB - contact - the for assistance. Once you have a compatible BIS data plan on your BB (fees regardless of your carrier will charge, btw), then you will have personal email added to the e-mail Setup Wizard.

    Good luck!

  • onchange event trigger to load data from Server

    I have following code to filter my second list from my list.

    It works when the user click on the drop down menu, since the event onchange trigger.

    I tried to load the data from the stored procedure, then the onchange event does not trigger when the user must update the data, and then see the entire list without filtering.

    I would like to know if it is possible to the onchange event of tripping when I insert data from a stored procedure,

    Your information and help is much appreciated,

    Kind regards

    Iccsi,

    < td > < select name = "Mylst" id = "Mylst" >

    < cfoutput query = "PSP" >

    < option value = "" #MySP.MyID # ""

    < cfif (isDefined "(form. MyID") AND form. MyID EQ MySP.MyID) > selected = "selected" < / cfif > > #MySP.MyName # < / option >

    < / cfoutput >

    < / select > < table >

    $("#Mylst").change (function)

    {$.ajax({)}

    type: 'GET ',.

    URL: ' Mycfc.cfc? method = GetMethod & MyParam ='+ jQuery("#MyPrelsty").val (),.

    data type: 'json ',.

    cache: false,

    success: function (data)

    {

    $('_#MySublst_option').remove ();

    $(données, fonction (i, obj) .each)

    {

    $("#MySublst").append (' < option value =' + ' "' + data [i] [0] + '"' +' > ' + data [i] [1] +)

    ("< / option >")

    });

    }

    });

    iccsi wrote:

    I would like to know if it is possible to the onchange event of tripping when I insert data from a stored procedure,

    Yes, it is of course possible. The environment in which the event takes place - the browser - is independent of the environment in which the data is loaded by the stored procedure - the ColdFusion server.

    Any problem that you are experiencing are probably those of JQuery. A similar question was answered Stackoverflow.

  • Publication of data on server

    Hi all!

    I wonder what is the best way to publish arbitrary on the server in the same format as the Forms data in the web browser? I use this thing now, and it seems more useful to load data from the server, but not downloads.

    var myData:URLRequest = new URLRequest ("your.php");
    myData.method = URLRequestMethod.POST;
    var variables: URLVariables = new URLVariables();
    variables.score = result;
    variables. Name = name;
    variable = myData.data;
    var loader: URLLoader = new URLLoader();
    loader.dataFormat = pouvez;
    Loader.Load (mydata);

    That's how I pass the php variables

  • read data from server socket

    Hello gurus
    I want to read oracle data possible through socket server.is form in the suggestion to give forms.kindly oracle

    Just check your Email. I send form taken at your e-mail address.

    Better compliance
    Skyniazi

  • Want the old data of Firefox, old PC died, new recovery keys will remove old data on server.

    I created Sync on my hard drive now unusable, with all my goodies of Firefox on it. I am now on another hard drive but when I try to set up the synchronization and recover my old data, he said that I need a recovery key. I can't get a so it generates one, but a new will apparently remove the old data that I want to do unnecessary synchronization. How to access my old data without a key?

    I was and am now running Firefox 28.0 on two hard drives.

    Hello, it is not possible to recover your old data sync without the recovery key, because the data is stored encrypted on mozilla sync servers and it's the only key to decrypt. If you have already generated a new recovery key and then also data on the servers was overwritten - so I'm afraid that this data is lost for good...

  • Use thunderbird on several computers with data on server

    I want to use Thunderbird on my network home/office computers with data on a central computer. For the moment, I need to use mozbackup to transfer data from my desktop computer to laptop, which is a pain.

    Graeme

    As already mentioned, IMAP is the best method, but you can move the profile on the central computer folder and then have TB on each computer pointed to this location using the Profile Manager.

    http://KB.mozillazine.org/Moving_your_profile_folder_-_Thunderbird#Use_the_Profile_Manager_to_move_your_profile

    Another method is to copy a profile on a network share and start TB with command line arguments that specify the profile.

    3rd point: http://kb.mozillazine.org/Synchronizing_mail_on_two_computers

    There is a method of moving just the records of e-mail to another location:

    http://KB.mozillazine.org/Moving_your_mail_storage_location_%28Thunderbird%29

  • BlackBerry Smartphones Date &amp; time incorrect in the text (UPDATED INFORMATION) messages

    I don't know what happened, but when I woke up this morning all my text messages have gone on Blackberry Torch 9800. In addition, time & date to which I send or receive a text today is inncorrect, even if the time & date on my phone is correct. Can anyone help?

    8 06

    OK, so I realized that my messgs were accidentally deleted the previous night, so this isn't a problem now. But my time text & still date messed up. Time & correct date on the phone. The text messgs., time on my outgoing txts is OK, but incoming texts times are off by at least 2 hours & the date shows Saturday, February 27, 2049 (today). So weird! Someone has an idea?

    I went again online looking for a solution & solved my problem! I had tried to take the battery before, not helping. But found a post that suggested to delete all text messages before removing the battery. So after all the messages of compensation & remove the battery, my time & date on texts is correct. I hope this will help someone else who may have the same problem.

  • BlackBerry Smartphones BlackBerry Enterprise Server has failed

    Hello

    my BlackBerry has returne just technical assistance, but I can not configure the E-mail again.

    He said that BlackBerry Enterprise server has not responded.

    What should I do?

    Thank you!

    Fixed! It was enough to do a master reset.

    Security options, security settings, wipe.

    Thank you!

  • Smartphone data plan (BBM, navigation and Blackberry Protect) blackBerry stops working on Blackberry 9930

    Hi I was using my Blackberry 9930 for a little over a year now, with the same data plan.

    A few days ago my laptop could not start, so I reinstalled my OS. However after successful relocation, I met a problem to access the surveys BBM, browser and Blackberry Protect.

    Wifi, browser and Appworld are fine (BBM and Blackberry Protect not fine).

    However, when I turn off my wifi, I get this.

    Check the service book, I noticed many missing articles...

    Please note that these are ALL the elements, nothing more to scroll down for.

    I noticed there is an additional element in Options > device > advanced system settings: i.e. the enterprise activation

    Click to open the Enterprise Activation (I also get this window when I open the mail setup), I come to the page of connection probably BES.

    Other messages, I understand that this could be the it policy. I've done many factory reset, via DM directly, via the command prompt using the loader/nojvm command and /resettofactory

    Things I did without success:

    -Full Wipe and reinstall operating system (7.1.0.580, 7.1.0.755 and 7.1.0.991)

    -Remove the policy with the above methods

    -Record of Routing Table, locally on the host's phone and asking the carrier to do so.

    -Access my site of carrier (telkomsel.blackberry.com) of the pc and return Service directories.

    Things to note:

    -Emails are working properly, can send and receive without wifi

    -Browser and Appworld are fine, only when the wifi is enabled

    -Change SIM on another blackberry, my data plan works perfectly

    -If I add a contact (phone B) through BBM surveys, phone B receives the request. However when a phone B accepts, nothing happens.

    -L' opposite is not true. Phone B please, my phone receives no notification.

    My career was told that my PIN code may be suspended/compromised, is it possible? and how should I proceed if it is true?

    Please advice and much appreciated.

    Thanks for the clarification.

    Linsner wrote:

    My carrier checked on my code PIN and IMEI on the Blackberry Administration Site and showed me a report saying that my phone has been blocked or suspended.

    The carrier States that I have to bring this matter to Blackberry since:

    1. I did not buy the handset of them (carrier)

    2. they have proved that my data plan works when the SIM card is transferred to another handset.

    Assuming that the suspension of the SPINDLE is true, nobody knows how should I proceed?

    Indeed, the situation is delicate. The support service is always the responsibility of the carrier, because they are the entity that provides services. But subsidies related to the device falls to the original place of purchase, or an entity to which they have assigned to your supported devices. When the unit was purchased elsewhere, the service provider can refuse support for issues related to the device. And it seems that your service provider is to determine it's a question related to the device rather than a question related to the service. I don't know if this conclusion is correct or not... I tend to interpret your situation as related to the service, rather focus on the device, but I have not seen the 'rules' that they must follow to do this.

    As such, your next step would be to contact the Manager of your support related to the device. Maybe it's your place of origin of the purchase, a service centre or other entity... it varies depending on the region, and I have no idea of what the device-support model is made for you. If you are unsure, contact your original purchase for orientation.

    If all goes well, they will be ready to take your case and it degrades to the BlackBerry without cost to you. I can't say whether they will be or will not be. Sometimes, when issues come and the two types of support (device and service) are not provided by the same entity, there may be a tendency for each to blame others, unfortunately, leaving the end user without recourse, but to continue to try to climb with both entities until you reach someone who will be willing to take responsibility and provide the necessary climbing.

    There is something called incident support, but it costs to just ask the original question, since you are not through support contracts that are in place. If you want to study, you can check it out here:

    There is also this link, but I can't vouch for its usefulness because I've never needed to use it and reports in our community here indicate mixed results. But you can try:

    Good luck!

Maybe you are looking for

  • Is it a hardware problem or software?

    Anonymous UUID BAE5983A-B2EF-3784-052F-794830D23D75 Mon 8 August 13:03:21 2016 Panic report *. panic (cpu 4 0xffffff80169ce6fa appellant): Kernel trap at 0xffffff8016c4760c, type 13 = General protection, records: CR0: 0X000000008001003B, CR2: 0X00000

  • Why my Mac terminal displays this message each time when opening?

    Last login: Monday, May 23, 11:29:54 on ttys000 -bash: / Users/karthy/Library/Enthought/Canopy_64bit/User/bin/activate: no such file or directory

  • HP Officejet Pro 8600 Plus: HP Officejet Pro 8600 Plus printer-

    HP Officejet Pro 8600 Plus printer- Tried to copy both sides of a vehicle using ADF permit; paper too small (stupid user!); he copied the first side successfully. Now, I can't find the input document! How can I remove paper (which I can't find) which

  • Xeon processor is incompatiable message error Windows 10

    I'm looking for a fix so I can move my computer on windows 10, I have already installed Microsoft update but it does not always work for me. I have an old Intel Xeon 2.80 processor, am looking for a solution.

  • ReferenceError: Can't find variable: blackberry

    When I try to run this code: blackberry.pim.contacts.find(contactFields, null, onFindSuccess, onFindError); on the device, I got error in Web Inspector: ReferenceError: Can't find variable: blackberry Could someone help me? Thanks in advance