© 2008 Autodesk
Autodesk Manufacturing Developer’s Camp 2010   Extending Digital Prototyping
Web Services API
§Autodesk.Connectivity.WebServices.dll is the recommended entry point.
§The DLL can be found in the SDK\bin directory.
§All 17 services are included, regardless of which version you have installed.  So make sure not to use features in a higher product tier.  If not, you will get a runtime error.
§It is a .NET DLL.
§
§For cross-platform development, use the URL
http://[server name]/AutodeskDM/Services/[service name].asmx
§Implementation details vary depending on language, platform, IDE.