Troubles with client certificates in Windows Phone 8.1 WebViews

Hi,
I'm having difficulties using a client certificate in Windows Phone 8.1 WebViews.
My code works fine in my Windows 8.1 App but i get a WebErrorStatus=[CertificateIsInvalid] in WebView.NavigationCompleted in WP.
I'm using this code to import my certificate :
await CertificateEnrollmentManager.ImportPfxDataAsync(certificateBase64, certificatePassword, ExportOption.NotExportable, KeyProtectionLevel.NoConsent, InstallOptions.None, "MyClientCertificate");
I have no problem using this cert in HttpClient with either Windows 8.1 or Windows Phone 8.1.
I don't understand why it doesn't work with the WebView control only on Windows Phone.

Tried it with no success.
But I just found this : https://blogs.msdn.com/b/wsdevsol/archive/2014/07/31/programmatically-create-and-configure-a-client-certificate-for-use-in-your-windows-runtime-based-app.aspx?Redirected=true
With the note at the bottom: 
Note: For Windows Phone 8.1, you need to attach the Client Certificate programmatically. For Windows, once you install the Client Certificate to the app container
store and do not attach the client certificate with the HttpClient request, the HttpClient class will automatically detect that there is a single certificate installed in the app container store and forward it to the server. However in the case of Windows
Phone 8.1, there is no such “automatic” selection of the certificate and one MUST provide the certificate programmatically.
Since there seems to be nothing to attach a custom HttpBaseProtocolFilter to a WebView, it doesn't seem possible atm.

