Please look on binding configuration and suggest if anything wrong
<binding name="BasicHttpBinding_ContentService" closeTimeout="00:10:00"
openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:20:00"
allowCookies="false" bypassProxyOnLocal="false" maxBufferPoolSize="20000000"
maxReceivedMessageSize="2147483647" useDefaultWebProxy="true" transferMode="Streamed" messageEncoding="Mtom">
<readerQuotas maxDepth="128"
maxStringContentLength="2147483647" maxArrayLength="2147483647"
maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
</binding>
Getting below errors:
The remote server returned an unexpected response: (400) Bad Request.
<binding name="BasicHttpBinding_ContentService" closeTimeout="00:10:00"
openTimeout="00:10:00" receiveTimeout="00:10:00" sendTimeout="00:20:00"
allowCookies="false" bypassProxyOnLocal="false" maxBufferPoolSize="20000000"
maxReceivedMessageSize="2147483647" useDefaultWebProxy="true" transferMode="Streamed" messageEncoding="Mtom">
<readerQuotas maxDepth="128"
maxStringContentLength="2147483647" maxArrayLength="2147483647"
maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
</binding>
Getting below errors:
The remote server returned an unexpected response: (400) Bad Request.