So with the version 7 sdk I get this error when trying to call the web service. Here is my web.config...
<?xml version="1.0"?>
<configuration>
<appSettings>
<remove key="ConnectionString"/>
<add key="ConnectionString" value="Data Source=199.49.205.212;Initial Catalog=rpttasks;Uid=usdallnacweb1;Pwd=dallas?205;" />
<add key="SecurityToken" value="8D59EC0D-5AF0-49a2-9FC3-F3BC0E329314"/>
<add key="WebServicesUser" value="1"/>
<add key="EnableDataCache" value="False"/>
</appSettings>
<system.web>
</system.web>
</configuration>
Help?