[
https://issues.apache.org/jira/browse/STONEHENGE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704806#action_12704806
]
Ben Dewey commented on STONEHENGE-46:
-------------------------------------
Daniel, Correct, This binding name is stored in the web.config under the
system.serviceModel section and is spelled with BsClient...,
But, the name is loaded from the appSettings section where the type-o was.
<add key="BSL_PHP_ENDPOINT_CONFIG_HTTP"
value="BClient_PHP_BasicHttpBinding"/>
is now
<add key="BSL_PHP_ENDPOINT_CONFIG_HTTP"
value="BsClient_PHP_BasicHttpBinding"/>
> Type-o in the BsClient_PHP_BasicHttpBinding Config
> --------------------------------------------------
>
> Key: STONEHENGE-46
> URL: https://issues.apache.org/jira/browse/STONEHENGE-46
> Project: Stonehenge
> Issue Type: Bug
> Components: DOTNET_CLIENT
> Affects Versions: M1
> Reporter: Ben Dewey
> Assignee: Ben Dewey
> Priority: Trivial
> Fix For: M1
>
> Attachments: STONEHENGE-46.patch
>
> Original Estimate: 0.08h
> Remaining Estimate: 0.08h
>
> There is a type-o in the dotnet web.config.
> BClient_PHP_BasicHttpBinding Config
> should be:
> BsClient_PHP_BasicHttpBinding Config
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.