<?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 Re: Javascript from web service in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6393267#M19729</link>
    <description>&lt;P&gt;Hi Shirley&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The web service is ASP .NET / MVC secured by Bearer Authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jun 2016 12:04:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-20T12:04:27Z</dc:date>
    <item>
      <title>Javascript from web service</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6392499#M19727</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking to send some parameter values to a web service and get back Javascript code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This javascript needs to be executed in the Fusion 360 app to generate geometry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly provide a simple sample to get started.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 02:03:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6392499#M19727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-20T02:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript from web service</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6393018#M19728</link>
      <description>&lt;P&gt;Hi Abhishek,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The solution depends on the architecture of your web service. Can you provide a bit more information about your web service?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Shirley&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 09:37:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6393018#M19728</guid>
      <dc:creator>ShirleyShi</dc:creator>
      <dc:date>2016-06-20T09:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript from web service</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6393267#M19729</link>
      <description>&lt;P&gt;Hi Shirley&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The web service is ASP .NET / MVC secured by Bearer Authentication.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2016 12:04:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6393267#M19729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-20T12:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript from web service</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6395312#M19730</link>
      <description>Since it depends on the collabration with a server, it's not easy to give a simple sample. I just add a few comments here:


If you simply want to send a few parameters to your web services, you could add some forms in the html file of the add-in and let the forms send the data to the server. You can also call Ajax to send your requests to the server. The whole process requires authorization, geometry processing etc, I think it might be easier to use C++/Python in this case to complete your work.


If the service is only for yourself, the other option could be, using your knowledge of ASP.net to design the web page, and then embed it into the html of the add-in. But for security reasons, you have to set the X-Frame-Options properly.</description>
      <pubDate>Tue, 21 Jun 2016 09:16:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6395312#M19730</guid>
      <dc:creator>ShirleyShi</dc:creator>
      <dc:date>2016-06-21T09:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript from web service</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6395318#M19731</link>
      <description>&lt;P&gt;Hi Shirley&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OK - lets break this problem down into two issues.&lt;/P&gt;&lt;P&gt;We'll handle the security issue later.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For now, kindly provide a sample where some parameters are sent to web service, javascript is downloaded as response and that javascript is executed in the document to produce some geometry. The add-in language can be python if that makes this task simpler.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 09:19:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6395318#M19731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-21T09:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript from web service</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6397193#M19732</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A simplest sample is as below. You could post parameters to your web server and get response from the server. Then you could generate geometries according to the response in Fusion 360.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Marshal&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;//Author-
//Description-

