S
sebastian.the.mueller
Hey there,
I hope you can help me with this problem I have with Reliable Sessions
in my wsHttpBinding.
Because I got a MessageSecurityException in my Service I wanted to add
a ReliableSession-Tag in my BindingConfiguration in order to adjust
the inactivityTimeout-property. After I have done this by adding this
<bindings>
<wsHttpBinding>
<binding name="NewBinding0">
<reliableSession inactivityTimeout="00:01:00"
enabled="true" />
</binding>
</wsHttpBinding>
</bindings>
I got another Exception (a CommunicationException) I am not able to
understand as it is really unclear for me, maybe you can help me with
that. I try to translate it from german
The server did not correspond sensefully. This could be affected by a
not consistent contract, premature shutdown of the session or an
internal server error.
I hope you can understand this ExceptionMessage, the InnerException is
null. Thanks for all answers.
Greets
Sebastian
I hope you can help me with this problem I have with Reliable Sessions
in my wsHttpBinding.
Because I got a MessageSecurityException in my Service I wanted to add
a ReliableSession-Tag in my BindingConfiguration in order to adjust
the inactivityTimeout-property. After I have done this by adding this
<bindings>
<wsHttpBinding>
<binding name="NewBinding0">
<reliableSession inactivityTimeout="00:01:00"
enabled="true" />
</binding>
</wsHttpBinding>
</bindings>
I got another Exception (a CommunicationException) I am not able to
understand as it is really unclear for me, maybe you can help me with
that. I try to translate it from german
The server did not correspond sensefully. This could be affected by a
not consistent contract, premature shutdown of the session or an
internal server error.
I hope you can understand this ExceptionMessage, the InnerException is
null. Thanks for all answers.
Greets
Sebastian