<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic accessing Vault with Web Services in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/accessing-vault-with-web-services/m-p/3332205#M12121</link>
    <description>&lt;P&gt;We are considering building an order entry application with &lt;A href="http://www.microsoft.com/visualstudio/en-us/lightswitch" target="_self"&gt;Microsoft Lightswitch&lt;/A&gt;. I would like to interface this app with Autodesk Vault to get some product information.&amp;nbsp; According to &lt;A href="http://social.msdn.microsoft.com/Forums/en-US/lightswitch/thread/4200e05a-0fb2-48d4-9625-821b436cb56a/" target="_self"&gt;this&lt;/A&gt; I should be able to do that via the web services interface. In the past I have interfaced with Vault via the standard api functions in a Windows Forms application, but I haven't been able to come up with any information that shows how to do it directly via Web Services.&amp;nbsp; I do know it's strictly off limits to modify the SQL database without using the api functions so I'm a little confused. Can somebody help me with this please?&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2012 21:33:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-02-14T21:33:25Z</dc:date>
    <item>
      <title>accessing Vault with Web Services</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/accessing-vault-with-web-services/m-p/3332205#M12121</link>
      <description>&lt;P&gt;We are considering building an order entry application with &lt;A href="http://www.microsoft.com/visualstudio/en-us/lightswitch" target="_self"&gt;Microsoft Lightswitch&lt;/A&gt;. I would like to interface this app with Autodesk Vault to get some product information.&amp;nbsp; According to &lt;A href="http://social.msdn.microsoft.com/Forums/en-US/lightswitch/thread/4200e05a-0fb2-48d4-9625-821b436cb56a/" target="_self"&gt;this&lt;/A&gt; I should be able to do that via the web services interface. In the past I have interfaced with Vault via the standard api functions in a Windows Forms application, but I haven't been able to come up with any information that shows how to do it directly via Web Services.&amp;nbsp; I do know it's strictly off limits to modify the SQL database without using the api functions so I'm a little confused. Can somebody help me with this please?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2012 21:33:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/accessing-vault-with-web-services/m-p/3332205#M12121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-14T21:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: accessing Vault with Web Services</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/accessing-vault-with-web-services/m-p/3333965#M12122</link>
      <description>&lt;P&gt;Lightswitch talks a lot about how you don't &lt;EM&gt;have&lt;/EM&gt; to write code.&amp;nbsp; But I bet if you &lt;EM&gt;want&lt;/EM&gt; to write code, Lightswitch will let you.&amp;nbsp; My guess is that it will allow you to link in to .NET libraries and provide your own C# or VB.NET code.&amp;nbsp; So you should be able to use Autodesk.Connectivity.WebServices.dll,&amp;nbsp;Autodesk.Connectivity.WebServicesTools.dll just like with a winforms application&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regarding direct access to web services.&lt;/P&gt;
&lt;P&gt;The entry point for a web service is the URL to the .asmx file.&amp;nbsp; For Vault 2012 and earlier, this URL is in the format&lt;/P&gt;
&lt;DIV&gt;&lt;STRONG&gt;http://[server name]/AutodeskDM/Services/[service name].asmx&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;Beyond that, using the web service depends on the development environment. Vault has some specilized behavior regarding authentication and binary data transfer, so I doubt the web services will plug easily into Lightswitch.&lt;/DIV&gt;
&lt;DIV&gt;My guess is that using the SDK DLLs is still the easiest approach.&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Feb 2012 20:12:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/accessing-vault-with-web-services/m-p/3333965#M12122</guid>
      <dc:creator>Redmond.D</dc:creator>
      <dc:date>2012-02-15T20:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: accessing Vault with Web Services</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/accessing-vault-with-web-services/m-p/3334125#M12123</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;My guess is that it will allow you to link in to .NET libraries and provide your own C# or VB.NET code.  So you should be able to use Autodesk.Connectivity.WebServices.dll, Autodesk.Connectivity.WebServicesTools.dll just like with a winforms application&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;FONT color="#000000"&gt;That was my guess too, but once I really got serious, it's proving to be very difficult to work with .NET code.&amp;nbsp; Lightswitch does allow it on the server side, but does not provide an easy way to interface with it via the user interface.&amp;nbsp; I was really hoping to go with Lightswitch for this application to speed up the design process, but it looks like I'll have to do it the hard way with a win forms app.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2012 21:18:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/accessing-vault-with-web-services/m-p/3334125#M12123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-15T21:18:10Z</dc:date>
    </item>
  </channel>
</rss>

