<configuration>
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="AllocationsDataServiceSoap" maxBufferSize="2147483647"
maxReceivedMessageSize="2147483647" **receiveTimeout=""**>
<security mode="None" />
</binding>
</basicHttpBinding>
</bindings>
<client>
<endpoint address=""
binding="basicHttpBinding" bindingConfiguration="AllocationsDataServiceSoap"
contract="AllocationsDataWebService.AllocationsDataServiceSoap"
name="AllocationsDataServiceSoap" />
</client>
</system.serviceModel>
recievetimeout attribute in clientconfig.xml within the binding tag
edit: this xml file is created in you project root when you add a service reference
