Gå til innhold

Agresso hr webservice config

webservice.config

<?xml version="1.0"?>
<configuration>
    <system.web>
        <compilation debug="false" targetFramework="4.0" />
    </system.web>
  <system.serviceModel>
    <bindings>
      <basicHttpBinding>
        <binding 
          name="agressoMA"  
          sendTimeout="00:10:00"
          maxReceivedMessageSize="2147483647">
          <security mode="Transport" />
        </binding>
      </basicHttpBinding>
    </bindings>
  </system.serviceModel>
</configuration>