<?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 SAS BI Web service - starting from scratch in Developers</title>
    <link>https://communities.sas.com/t5/Developers/SAS-BI-Web-service-starting-from-scratch/m-p/8980#M2227</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping someone can offer a solution here, or definitively point me to one online.&amp;nbsp; We don;t have any experience using SAS stored processes as web services to be used by a third-party application.&amp;nbsp; We've got a rudimentary proof-of-concept achieved, but the 3rd-party app is having problems parsing out the value SAS is trying to pass back to it in the XML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background:&lt;/P&gt;&lt;P&gt;SAS EBI...9.2M0 (9.2 mid-tier with 4.3 web apps).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the concept is the 3rd-party app will send data/parameters for SAS to use to crunch against a datasource and return a single value back to the app.&amp;nbsp; We would like for the value to be passed back as an entity on its own, instead of sandwiched within a table object.&amp;nbsp; We're currently using the older XMLA Web Service method (where you have to put that as the keyword).&amp;nbsp; in the code, i am basically making a single-row, single-column table, output to the _WEBOUT library, so naturally, SAS is sending it out as a table object in the XML stream.&amp;nbsp; Any other alternatives I've tried cause an error/fault.&amp;nbsp; I'm just looking for an end-to-end tutorial with something along these lines to get my feet wet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggestions?&amp;nbsp; I'll be happy to post more details if necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2011 19:45:53 GMT</pubDate>
    <dc:creator>RobW</dc:creator>
    <dc:date>2011-12-05T19:45:53Z</dc:date>
    <item>
      <title>SAS BI Web service - starting from scratch</title>
      <link>https://communities.sas.com/t5/Developers/SAS-BI-Web-service-starting-from-scratch/m-p/8980#M2227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoping someone can offer a solution here, or definitively point me to one online.&amp;nbsp; We don;t have any experience using SAS stored processes as web services to be used by a third-party application.&amp;nbsp; We've got a rudimentary proof-of-concept achieved, but the 3rd-party app is having problems parsing out the value SAS is trying to pass back to it in the XML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background:&lt;/P&gt;&lt;P&gt;SAS EBI...9.2M0 (9.2 mid-tier with 4.3 web apps).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the concept is the 3rd-party app will send data/parameters for SAS to use to crunch against a datasource and return a single value back to the app.&amp;nbsp; We would like for the value to be passed back as an entity on its own, instead of sandwiched within a table object.&amp;nbsp; We're currently using the older XMLA Web Service method (where you have to put that as the keyword).&amp;nbsp; in the code, i am basically making a single-row, single-column table, output to the _WEBOUT library, so naturally, SAS is sending it out as a table object in the XML stream.&amp;nbsp; Any other alternatives I've tried cause an error/fault.&amp;nbsp; I'm just looking for an end-to-end tutorial with something along these lines to get my feet wet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggestions?&amp;nbsp; I'll be happy to post more details if necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 19:45:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-BI-Web-service-starting-from-scratch/m-p/8980#M2227</guid>
      <dc:creator>RobW</dc:creator>
      <dc:date>2011-12-05T19:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS BI Web service - starting from scratch</title>
      <link>https://communities.sas.com/t5/Developers/SAS-BI-Web-service-starting-from-scratch/m-p/8981#M2228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob, have you had any more luck with getting your results out of the XML table? I am in a similar situation trying to access a Stored Process through the BI Web Service. I have been trying to access the sample means procedure through an app called STARLIMS that can consume external web services. So far I have gotten a good connection, but only an error response. I have been doing some experimenting with Visual Studio on the same sample and have gotten some good results. I think the biggest problem is there is numerous documention on using SAS to access BI Web Services but hardly any on 3rd Party apps consuming a SAS Web Service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2012 12:44:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-BI-Web-service-starting-from-scratch/m-p/8981#M2228</guid>
      <dc:creator>macroCharlie</dc:creator>
      <dc:date>2012-02-08T12:44:26Z</dc:date>
    </item>
    <item>
      <title>SAS BI Web service - starting from scratch</title>
      <link>https://communities.sas.com/t5/Developers/SAS-BI-Web-service-starting-from-scratch/m-p/8982#M2229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created Web Services from STP's in the past. What are the errors you are getting?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Feb 2012 16:23:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-BI-Web-service-starting-from-scratch/m-p/8982#M2229</guid>
      <dc:creator>RMP</dc:creator>
      <dc:date>2012-02-14T16:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS BI Web service - starting from scratch</title>
      <link>https://communities.sas.com/t5/Developers/SAS-BI-Web-service-starting-from-scratch/m-p/8983#M2230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the error returned from the SAS BI Web Service:&lt;/P&gt;&lt;P&gt;"Cannot call web service method: sampleMEANSProcedureWebService SoapException: Error: A 'Server Execution' type of exception occurred during execution of 'MeansTest2' service.&amp;nbsp; The exception follows: SAS completed with non-zero SYSCC '3,000'.&amp;nbsp; SYSMSG: ''."﻿&lt;/P&gt;&lt;P&gt;Notice the SYSMSG is empty. I've also got a copy ot the log and it basically says:&lt;/P&gt;&lt;P&gt;ERROR: Missing root element definition&lt;/P&gt;&lt;P&gt;ERROR: Encountered during XMLMap parsing at or near line 1, column 1.&lt;/P&gt;&lt;P&gt;ERROR: XML describe error: Internal processing error.&lt;/P&gt;&lt;P&gt;Unfortuneatley I can't see the SOAP Request because of using a remote server to send to the SAS remote server. I've tried SoapUI and Fiddler with no sucess.&lt;/P&gt;&lt;P&gt;By the way this is the Sample Means Procedure that we ran through the Generated Web Service Wizard and called it MeansTest2.&lt;/P&gt;&lt;P&gt;I have successfully connected and received back a response using PROC SOAP, Visual Studio Windows Form and Visual Studio ASP.NET.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SAS Response.JPG" class="jive-image" src="https://communities.sas.com/legacyfs/online/1506_SAS Response.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 18:34:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-BI-Web-service-starting-from-scratch/m-p/8983#M2230</guid>
      <dc:creator>macroCharlie</dc:creator>
      <dc:date>2012-03-01T18:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS BI Web service - starting from scratch</title>
      <link>https://communities.sas.com/t5/Developers/SAS-BI-Web-service-starting-from-scratch/m-p/503159#M2231</link>
      <description>&lt;P&gt;Hi Charlie,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am seeing the same error -&amp;nbsp;&lt;SPAN&gt;SAS completed with non-zero SYSCC '3,000'.&amp;nbsp; SYSMSG: ''.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you troubleshooted this error, please help me with the troubleshooting steps.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 16:44:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-BI-Web-service-starting-from-scratch/m-p/503159#M2231</guid>
      <dc:creator>AjayPrasad</dc:creator>
      <dc:date>2018-10-10T16:44:44Z</dc:date>
    </item>
  </channel>
</rss>

