While Consuming SOAP based SVC service in Console .Net application, getting the error as "The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element".
Even i increased our maxReceivedMessageSize="2147483647" in config still issue not solved.