Tag: WebServiceManager

  • 2 API-Related Hotfixes

    Recently there have been some hotfixes released to address Vault 2012 API issues. API Log In Hotfix This gives you a new Autodesk.Connectivity.WebServicesTools.dll which contains a WebServiceManager that doesn't log out at incorrect times.  I still recommend using the bugfix credential classes because, if there are multiple extensions, some of them may contain the old…

  • WebServiceManager

    The service manager concept has been around for a while.  Almost every SDK and blog sample has one.  For Vault 2012, we decided to build it into the API.  It's a bit tricky to get used to at first.  But once you get the hang of it, you'll love it. WebServiceManager features: Login management –…

  • Issues with the Vault 2012 API

    There are a couple of issues that have already been found with the latest SDK.  I want to make sure everyone knows about them upfront. UserIdTicketCredentials and WebServiceCredentials  Please avoid using UserIdTicketCredentials and WebServiceCredentials in Autodesk.Connectivity.WebServicesTools.dll.  We found an issue where they log out of Vault incorrectly in certain cases. If you don't know what…