|
-
Jul 14th, 2011, 04:46 AM
#1
Thread Starter
New Member
wcf service - security
Hi!
I’m trying to use an WCF webservice (I’m using VB.NET). When I look at the config file I have got when I added the service to Service References the binding type is custom binding and the security authentication mode is UserNameOverTransport, and I think I have to use https transport.
When I look at my auto generated App.config file the binding type is custom binding and the security authentication mode is UserNameOverTransport. But when I try to call the service I get the error:
The 'CustomBinding'.'http://tempuri.org/' binding for the 'web service' contract is configured with an authentication mode that requires transport level integrity and confidentiality. However the transport cannot provide integrity and confidentiality.
Can somebody please help me with this?
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|