Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WCF and WF
  4. WCF Error: The identity check failed for the outgoing message

WCF Error: The identity check failed for the outgoing message

Scheduled Pinned Locked Moved WCF and WF
csharpwcfcomsysadminsecurity
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    prateekfgiet
    wrote on last edited by
    #1

    Hi, i am using a wcf web service developed by Microsoft. i have hosted that service on server and trying to consume it. for consuming web service, using ADD service Reference then put credential and got error accordingly ****************************************************************************************** Client.ClientCredentials.Windows.ClientCredential.Domain = "testlab.ourcp.com"; Client.ClientCredentials.Windows.ClientCredential.UserName = "TESTLAB\administrator"; Client.ClientCredentials.Windows.ClientCredential.Password = "M!ndMasT23"; Client.ClientCredentials.UserName.UserName = "administrator"; Client.ClientCredentials.UserName.Password = "M!ndMasT23"; Error: The Security Support Provider Interface (SSPI) negotiation failed ******************************************************************************************* Client.ClientCredentials.Windows.ClientCredential.Domain = "testlab.ourcp.com"; Client.ClientCredentials.Windows.ClientCredential.UserName = "administrator"; Client.ClientCredentials.Windows.ClientCredential.Password = "M!ndMasT23"; Client.ClientCredentials.UserName.UserName = "administrator"; Client.ClientCredentials.UserName.Password = "M!ndMasT23"; Error: The identity check failed for the outgoing message. The expected identity is 'identity (http://schemas.xmlsoap.org/ws/2005/05/identity/right/possessproperty: http://schemas.xmlsoap.org/ws/2005/05/identity/claims/spn)' for the 'http://localhost/SCVMMService/VirtualMachineManagementService.svc' target endpoint. ******************************************************************************************* Client.ClientCredentials.Windows.ClientCredential.Domain = "testlab.ourcp.com"; Client.ClientCredentials.Windows.ClientCredential.UserName = "testlab.ourcp.com\administrator"; Client.ClientCredentials.Windows.ClientCredential.Password = "M!ndMasT23"; Client.ClientCredentials.UserName.UserName = "administrator"; Client.ClientCredentials.UserName.Password = "M!ndMasT23"; Error: The Security Support Provider Interface (SSPI) negotiation failed. Please suggest me needful Thanks in Advance.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups