Realtime API for http server Windows Phone 8

Hi. I'm trying to create a realtime connection and I'm trying the figure out how to create consistent realtime connection with the server over http. I achieved this with sockets when I had a VPS and now I need to do the same thing over http server. Is there
a simple and easy way to achieve this? My aim is to create this
realtime-consistent connection with Windows Phone 8 Silverlight SDK.
Thanks in advance

Take a look at SignalR
http://channel9.msdn.com/posts/Building-real-time-connected-apps-with-Windows-Phone-8-and-SignalR

Similar Messages

  • Is there a timeline for availability on Windows Phone of W10?

    The vision of Microsoft is to have one integrated OS for workstation and phone.
    As part of the technical preview of W10 we would like to plan the W10 phone trials.
    Is there a timeline for availability on Windows Phone of W10 operating system?
    appreciate your answer,
    regards,
    Frank

    You may follow Window Blog:
    http://blogs.windows.com/
    And all information and announcements will be posted there.
    If you are looking for Universal Apps (which they could run both in Windows and Windows Phone), take a look at:
    http://msdn.microsoft.com/en-us/library/windows/apps/dn609832.aspx

  • API for Proxy Server Connection

    Hi,
    can anybody tell me any API for Proxy Server Connection in java EXCLUDING
    httpclient(apache) and setting system setting and making a urlconnection.

    hey thanx for replying
    Firstly i clear my requirement
    I want some other way of connecting to Proxy Server Irrespective of Httpclient and setting system properties and then making url Connection ,these ways are clear to me .
    I found one API HTTPClient (not belonging to apache Httpclient) its different
    u check this at
    http://www.innovation.ch/java/HTTPClient/api/index-all.html#_S_
    But the problem is this API Does't support NTLM
    i tried to found higher version of this API but i did't get .
    API should support :
    1. NTML
    2.JDK 1.4
    3.SOCKS (not necessary)
    4.HTTP protocol (other like FTP ... not necessary)

  • ActiveSync autodiscover not working for iPhone but for Android and Windows Phone

    Hi
    We have setup an Exchange 2013 hosted environment, where different mail domains are running on it.
    The main domain is mydomain.com. One of the client domains is customer.com.
    Autodiscover for customer.com has a cname which points to autodiscover.mydomain.com, on our firewall this url is redirected to autodiscover-s.mydomain.com, where our public certificate for mydomain.com is applied. Autodiscover for all
    our customers finally ends at autodiscover-s.mydomain.com.
    Outlook WebApp, Outlook Anywhere and ActiveSync for all customers is reachable through mail.mydomain.com.
    Everything works fine, except of autodiscover for iPhones. I always have to enter the server name mail.mydomain.com manually. After that ActiveSync works on iPhones as well.
    The Problem doesn’t exist on Androids and Windows Phones.
    Any suggestion?
    Regards
    Peter

    Yes, Interestingly same configuration is working in my home lab, but not working at customer. The version is 10.5
    Cannot say wireless issue as jabber for windows is working from wireless

  • Changing port for http server not working, please help

    Hi Gurus
    I installed standalone hhtp server from db companion cd on AIX 5.3 10gR2.
    I tested the http server URL http://XXX.XXX.XXX.com:7777/epdev/helloworld
    after creating a procedure in the db and it works
    But I need http server to use port 80 and not default of 7777
    I did 2 changes in httpd.conf - Port 80 and Listen 80 But after this I am not
    able to start http server . Can somebody tell me what am I missing here ?
    I even tried starting it as root and got error as well
    $HTTP_HOME/opmn/bin/opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=cov6053:6200
    0 of 1 processes started.
    ias-instance id=IAS-X-cov6053.6299
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=720916)
    failed to start a managed process after the maximum retry limit
    Log:
    /export/host/thishost/unix/cen/app/oracle/product/http10.2/opmn/logs/HTTP_Server~1
    The log file has this entry no error:
    07/11/15 10:45:26 Start process
    /export/host/thishost/unix/cen/app/oracle/product/http10.2/Apache/Apache/bin/apachectl start: execing httpd
    Thanks a lot for your help

    I was able to reslove this. Followed this :
    On UNIX, you will hare to run as root if you want to run on ports less than 1024.
    In order to run Oracle HTTP Server as root, perform the following steps:
    Shutdown Oracle HTTP Server using the following command:
    UNIX: ORACLE_HOME/opmn/bin> opmnctl [verbose] stopproc ias-component=HTTP_Server
    Change to root user. Navigate to ORACLE_HOME/Apache/Apache/bin on UNIX or ORACLE_HOME\Apache\Apache\bin on Windows and execute the following command:
    chown root .apachectl
    chmod 6750 .apachectl
    Exit root.
    Restart Oracle HTTP Server using the following command:
    UNIX: ORACLE_HOME/opmn/bin> opmnctl [verbose] restartproc ias-component=HTTP_Server

  • Authentication issue for Fedrated in Windows Phone mdm

    Hi group , i am implementing Windows phone MDM using Federated authentication mode. I succeeded in  OnPremise authentication mode. But if use  Federated authentication mode i am seeing following errors in logs. I am using windows phone
    8.1 device. I added EnrollmentPolicyServiceUrl,EnrollmentServiceUrl,AuthenticationServiceUrl
    in xml.
    GetEndpointsFromResponse() uses authentication mode (NULL). , 1, 45.574597604
     Unknown authentication mode (NULL) is used.
     Data transmission attempt (1) failed with (2149056518). , 1, 45.575081406
     [MDM Enroll End] Error HRESULT: 0x8018000
    Any advise would be greatly appreciated.

    This error suggests that the AuthPolicy node of your discovery response is either empty or could not be found. 
    Can you post the payload of your discovery response in this case?
    Eric Fleck, Windows Store and Windows Phone Developer Support. If you would like to provide feedback or suggestions for future improvements to the Windows Phone SDK please go to http://wpdev.uservoice.com/ where you can post your suggestions and/or cast
    your votes for existing suggestions.

  • Need XML APIs for finding server status details

    Hi,
    Can any one help me with the XML API format for finding server status details like Admin State,Avail State,Assoc State,etc.
    Thanks and Regards
    -Prateek

    Here is a very basic example.  I pulled out all the extra error trapping / logging.  I have been building a module that simplifies  most of this .. will produce simple Dumper output for what you are generally looking to do.
    The below example will connect to a default UCSM emulator ( http://developer.cisco.com/web/unifiedcomputing/start ) .. just change IP to match.  If you want a significantly more detailed information ( hierarchical ) ... change inHierarchical="false" to  inHierarchical="true".
    Let me know if you want something more specific.
    #!/usr/local/bin/perl
    use strict;
    use warnings;
    use Data::Dumper;
    use LWP::UserAgent;
    use HTTP::Request::Common;
    use XML::Simple;
    use POSIX;
    $Data::Dumper::Purity = 1;
    $Data::Dumper::Useqq = 1;
    ### Configurables
    my $ucsm = "10.#.#.#";
    my $user = "config";
    my $pass = "config";
    my $proto = "http";
    my $cookie;
    my $xml = XML::Simple->new();
    my $xml_blade = XML::Simple->new(ForceArray => ['computeBlade']);
    ## Setup User Agent
    my $ContentType = "application/x-www-form-urlencode";
    my $userAgent = LWP::UserAgent->new(agent => 'perl post');
    $userAgent->timeout(5);
    &connect;
    my $blades = &getblade;
    print Dumper $blades;
    &disconnect;
    ### Subroutines
    sub connect {
       my $message = q();
       print 'http://'.$ucsm.'/nuova\n';
       my $response = $userAgent->request(POST $proto.'://'.$ucsm.'/nuova', Content_Type => $ContentType, Content => $message);
       my $xml_ref = $xml->XMLin($response->content);
       $cookie = $xml_ref->{outCookie};
    sub getblade {
       my $message = q();
       my $response = $userAgent->request(POST $proto.'://'.$ucsm.'/nuova', Content_Type => $ContentType, Content => $message);
       my $xml_ref = $xml_blade->XMLin($response->content, keyattr => []);
       return $xml_ref->{outConfigs};
    sub disconnect {
       my $message = q();
       my $response = $userAgent->request(POST $proto.'://'.$ucsm.'/nuova', Content_Type => $ContentType, Content => $message);

  • How to open standard New Contact Dialog and set phone for it on WIndows Phone 8.1

    It is not possible to add contact to strandard collection. You can add contact only to your application collection. But if your application will be removed you will lost all it contacs.
    That's why I want to open standard windows phone 8.1 dialog for adding new contact user and set Phone in it.
    Is it possible to open standard dialog for adding contact with specifi info from C# ?
    My .NET Blog with projects and feedback.
    Since May 30, 2014 I am waiting for Microsoft fix
    these 2 bug. If you know how to speed them up, please help

    I guess another option is to have the users log in with there Microsoft account and add contacts to there Microsoft account with the live sdk

  • Can I use Apache2.2.4 for Http server?

    Hi,
    I find some information from here:
    problem in install workflow middle tire and install apache
    The workflow install steps:
    1. Oracle 10g R2 database
    2. Workflow server release 2.6.3 from standlone download
    3. Then run the workflow configuration agent to install the database objects
    4. Oracle HTTP server and Workflow mid tier components (this asks for the WF connection details)
    5. Oracle Workflow client, from the 10g client CD.
    1-3 is ok,my problem is :what is Oracle HTTP Server? How can i install it? Can I use Apache2.2.4 replace it?
    Thanks.

    I had install Oracle HTTP server from Oracle Database 10g Companion CD.

  • ActiveSync and Personal Contact Groups for Mobile (incl Windows Phone)

    Hello,
    As more MDM's (including BES10, Airwatch, native Windows Phone etc - besides Good For Enterprise) are moving towards EAS for enterprise e-mail sync, and I myself have 2 devices which have forced me to use EAS, I noticed that the various personal contact
    groups that I've created in Outlook are no longer available from these devices. Only on my BES 7 blackberry torch can I still find the personal distribution lists a.k.a. contact groups (not from GAL, but created in outlook) to appear, probably since it doesn't
    use EAS.Is there a way to enable syncing personal distribution lists? It seems to be a real productivity killer to not have this ability and to try and remember the group's members or select them especially for larger lists each time.
    Thank you

    Thanks for the reply (although the link you provided is referencing using Outlook 2013 for Outlook.com type hosted accounts). My situation is Outlook in an on-prem enterprise Exchange environment but with mobile devices that connect to exchange via EAS.
    If the response is still the same, then my follow up question is - why not? And what is the alternative to "contact groups" in the EAS world?

  • Transitions for page navigation windows phone 8 VS3013

    Hi. I installed the WPtoolkit and the
    Microsoft.Phone.Controls.Toolkit is under the references in References folder and I still can't use thenamespace
    Microsoft.Phone.Controls.Toolkit.dll in code-behind file? How do I add transition effects between page navigation? Thank you in advance.
    I also tried to add this line in the XAML:
    xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"

    Here's an example.
    Open a new project and select the Windows Phone Silverlight Databound App template (using this as an example because it has multiple pages already set up).
    Install WPToolkit using Nuget.
    In App.xaml.cs, search for this line:
            RootFrame = new PhoneApplicationFrame();
    and replace it with this:
            RootFrame = new TransitionFrame();
    In both MainPage.xaml and DetailsPage.xaml, add the xmlns:
        xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"
    and add this xaml before the LayoutRoot:
    <toolkit:TransitionService.NavigationInTransition>
    <toolkit:NavigationInTransition>
    <toolkit:NavigationInTransition.Backward>
    <toolkit:TurnstileTransition Mode="BackwardIn" />
    </toolkit:NavigationInTransition.Backward>
    <toolkit:NavigationInTransition.Forward>
    <toolkit:TurnstileTransition Mode="ForwardIn" />
    </toolkit:NavigationInTransition.Forward>
    </toolkit:NavigationInTransition>
    </toolkit:TransitionService.NavigationInTransition>
    <toolkit:TransitionService.NavigationOutTransition>
    <toolkit:NavigationOutTransition>
    <toolkit:NavigationOutTransition.Backward>
    <toolkit:TurnstileTransition Mode="BackwardOut" />
    </toolkit:NavigationOutTransition.Backward>
    <toolkit:NavigationOutTransition.Forward>
    <toolkit:TurnstileTransition Mode="ForwardOut" />
    </toolkit:NavigationOutTransition.Forward>
    </toolkit:NavigationOutTransition>
    </toolkit:TransitionService.NavigationOutTransition>
    /li>

  • Security for HTTP server

    hi
    i want to disable the Administration Page for being seen by the users and want that, to see the main page of HTTP server where we have links for configuration of our HTTP server, a user must supply a username and pasword. So how do i create users to use my HTTP server's main page?
    i have searched in the documentaion but couldnot find it
    Can anyone guide me?
    Regards

    There's new security updates with a link to the PPC version at [Security Update 2008-008|http://www.apple.com/downloads/macosx/apple/security_updates/securityupdate20080 08serverppc.html]. Note, however, that this says it is for PPC Server.
    That link is for the server version. You need
    <http://support.apple.com/downloads/SecurityUpdate_2008_008__Client_PPC>
    The [Apple security updates|http://support.apple.com/kb/HT1222] page provides information that Security Update 2008-008 is released for "Mac OS X 10.4.11, Mac OS X 10.5 - 10.5.5" on 15 Dec 2008, with more information on [this page|http://support.apple.com/kb/HT3338] which is entitled, "About the security content of Security Update 2008-008 / Mac OS X v10.5.6" Note that while the referring page says this is for 10.5-10.5.5 and is a security update, the referred page seems to treat it as an OS update to Leopard to 10.5.6 There's embedded reference to 10.4.11 but it's not obvious this is for Tiger too.
    The same security fixes are in this update and the Leopard 10.5.6 update/
    I'm assuming that because Software Update notified me of this update that it thinks I should install it (and it took me ages to find the actual links to it on Apple's download pages). I'm just confused that it doesn't say outright that this is for plain old Tiger too instead of just Server versions and/or no mention of Tiger at all in the header and just Leopard and even then it seems all messed up as to the Leopard versions.
    Why not let Software Update ginstall it? It would get the correct version.

  • When is the release date for Firefox on Windows Phone? (Specifically the 'phone of the year' - the Lumia1020). Thank you.

    New to the Windows Phone environment (former Apple fanboy/big Android fan)... the Lumia1020 had such an amazing camera, I had to switch. And it's incredible. No regrets so far...I really am surprised how much I like the WP interface... the live tiles/customization is incredible... and they are starting to get all the major apps now (obviously no where near the selection as the competition, but enough of the big ones where I can still function as I did). Sadly though they are still severely lacking in this browser category. Internet Explorer is too slow. Whoever comes to market first - Firefox or Chrome is going to have a monopoly on their hands going forward... I'd highly suggest you get a team of developers and start working on an app as soon as possible. It's a win-win for everyone!
    Thank you

    Currently there are no plans for a version of Firefox for Windows Mobile.

  • Hello ~ can anyone tell me if I can get flash player for HTC HD7 windows phone?

    HELLO IS THERE ANYONE OUT THERE THAT CAN TELL ME IF THERE IS A FLASH PLAYER AVAILABLE FOR THE T-MOBILE HTC HD7 WINDOWS MOBILE PHONE? I CANNOT GET ANY ANSWERS OUT OF T-MO & I CANNOT WATCH ALL THOSE FUN VIDEOS WITHOUT IT...I WOULD TRULY APPRECIATE IT....THANKS....JILL

    Apple does not have email support. If you're not getting the email verification from Apple, check your anti-spam filters, on your computer and with your email provider, to make sure that emails from Apple aren't being blocked. You can also try the Security Questions option rather than the email authentication. See:
    http://support.apple.com/kb/HE36
    Otherwise, you'll need to call Apple support:
    http://support.apple.com/kb/HE57
    Regards.

  • ODL logging for HTTP server?

    The "Oracle Application Server 10g Administrator's Guide
    10g (9.0.4)" says that logging for the HTTP_server can be done in ODL format - but I sure can't find anywhere where one would configure said logging.... anyone know how that's done?

    thanks for that link... i looked and i didn't find the parameters that I was hoping to find: max log file size and number of archive versions to keep.... did I miss that? We don't want to have to shut down the containers and manually delete log files..... I think I've figured out how to deal with this at the app server level, but not at the HTTP level.
    thanks.

Maybe you are looking for

  • Under SHARE, IDVD is grey, what step am I missing? Only MEDIA BROWSER and ITUNES is active?

    I'm unable to SHARE my IMOVE since IDVD is grey and not active, only MEDIA BROWSER and ITUNES. I'm using ITUNES '11.

  • How to use  in EP7.3????

    hi friends, in Ep 7.0 i have  used these things in my code.... 1.IUserFactory,IUserAccountFactory, IUserMaint, IUserAccount,UMFactory 2.<% String ImageUrl=componentRequest.getWebResourcePath()+"/images/";%> How to use above two steps in EP7.3???? Reg

  • Download old database version

    Hi, Could anyone tell me where can I find oracle database 8.1.7.0.0? Thanks.

  • Strange behavior of ZipInputStream

    I have a problem with ZipInputStream. Essentially, I receive and InputStream (that's why I cannot use ZipFile), and I need to unzip it and read all its entries. The problem is that the entries are xml files, so I need to build the dom, but when I cal

  • Display a Excel File

    Dear All, I will like to diplay a Excel file or a Excel sheet in a JSP. The sheet has a graphic. Would anyone give me a sample code for this? ( jsp and class ) Thanks, Jones