Статус: Новичок
Группы: Участники
Зарегистрирован: 05.05.2016(UTC) Сообщений: 4
|
Все добрый день. Возник вопрос по тому, как задать кодировку, т.е. "Content-Type: text/xml; charset=utf-8" для ответа с wcf сервиса. Сейчас стоит такая настройка: Код:
<extensions>
<bindingElementExtensions>
<add name="SMEVTextMessageEncoder" type="CryptoPro.Sharpei.ServiceModel.SMEVMessageEncodingElement, CryptoPro.Sharpei.ServiceModel, Version=1.4.0.1, Culture=neutral, PublicKeyToken=473b8c5086e795f5" />
</bindingElementExtensions>
</extensions>
...
<service name="ServiceName" behaviorConfiguration="SmevServiceBehavior">
<endpoint address="" binding="customBinding" bindingConfiguration="customSmevBinding" contract="ServiceContract" />
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" />
</service>
...
<customBinding>
<binding name="customSmevBinding">
<security defaultAlgorithmSuite="BasicGostObsolete"
allowSerializedSigningTokenOnReply="true"
authenticationMode="MutualCertificateDuplex"
includeTimestamp="false"
messageProtectionOrder="SignBeforeEncrypt"
messageSecurityVersion="WSSecurity10WSTrustFebruary2005WSSecureConversationFebruary2005WSSecurityPolicy11BasicSecurityProfile10">
<localServiceSettings detectReplays="false" />
</security>
<SMEVTextMessageEncoder sender="http://smev.gosuslugi.ru/actors/recipient" recipient="http://smev.gosuslugi.ru/actors/smev"/>
<httpTransport />
</binding>
</customBinding>
|
|
|
|
Быстрый переход
Вы не можете создавать новые темы в этом форуме.
Вы не можете отвечать в этом форуме.
Вы не можете удалять Ваши сообщения в этом форуме.
Вы не можете редактировать Ваши сообщения в этом форуме.
Вы не можете создавать опросы в этом форуме.
Вы не можете голосовать в этом форуме.
Important Information:
The Форум КриптоПро uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close