function run(context) {

    "use strict";
    if (adsk.debug === true) {
        /*jslint debug: true*/
        debugger;
        /*jslint debug: false*/
    }
 
    var ui;
    try {
        var app = adsk.core.Application.get();
        ui = app.userInterface;
 
        var posturl = 'http://yoururl/?' + 'parameter1=' + 'value1' + 'parameter2=' + 'value2';
        var xmlhttp = new XMLHttpRequest();
        xmlhttp.open('POST', posturl, false);
        xmlhttp.send();
        
        // Parse results and create geometry in Fusion 360
        // ....
    } 
    catch (e) {
        if (ui) {
            ui.messageBox('Failed : ' + (e.description ? e.description : e));
        }
    }

    adsk.terminate(); 
}&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Jun 2016 01:50:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6397193#M19732</guid>
      <dc:creator>marshaltu</dc:creator>
      <dc:date>2016-06-22T01:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript from web service</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6397608#M19733</link>
      <description>&lt;P&gt;Hi Marshal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping the web service could itself generate some javascript that contains code to create geometry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Client side add-in should be able to just run the script obtained from service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 10:26:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6397608#M19733</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-22T10:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript from web service</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6398164#M19734</link>
      <description>&lt;P&gt;Hi Abhishek,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you need to do is to let the server code&amp;nbsp;generate the script and response to Fusion. Then in the Fusion API, you can call eval to run the script.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, if your web service wants to generate some code to create a circle in Fusion with specified radius value, in the server side, you need some code like this:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT color="#0000ff"&gt;public&lt;/FONT&gt; &lt;FONT color="#0000ff"&gt;string&lt;/FONT&gt; GetCircleScript(&lt;FONT color="#0000ff"&gt;double&lt;/FONT&gt; radius){&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;return &lt;FONT color="#008000"&gt;"varapp=adsk.core.Application.get();"&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;+ &lt;FONT color="#008000"&gt;"ui=app.userInterface;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;+ &lt;FONT color="#008000"&gt;"var doc=app.documents.add(adsk.core.DocumentTypes.FusionDesignDocumentType);"&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;+ &lt;FONT color="#008000"&gt;"var product=app.activeProduct;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;+ &lt;FONT color="#008000"&gt;"var design=adsk.fusion.Design(product);"&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;+ &lt;FONT color="#008000"&gt;"var rootComp=design.rootComponent;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;+ &lt;FONT color="#008000"&gt;"var sketches=rootComp.sketches;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;+ &lt;FONT color="#008000"&gt;"var xyPlane=rootComp.xYConstructionPlane;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;+ &lt;FONT color="#008000"&gt;"var sketch=sketches.add(xyPlane);"&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;+ &lt;FONT color="#008000"&gt;"var circles=sketch.sketchCurves.sketchCircles;"&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;+ &lt;FONT color="#008000"&gt;"var circle=circles.addByCenterRadius(adsk.core.Point3D.create(0,0,0)," + radius.toString() + ");";&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;}&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Fusion side, you will get the respsonse string as follows if you send the request with radius=2:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT color="#0000ff"&gt;var&lt;/FONT&gt; &lt;STRONG&gt;responseText&lt;/STRONG&gt;="&lt;FONT color="#008000"&gt;var app = adsk.core.Application.get();ui = app.userInterface;var doc = app.documents.add(adsk.core.DocumentTypes.FusionDesignDocumentType);var product = app.activeProduct;var design = adsk.fusion.Design(product);var rootComp = design.rootComponent;var sketches = rootComp.sketches;var xyPlane = rootComp.xYConstructionPlane;var sketch = sketches.add(xyPlane);var circles = sketch.sketchCurves.sketchCircles;var circle = circles.addByCenterRadius(adsk.core.Point3D.create(0, 0, 0), 2); &lt;/FONT&gt;"; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can simply call the following code to run the script to create the circle in Fusion:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;eval(&lt;STRONG&gt;responseText&lt;/STRONG&gt;);&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, 22 Jun 2016 14:40:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6398164#M19734</guid>
      <dc:creator>ShirleyShi</dc:creator>
      <dc:date>2016-06-22T14:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript from web service</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6398318#M19735</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks good.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can the client side language be Python ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The server would still return Javascript.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2016 15:37:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6398318#M19735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-22T15:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript from web service</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6399411#M19736</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes you can definitely use Python in the client side. Actually I recommend to use Python because you can grain more power to process numeric data and if your web services is not restful,&amp;nbsp;it will be&amp;nbsp;easier for you to access your&amp;nbsp;web services than Javascript.&amp;nbsp;However, if you use Python, you can let the server return Python too&amp;nbsp; - there is no extra work for you since the script is supposed to run in Fusion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sample code segment in Python&lt;/STRONG&gt;:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #Suppose the server returns a piece of script you want to run in Fusion, and you save the script into the variable returnedScript:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #returnedScript="doc = app.documents.add(adsk.core.DocumentTypes.FusionDesignDocumentType)\ndesign = app.activeProduct\nrootComp = design.rootComponent\nsketches = rootComp.sketches\nxyPlane = rootComp.xYConstructionPlane\nsketch = sketches.add(xyPlane)\ncircles = sketch.sketchCurves.sketchCircles\ncircle = circles.addByCenterRadius(adsk.core.Point3D.create(0, 0, 0), 20)"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; serviceScript=returnedScript.decode('utf-8')&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exec(serviceScript)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 01:40:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6399411#M19736</guid>
      <dc:creator>ShirleyShi</dc:creator>
      <dc:date>2016-06-23T01:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript from web service</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6399544#M19737</link>
      <description>&lt;P&gt;Hi Shirley&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Agreed regarding use of Python on client side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From script generation point of view, I find that Javascript tends to be more precise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to have the client side Python execute a script obtained from server in Javascript ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 04:45:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6399544#M19737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-23T04:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript from web service</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6399564#M19738</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately there was no way to do that so far. I would like to recommend you log the idea to our ideastation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.autodesk.com/t5/ideastation-request-a-feature-or/idb-p/125" target="_blank"&gt;http://forums.autodesk.com/t5/ideastation-request-a-feature-or/idb-p/125&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Marshal&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 05:25:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6399564#M19738</guid>
      <dc:creator>marshaltu</dc:creator>
      <dc:date>2016-06-23T05:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript from web service</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6399849#M19739</link>
      <description>Can you explain more about "From script generation point of view, I find that JavaScript tends to be more precise"?  I think it's much easier to fix this issue than calling Fusion JS in Python.</description>
      <pubDate>Thu, 23 Jun 2016 09:23:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6399849#M19739</guid>
      <dc:creator>ShirleyShi</dc:creator>
      <dc:date>2016-06-23T09:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript from web service</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6405223#M19740</link>
      <description>&lt;P&gt;Hi Shirley&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That will take us into philosophical domain &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 04:50:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/javascript-from-web-service/m-p/6405223#M19740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-27T04:50:44Z</dc:date>
    </item>
  </channel>
</rss>

