SSL web service task soap header Action was not understood
Hi While I create web service task to consum a wcf service using SSL and execute the task it give the following error: But the same WCF service is deployed in nonSSL (basicHTTPBinding) , it works well and the results are received. Could any one suggest what is missing? Error: 0xC002F304 at Web Service Task, Web Service Task: An error occurred with the following error message: "Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException: The Web Service threw an error during method execution. The error is: SOAP header Action was not understood.. at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebMethodInvokerProxy.InvokeMethod(DTSWebMethodInfo methodInfo, String serviceName, Object connection) at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTaskUtil.Invoke(DTSWebMethodInfo methodInfo, String serviceName, Object connection, VariableDispenser taskVariableDispenser) at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTask.executeThread()". Task failed: Web Service Task SSIS package "Package.dtsx" finished: Success. Regards Venkatesh G
July 18th, 2012 3:49am

Hi Venkatesh, What SOAP version does the service use? Please try to configure textMessageEncoding.messageVersion to either Soap11Addressing10 or Soap12Addressing10. Since the issue is most realted to WCF, please post the question to Windows Communication Foundation (WCF) forum: http://social.msdn.microsoft.com/Forums/en-US/wcf/threads Thanks, Eileen TechNet Subscriber Support If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.
Free Windows Admin Tool Kit Click here and download it now
July 19th, 2012 5:59am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics