I created a small WCF service in visual studio 2010, which has WCF-WShttpbinding-windows
authentication. I uses web service protocol to call this service in Load Runner. Web service calls are successfully added in Load runner script; i also set "WCF-WShttpbinding- windows" scenario type in "Protocol and Security" tab in "Manage Services" but facing following error during replay:
Error: SOAP security negotiation with '
http://sqa045:8080/ZedServices/ThreeService' for target '
http://sqa045:8080/ZedServices/ThreeService' failed. See inner exception for more details.
Error: Security Support Provider Interface (SSPI) authentication failed. The server may not be running in an account with identity 'host/sqa045'. If the server is running in a service account (Network Service for example), specify the account's ServicePrincipalName as the identity in the EndpointAddress for the server. If the server is running in a user account, specify the account's UserPrincipalName as the identity in the EndpointAddress for the server.
I also tried with web_service_set_security function but following error has been seen even web service set security function successfully passed:
Action.c(9): Web service set security started.
Action.c(9): Web set security was successful.
Action.c(14): Web service call "add_104" started
Action.c(14): Error: Security handler failed - WSE005: The input was not a valid SOAP message because it has either the wrong name or the wrong namespace. The name specified follows: Envelope. The namespace it was defined under follows:
http://www.w3.org/2003/05/soap-envelope.
Action.c(14): Error: Failed to process the request.
Action.c(14): Error: InvokeMethod failed: JHTTPEngine sendRequest threw an exception.
Action.c(14): Error: InvokeMethod failure: AXIS engine threw an exception.
Action.c(14): Error: Internal error, please call customer support. Details: Error while retrieving body -- can not parse output parameters
Action.c(14): Error: Web service call "add_104" execution failed
Does anyone worked with WS protocol with security and could assist me??
Thanks in advance,