TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
VenkataramReddy K
NA
8
43.2k
While calling the WCF
Mar 18 2011 6:41 AM
I hosted the WCF Service on the windows service. Another WCF service hosted on the iis consuming while accessing the mothods i am getting the error
The caller was not authenticated by the service.
both are
ho
sted on the different machines.
here is the my config for service osted on the windows service
<
<
<
<
<
<
<
<
</
</
</
</
<
<
<
<!--
<
</
</
</
contract
=
"
SendSMSProxy.ICommunicationSVC
"
name
=
"
WSHttpBinding_ICommunicationSVC
"
>
identity
>
<dns value="vtpl-068" />
-->
servicePrincipalName
value
=
"
vtpl-068>
"
/>
identity
>
endpoint
>
client
>
binding
=
"
wsHttpBinding
"
bindingConfiguration
=
"
WSHttpBinding_ICommunicationSVC
"
algorithmSuite
=
"
Default
"
establishSecurityContext
=
"
true
"
/>
security
>
binding
>
wsHttpBinding
>
bindings
>
client
>
endpoint
address
=
"
http://vtpl-068:8731/Design_Time_Addresses/SendSMSSVC/CommunicationSVC/
"
realm
=
""
/>
message
clientCredentialType
=
"
Windows
"
negotiateServiceCredential
=
"
true
"
enabled
=
"
false
"
/>
security
mode
=
"
Message
"
>
transport
clientCredentialType
=
"
None
"
proxyCredentialType
=
"
None
"
maxBytesPerRead
=
"
4096
"
maxNameTableCharCount
=
"
16384
"
/>
reliableSession
ordered
=
"
true
"
inactivityTimeout
=
"
00:10:00
"
textEncoding
=
"
utf-8
"
useDefaultWebProxy
=
"
true
"
allowCookies
=
"
false
"
>
readerQuotas
maxDepth
=
"
32
"
maxStringContentLength
=
"
8192
"
maxArrayLength
=
"
16384
"
maxBufferPoolSize
=
"
524288
"
maxReceivedMessageSize
=
"
65536
"
messageEncoding
=
"
Text
"
bypassProxyOnLocal
=
"
false
"
transactionFlow
=
"
false
"
hostNameComparisonMode
=
"
StrongWildcard
"
openTimeout
=
"
00:01:00
"
receiveTimeout
=
"
00:10:00
"
sendTimeout
=
"
00:01:00
"
bindings
>
wsHttpBinding
>
binding
name
=
"
WSHttpBinding_ICommunicationSVC
"
closeTimeout
=
"
00:01:00
"
Reply
Answers (
1
)
Reflecting changes when database update
sms sending using webservices in asp.net