Client Endpoints
GetRegistrationActions and AcknowledgeRegistrationActions APIs
Service: | RegistrationActions.svc |
Operations: | GetRegistrationActions, AcknowledgeRegistrationActions |
Endpoint Configuration
Configuration entries similar to the one below (endpoints and binding configurations) will be generated when accessing the RegistrationActions service (these can be generated automatically by Visual Studio when a service reference is added or by using the Svcutil tool).
The values highlighted below in the binding configuration sections will have default values initially and have to be overwritten with the values as shown.
<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_IGetRegistrationActionsService"
closeTimeout="00:10:00" openTimeout="00:10:00" receiveTimeout="00:10:00"
sendTimeout="00:10:00" allowCookies="false" bypassProxyOnLocal="false"
hostNameComparisonMode="StrongWildcard" maxBufferSize="2147483647"
maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647"
messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
useDefaultWebProxy="true">
<readerQuotas maxDepth="32" maxStringContentLength="2147483647"
maxArrayLength="2147483647"
maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
<security mode="None">
<transport clientCredentialType="None" proxyCredentialType="None"
realm="" />
<message clientCredentialType="UserName" algorithmSuite="Default" />
</security>
</binding>
<binding name="BasicHttpBinding_IAcknowledgeRegistrationActionsService"
closeTimeout="00:10:00" openTimeout="00:10:00" receiveTimeout="00:10:00"
sendTimeout="00:10:00" allowCookies="false" bypassProxyOnLocal="false"
hostNameComparisonMode="StrongWildcard" maxBufferSize="2147483647"
maxBufferPoolSize="2147483647" maxReceivedMessageSize="2147483647"
messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
useDefaultWebProxy="true">
<readerQuotas maxDepth="32" maxStringContentLength="2147483647"
maxArrayLength="2147483647"
maxBytesPerRead="2147483647" maxNameTableCharCount="2147483647" />
<security mode="None">
<transport clientCredentialType="None" proxyCredentialType="None"
realm="" />
<message clientCredentialType="UserName" algorithmSuite="Default" />
</security>
</binding>
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://localhost:2259/cmc.campuslink.Webservices.Wcf/RegistrationService.svc"
binding="basicHttpBinding"
bindingConfiguration="BasicHttpBinding_IGetRegistrationActionsService"
contract="RegistrationService.IGetRegistrationActionsService"
name="BasicHttpBinding_IGetRegistrationActionsService" />
<endpoint address="http://localhost:2259/cmc.campuslink.webservices.Wcf/RegistrationService.svc"
binding="basicHttpBinding"
bindingConfiguration="BasicHttpBinding_IAcknowledgeRegistrationActionsService"
contract="RegistrationService.IAcknowledgeRegistrationActionsService"
name="BasicHttpBinding_IAcknowledgeRegistrationActionsService" />
</client>