Po nainstalovani XP a VS.NET do virtualniho image jsem zjistil ze problem je opravdu x64 platforma, nicmene reseni jsem preci jen nasel a kupodivu tady na anglicke verzi, aneb pod lampou je nejvetsi tma 
Pro jistotu to sem dam kdyby na to jeste nekdo narazil
"The reason why the WSE enabled proxies In x64 machines aren’t generated with the right classes is that the WSE installer is not updating the devenv.exe.config file to register the WseExtensionImporter.
To solve the mentioned problem you should manually add the following to C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE\devenv.exe.config
<configuration>
<system.web>
<webServices>
<soapExtensionImporterTypes>
<add type="Microsoft.Web.Services3.Description.WseExtensionImporter, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</soapExtensionImporterTypes>
</webServices>
</system.web>
</configuration>"