Similar Messages

  • Having trouble with iTunes playing on my phone...how do I adujust playlist from playing same song over and over...driving me crazy!....

    having trouble with iTunes playing on my phone...how do I adujust playlist from playing same song over and over...driving me crazy!....

    Check and make sure the repeat indicator isn't set to repeat the same song.  It will have a little number 1 inside a circle on it if it is. Just keep hitting it until it goes white.  It will cycle through repeat all, repeat 1, and repeat none.

  • Project Server 2010 Web services access with Client Certificate Authentication

    We switched our SharePoint/Project Server 2010 farm to use client certificate authentication with Active Directory Federation Services (AD FS) 2.0, which is working without issue. We have some administrative Project Server Interface (PSI)
    web service applications that no longer connect to server with the new authentication configuration.  Our custom applications are using the WCF interface to access the public web services.
    Please let us know if it is possible to authenticate with AD FS 2.0 and then call
    Project Server web services. Any help or coding examples would be greatly appreciated.

    what is the error occurred when the custom PSI app connects?
    can you upload the ULS logs here for research?
    What is the user account format you specified in the code for authentication?
    For proper authorization, the “user logon account” in PWA for the user needs to be changed from domain\username to the claims token (e.g.
    'I:0#.w|mybusinessdomain\ewmccarty').
    It requires you to manually call the UpnLogon method of
    “Claims to Windows Token Service”. if (Thread.CurrentPrincipal.Identity is ClaimsIdentity)  
    {  var identity = (ClaimsIdentity)Thread.CurrentPrincipal.Identity;  }  
    if (Thread.CurrentPrincipal.Identity is ClaimsIdentity)
    var identity = (ClaimsIdentity)Thread.CurrentPrincipal.Identity;
    Than you need to extract UPN-Claim from the identity.
    Upload the verbose log if possible.
    Did you see this?
    http://msdn.microsoft.com/en-us/library/ff181538(v=office.14).aspx
    Cheers. Happy troubleshooting !!! Sriram E - MSFT Enterprise Project Management

  • In iPad how to use webdav nab   with client certificate

    I have created one webdav enable site in apple mac mini server using apache. The webdav site is secured with https as well as client certificate.
    While browsing the website using safari/IE everything is working fine,but with ipad's webdav utility it is not working.Client cert is not picking up by webdav nav tool, although the client ssl cert is installed in ipad.

    Hi Olek
    I Have a working WebDAV setup with tomcat 6.0
    the only problem is this only works on windows XP
    anyway here is the code,
        <servlet>
        <servlet-name>webdav</servlet-name>
        <servlet-class>org.apache.catalina.servlets.WebdavServlet</servlet-class>
        <init-param>
          <param-name>debug</param-name>
          <param-value>0</param-value>
        </init-param>
        <init-param>
          <param-name>listings</param-name>
          <param-value>true</param-value>
        </init-param>
        <!-- Uncomment this to enable read and write access -->
        <init-param>
          <param-name>readonly</param-name>
          <param-value>false</param-value>
        </init-param>
        <load-on-startup>1</load-on-startup>
      </servlet>
      <!-- The mapping for the webdav servlet -->
      <!-- Using /* as the mapping ensures that jasper, welcome files etc are
           over-ridden and all requests are processed by the webdav servlet.
           This also overcomes a number of issues with some webdav clients
           (including MS Webfolders) that do not respond correctly
    to the
           redirects (302) that result from using a mapping of / -->
      <servlet-mapping>
        <servlet-name>webdav</servlet-name>
        <url-pattern>/*</url-pattern>
      </servlet-mapping>put that in your web.xml file
    and here is a basic example of how to use it in a jsp.
    <%
    String networkPath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + request.getContextPath() + "/";
    %>
    <body onload="document.getElementById('anchor').click();">
        <a id="anchor" href="<%= networkPath %>Temp/Test/file.doc" folder= "<%= networkPath/Temp/Test/">
               Open in Web Folder View
        </a>
    </body>Hope this helps you

  • IOS 4.3 upgrade breaking ActiveSync profiles with client certificates

    After upgrading iOS iPhones from 4.2 to 4.3 they are unable to authenticate to ActiveSync. The ActiveSync profiles on the phones have a client certificate associated with them and the ActiveSync server requires client certs for authentication. I am also unable to remove the profiles from the iphone that include the client cert/activesync profile.
    Anyone else experiencing this problem. I am 3 for 3 so far, all three have the same issue. I have only been able to get around the issue by restoring a 4.2 backup which enabled me to remove the profiles and install new ones.

    Hi all,
    Apple have come back to us about the case we opened.
    In our profile we have two payloads configured, the activesync payload (with a user certificate) and the credentials payload which has a user certificate and our enterprise root certs.
    The Apple engineers are saying the issue is the user cert in the Credentials payload. Apparently in 4.3 they have made some changes here.
    (when I say User cert I mean a certificate with a usage of client auth, and also in our case we have the users UPN in the subject line (or you can enter it as a SAN), so every user has a cert)
    Apple say 4.3 upgrade should be Ok without this cert in the payload.
    It will be tomorrow before I can test this.
    But the thing is, we need that cert in there because we have extra security (cert auth) on some of our public mobile focused websites, i.e. the sites challenge for a certificate (and then challenge for credentials).
    So we may have a work around (that requires new profiles loaded) but going forward we still need to see some sort of fix, i.e. no need to reload profiles (4.3.x ?).
    I'll post here when I get more info ... and thanks to Jeremy at Apple for calling me yesterday and going through it, much appreciated.
    Cheers,
    Aengus

  • How do I distribute a dll with UserControl made for Windows Phone 8.1 Xaml WinRT to other developers

    I have created a dll for Windows Phone 8.1 Xaml WinRT.  It has two UserControls and two classes with APIs for developers to use.  In the Silverlight environment, I would just send the DLL from the BIN directory to the other developers who would
    reference it and be able to consume the UserControls.
    With WP 8.1 Xaml there are several files in the BIN directory besides the DLL; there is also the following:
    A .pdb file
    A .xbf for each UserControl
    A .pri file
    A .xr.xml file
    When I send it to the other developers and they have all of the files from the BIN directory, they reference the .DLL but get the following when they try to use one of the UserControls at design time:
    TargetInvocationException: Exception has been thrown by the target of an invocation.
    TypeLoadException: Could not find Windows Runtime type 'Windows.UI.Xaml.TickBar'.How do I need to package this for the other developers to be able to consume properly.  I looked at Visual Studio
    Extensions that that seems like a lot of work to just send someone a DLL.
    Dick

    Hello Dick , 
    I have a problem similar to your problem, currently I am making a one dll file that contained  one class file and one User control. after build project
     I could see files like  this a photo.
    Acutually I am trying to  make a extension sdk, but I don't know correctly how to place files to dirctroy.
    As mentioned by you I tried to follow.
    LIBRARYNAME.dll
    LIBRARYNAME.pri
    LIBRARYNAME(folder)
    ---UserControl.xbf
    ---UserControl.xaml
    ---UserControl.xr.xml
    But I can not use the xaml( usercontrol.xaml ) on when installed in other apps.
    This is my vsix folder sturucutre ,Let me know if you ever know about that
    best regard 
    Derrick

  • Mobile safari no longer able to authenticate with client certificate in ios 5...

    was working in 4.3.5 on iPad, but no more. Imported the cert with ipcu but Safari  seems to not recognize that there is a cert installed. All certs are using sha1

    Some additional info - the imported certificate works fine for Activesync, VPN, and WiFi, so I know it is installed correctly.  When connecting to a web server that requires the certificate, the following is logged in the IPCU console:
    MobileSafari[368] <Warning>: no itentities, but we have a challenge <NSURLAuthenticationChallenge: 0x2eeea0>
    So to me, it looks like the Web server is requesting the client certificate, but mobilesafari does not see the identity certificate I imported.

  • HTTPS connection with client certificate not working in spartan

    Spartan does not show certificate for the user to select
    when I click the https link.
    The certificates (taken from a smartcard) are indeed present in the user CertStore.
    It works with IE 11 and Chrome.
    Has somebody any suggestions ?
    Thanks.

    in fact you are more using a reverse-proxy than a proxy since it is on the server part..
    You have to put all the SSL server part on the reserve-proxy itself and not on the final RSS feed. Then, the reverse-proxy will authenticate your client and gets its certificate. After that, either this proxy will open a plain connection (no ssl) towards the RSS, or you can also open a ssl connection but this means you must create a client certificate for the proxy. It just depends on the security level you need, and I used this solution many times in professional hosting.
    hope it helps !

  • Problem with client certificate based authentication

    Hello.
    We are developing an AIR application that uses client
    certificates for authentication. We have written a simple test case
    to show the problem.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:WindowedApplication xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:Script>
    <![CDATA[
    import mx.controls.Alert;
    private function responseHandler(): void {
    Alert.show("Response received");
    ]]>
    </mx:Script>
    <mx:HTTPService id="exampleService"
    url="https://www1.aeat.es/pymes1/pacargoi.html"
    showBusyCursor="true"
    result="responseHandler()">
    </mx:HTTPService>
    <mx:Button label="Send"
    click="exampleService.send()"/>
    </mx:WindowedApplication>
    When we click on the button, it sends the request to the
    protected page and then (if you have CA emitted certificates) the
    dialog appears requesting the client certificate. And it works
    fine.
    But next time we click on the button, the dialog requesting
    the client certificate appears again.
    Is there a way to stop showing the dialog every time?
    Any help would be very appreciated.
    Thanks a lot for your support.
    Paco.

    I have just sent a Feature Request/Bug Report with the
    following text:
    "We are experiencing a problem using AIR with a server that
    requires authentication via client certificate.
    The dialog for selecting the client certificate appears every
    time that the AIR application interacts with the server (not only
    the first time).
    Steps to reproduce bug:
    1. Install Apache HTTP Server with SSL and require client
    certificate in order to authenticate.
    2. Develop an AIR Application that connects to this server
    (HTTPService or RemoteObject have been tested with the same
    result).
    3. Every time that the AIR application connect to the
    server, the dialog appears in order the user to select the client
    certificate.
    Results: This makes the AIR application unusable.
    Expected results: The dialog requesting the client
    certificate should appear the first time only."
    Thanks,
    Paco.

  • Proxy https connection with client certificate credentials

    Hello, we are building a application like netvibes/iGoogle which allows users to have portlets with rss feeds in them. The portlets are all loaded using ajax and therefore, the RSS feeds must exist on the same domain as the portal. If they don't, you run into problems with cross-domain security issues with ajax. Usually to get around this you just proxy the connection on the server which is very simple with rss feeds that are exposed via http. We however have many feeds that are exposed via https. These feeds likely require a client certificate to authenticate them. Therefore, just doing a basic proxy (take the distant url and open a new connection on the server) won't work because it will build the new connection with the servers credentials and not the users.
    Is there a way to build the connection on the server using the users credentials?? How can we proxy this connection over https?
    If anyone has ideas, please let me know.
    Thanks!

    in fact you are more using a reverse-proxy than a proxy since it is on the server part..
    You have to put all the SSL server part on the reserve-proxy itself and not on the final RSS feed. Then, the reverse-proxy will authenticate your client and gets its certificate. After that, either this proxy will open a plain connection (no ssl) towards the RSS, or you can also open a ssl connection but this means you must create a client certificate for the proxy. It just depends on the security level you need, and I used this solution many times in professional hosting.
    hope it helps !

  • ACE 4710 - Continuing SSL Session Setup with Client Certificate Failures

    Dears,
    I have a Cisco ACE (image: c4710ace-t1k9-mz.A5_2_1.bin) configured for SSL termination with load balancing in addition to client authentication. I have a situation that require the ACE to pass expired client certificate currently deployed on some clients.
    which is the best option from the following to apply using the authentication-failure command in parameter map SSL configuration mode.
    - authentication-failure ignore [Only]
    OR
    - authentication-failure redirect cert-expired
    OR
    - authentication-failure ignore with authentication-failure redirect cert-expired
    Appreciate your help

    Dear Kanwalsi
    To pass only cert-expired !!! what do you think to apply the following
    parameter-map type ssl TEST
    authentication-failure ignore
    authentication-failure redirect unknown-issuer url http://TEST.com/sorry.html 302
    authentication-failure redirect no-client-cert url http://TESt.com/sorry.html 302
    authentication-failure redirect cert-has-signature-failure url http://TESt.com/sorry.html 302
    authentication-failure redirect cert-other-error url http://TESt.com/sorry.html 302
    authentication-failure redirect cert-revoked url http://TESt.com/sorry.html 302
    authentication-failure redirect crl-has-expired url http://TESt.com/sorry.html 302
    authentication-failure redirect crl-not-available url http://TESt.com/sorry.html 302

  • Eprint - Problem with ePrint Mobile and Windows Phone

    Good morning,
    I purchased a printer Officejet Pro 8600 and I have the following problem:
    When we try to print from mobile Nokia Lumia 920 with Windows Phone 8, works fine if I print via  attached text files (. DOC,. Txt) or. PDF or text in the message body. But when attachment is, image files (. JPG) does not work and,at the history ePrintCenter,  shows an DISCARDED or  ERROR message (attached copy of the screen). The same image files, sending mail from a PC, print correctly.
    I need help. Thank you.

    Hi kbdseattle,
    Thank you for being an active member of the HP Support community.
    The only way to ePrint from a Windows-based mobile phone is to email the printer.  You can find the printer's email address by pressing the 'ePrint' icon on the front panel of your printer.  When you press this icon it should display the printer's email address.  If it's not and asking you to accept the terms of service you haven't activated the web services and set up the ePrint functionality of the printer.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • Trouble with calendar and events populating phone

    I am having a significant amount of trouble with getting my phone to populate my calendar and my events.  I have had trouble with this since I got my phone at the end of April and I am getting tired of it.  If i put new calendar entries in on my local calender or I sync from my active sync calender, the result is the same - nothing will show.  The strange thing is is that the reminders will open up, everything is invisible to me.  I've reinstalled the software and have been through the settings on my calender accounts.  I am a business person and this is very important to me and I am starting to get frustrated with this. 
    Any help would be greatly appreciated!

    Ok, I finally figured it out or better I finally got it to work after playing with it. For those who have the same issues I will give you the steps I have taken. It might sound a bit senseless but I didn't know what I was doing might actually make it work.
    Anyways, I read somewhere that in order to be able to set a default Calendar in Settings they added a CalDAV account. I didn't have one but I do have a gmail account. Before adding that I tried again turning on and off the iCloud calendar which didn't help.
    Then I went to the ical app on the iphone and added a new calendar which I called the same as my main one on the iCloud site (HomeCloud). I rebooted the phone every time I made a change. But didn't help either.
    Then I deleted my iCloud account on the iphone reboooted and added it again, rebooted. Now the "Calendars" calendar was not on the iphone anymore but I could see my main HomeCloud, my UK Holiday and the gmail account calendar but nothing was synced.
    Last step I tethered the iphone to my imac and synced via iTunes again and voila I could see everything synced correctly. Last thing I had to uncheck the gmail calendar on the iphone because it was set as the default and now the events I put in the iphone sync correctly with the iCloud site and my icals on my machines.
    I hope this will help whoever has the same issue.

  • I heve problem with my WCF and Windows phone 8

    This's IserviceBotanero.cs
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Runtime.Serialization;
    using System.ServiceModel;
    using System.Text;
    namespace WcfServiceBotanero
    // NOTA: puede usar el comando "Rename" del menú "Refactorizar" para cambiar el nombre de interfaz "IServiceBotanero" en el código y en el archivo de configuración a la vez.
    [ServiceContract]
    public class Producto
    int idProducoto;
    [DataMember]
    public int IdProducoto
    get { return idProducoto; }
    set { idProducoto = value; }
    string nombreProductos;
    [DataMember]
    public string NombreProductos
    get { return nombreProductos; }
    set { nombreProductos = value; }
    int cantidad;
    [DataMember]
    public int Cantidad
    get { return cantidad; }
    set { cantidad = value; }
    string precioCompra;
    [DataMember]
    public string PrecioCompra
    get { return precioCompra; }
    set { precioCompra = value; }
    string precioVenta;
    [DataMember]
    public string PrecioVenta
    get { return precioVenta; }
    set { precioVenta = value; }
    string descripcion;
    [DataMember]
    public string Descripcion
    get { return descripcion; }
    set { descripcion = value; }
    [ServiceContract]
    public interface IServiceBotanero
    [OperationContract]
    List<Producto> listado();
    void DoWork();
    this is ServicesBotnero.svc
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Runtime.Serialization;
    using System.ServiceModel;
    using System.Text;
    namespace WcfServiceBotanero
    // NOTA: puede usar el comando "Rename" del menú "Refactorizar" para cambiar el nombre de clase "ServiceBotanero" en el código, en svc y en el archivo de configuración a la vez.
    // NOTA: para iniciar el Cliente de prueba WCF para probar este servicio, seleccione ServiceBotanero.svc o ServiceBotanero.svc.cs en el Explorador de soluciones e inicie la depuración.
    public class ServiceBotanero : IServiceBotanero
    DataClasseBotaneroDataContext botanero = new DataClasseBotaneroDataContext();
    public List<Producto> listado()
    var qry = from p in botanero.producto
    select new Producto
    IdProducoto = p.idProducoto,
    NombreProductos = p.nombreProducto,
    PrecioCompra = p.precioCompra,
    PrecioVenta = p.precioVenta,
    Descripcion = p.Descripcion
    return qry.ToList();
    public void DoWork()
    page view 
    <phone:PhoneApplicationPage
    x:Class="PhoneApp1.PageProductolocal"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone"
    xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    FontFamily="{StaticResource PhoneFontFamilyNormal}"
    FontSize="{StaticResource PhoneFontSizeNormal}"
    Foreground="{StaticResource PhoneForegroundBrush}"
    SupportedOrientations="Portrait" Orientation="Portrait"
    mc:Ignorable="d"
    shell:SystemTray.IsVisible="True">
    <!--LayoutRoot es la cuadrícula raíz donde se coloca todo el contenido de la página-->
    <Grid x:Name="LayoutRoot" Background="Transparent">
    <Grid.RowDefinitions>
    <RowDefinition Height="Auto"/>
    <RowDefinition Height="*"/>
    </Grid.RowDefinitions>
    <!--TitlePanel contiene el nombre de la aplicación y el título de la página-->
    <StackPanel Grid.Row="0" Margin="12,17,0,28">
    <TextBlock Style="{StaticResource PhoneTextNormalStyle}">
    <Run Text="Productos"/>
    <LineBreak/>
    <Run/>
    </TextBlock>
    </StackPanel>
    <!--ContentPanel. Colocar aquí el contenido adicional-->
    <Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">
    <ListBox x:Name="ldlProducto" >
    <ListBox.ItemTemplate>
    <DataTemplate>
    <StackPanel HorizontalAlignment="Center">
    <TextBlock Padding="10" Text="{Binding IdProducto }" ></TextBlock>
    <TextBlock Text="{Binding NombreProduco }" ></TextBlock>
    <TextBlock Text="{Binding PrecioCompra }" ></TextBlock>
    <TextBlock Text="{Binding PrecioVenta }" ></TextBlock>
    <TextBlock Text="{Binding Cantidad }" ></TextBlock>
    <TextBlock Text="{Binding Descripcion }" ></TextBlock>
    </StackPanel>
    </DataTemplate>
    </ListBox.ItemTemplate>
    </ListBox>
    </Grid>
    </Grid>
    </phone:PhoneApplicationPage>
    PageProductolocal.xaml.cs
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Windows.Documents; //
    using System.Windows.Input; //
    using System.Windows.Media; //
    using System.Windows.Media.Animation; //
    using System.Windows.Shapes; //
    using System.Net;
    using System.Windows;
    using System.Windows.Controls;
    using System.Windows.Navigation;
    using Microsoft.Phone.Controls;
    using Microsoft.Phone.Shell;
    using PhoneApp1.ServiceReferenceBotanero;
    namespace PhoneApp1
    public partial class PageProductolocal : PhoneApplicationPage
    public PageProductolocal()
    InitializeComponent();
    //instancia o Referencia al wcf
    ServiceBotaneroClient proxy = new ServiceBotaneroClient();
    proxy.listadoCompleted += new EventHandler<listadoCompletedEventArgs>(listado);
    proxy.listadoAsync();
    private void listado(object sender, listadoCompletedEventArgs e)
    if (e.Error == null)
    ldlProducto.ItemsSource = e.Result;
    and SW Runing
    So and this is the error shown
    El código de usuario no controló System.ServiceModel.CommunicationException
    HResult=-2146233087
    Message=The remote server returned an error: NotFound.
    Source=System.ServiceModel
    StackTrace:
    at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result)
    at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
    at System.ServiceModel.ClientBase`1.ChannelBase`1.EndInvoke(String methodName, Object[] args, IAsyncResult result)
    at PhoneApp1.ServiceReferenceBotanero.ServiceBotaneroClient.ServiceBotaneroClientChannel.Endlistado(IAsyncResult result)
    at PhoneApp1.ServiceReferenceBotanero.ServiceBotaneroClient.PhoneApp1.ServiceReferenceBotanero.IServiceBotanero.Endlistado(IAsyncResult result)
    at PhoneApp1.ServiceReferenceBotanero.ServiceBotaneroClient.OnEndlistado(IAsyncResult result)
    at System.ServiceModel.ClientBase`1.OnAsyncCallCompleted(IAsyncResult result)
    InnerException: System.Net.WebException
    HResult=-2146233079
    Message=The remote server returned an error: NotFound.
    Source=System.Windows
    StackTrace:
    at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)
    at System.Net.Browser.ClientHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
    at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult result)
    InnerException: System.Net.WebException
    HResult=-2146233079
    Message=The remote server returned an error: NotFound.
    Source=System.Windows
    StackTrace:
    at System.Net.Browser.ClientHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)
    at System.Net.Browser.ClientHttpWebRequest.<>c__DisplayClasse.<EndGetResponse>b__d(Object sendState)
    at System.Net.Browser.AsyncHelper.<>c__DisplayClass1.<BeginOnUI>b__0(Object sendState)
    InnerException:
    That is not what I need or what the error if 
    Help Me!

    Hi,
    You could try to use HttpClient to consume wcf in windows phone 8.
    Here is an exsample you could refer:
    http://stackoverflow.com/questions/21536825/windows-phone-8-call-wcf-web-service
    Besides, you could refer to :
    http://www.codeproject.com/Questions/691619/Consuming-WCF-Service-from-Windows-Phone
    Since this issue is more related to Windows Phone, If my reply no help, please move to Windows Phone forum for a better support, It is appropriate and more experts will assist you.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • IOPS with client certificate

    hi,
    i have a servlet that calls a corba service via IOPS using weblogic's internal
    ORB. doing SSL without client certificate works fine - but when the server requests
    a client certificate in the SSL handshake, the call fails. on the server i see,
    that no certificate has been sent.
    in the debug output of the client there is the following exception:
    <May 27, 2004 10:39:36 AM PDT> <Debug> <TLS> <000000> <HANDSHAKEMESSAGE: CertificateRequest>
    <May 27, 2004 10:39:36 AM PDT> <Debug> <TLS> <000000> <HANDSHAKEMESSAGE: ServerHelloDone>
    <May 27, 2004 10:39:36 AM PDT> <Debug> <TLS> <000000> <........... Eating Exception
    java.lang.ArrayIndexOutOfBoundsException: 1 >= 1
    at java.util.Vector.elementAt(Vector.java:427)
    at com.certicom.tls.interfaceimpl.CertificateSupport.getAuthChain(Unknown Source)
    is this a known issue? or do i just have to fix my config somehow... i'm using
    weblogic 8.1sp2
    thanks

    "yves" <[email protected]> writes:
    java.lang.ArrayIndexOutOfBoundsException: 1 >= 1
    at java.util.Vector.elementAt(Vector.java:427)
    at com.certicom.tls.interfaceimpl.CertificateSupport.getAuthChain(Unknown Source)
    is this a known issue? or do i just have to fix my config somehow... i'm using
    weblogic 8.1sp2Its not an issue that I know about but it looks like an SSL
    problem. You should probably contact support.
    Thanks
    andy

Maybe you are looking for

  • Install error on Siebel 8.1.1

    I have seen a couple of posts from people who have had the same error as we are geting when installing Siebel 8.1.1 on Windows 2008 with SQL Server 2008. However, there has never been a post as to how the problem is resolved. We have 4 Siebel Servers

  • Got new phone and ibooks didn't sync

    When I got a new phone and pluged it in to sync/restore from my previous phone, by ibooks didn't sync.  I can't seem to find any list on itunes of the books I had purchased and/or how to transfer them to my new phone. 

  • Class inhertis from JButton, but button is not visible

    Hi! I'm having a class that inherits JButton. The idea was to give the button additional parameters, so it inherits from JButton to have all the attributes from JButton... But the problem is, that the Buttons are only visible when I touch them with t

  • Extension is accessible even after it is disabled from Extension Manager CC (MAC only)

    Hello, I am using Extension Manager CC to install InDesign CC plugins on MAC. After successful installation if I disable the extension from Extension manager, it is still accessible in InDesign. Any suggestions? Note: Checked extension for BasicDialo

  • Cursor locked at startup

    Hi, When I am loging into my DE (compiz alone or xmonad) with and init to 5 to start X directly and some modification to .zshrc /etc/inittab x:45:once:/bin/su lymphatik -l -c "/bin/bash --login -c startx >/dev/null 2>&1" .zshrc if [[ -z "$DISPLAY" ]]