© 2008 Autodesk
Autodesk Manufacturing Developer’s Camp 2010   Extending Digital Prototyping
Web Services API
§The Web Services API is built on the web services framework.
§
§Web Services:
§A cross-platform standard for making server requests.
§
§Data is transferred as XML data over HTTP.
§
§This is not a true Object Oriented environment.  Classes exist just to store structured data.  In other words, no class methods.
§
§All actions are done by calling functions.  Changing your object data has no effect on server data.
§