﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Can a BO be based on a Web Service?</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Fri, 25 Sep 2026 13:12:24 GMT</lastBuildDate><ttl>20</ttl><item><title>Can a BO be based on a Web Service?</title><link>http://forum.strataframe.net/FindPost8838.aspx</link><description>If it can, how?</description><pubDate>Thu, 17 May 2007 09:15:22 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Can a BO be based on a Web Service?</title><link>http://forum.strataframe.net/FindPost8857.aspx</link><description>StrataFrame allows you to create your own DAL just as we have created the SQL, Oracle, VFP, Access, and Enterprise Server DALs.&amp;nbsp; You can create your own DAL to talk to anything that you would like....even a text file if you had the desire.&amp;nbsp; When you create a DAL you will inherit the DbDataSourceItem class which will provide the structure and layout required by the framework.&amp;nbsp; Once you have your DAL class created it can be used over and over again.&amp;nbsp; Additionally, it ties seamlessly into the framework and the business layer so all of the internal ADO.NET components will be there and will act no different than if you were using SQL Server.&amp;nbsp;</description><pubDate>Thu, 17 May 2007 09:15:22 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Can a BO be based on a Web Service?</title><link>http://forum.strataframe.net/FindPost8853.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;In above case, I mean use WS as data access layer.&lt;BR&gt; Can I call ADO.NET data table which is exposed through the CurrentDataTable, CurrentView, and CurrentRow properties in BO?&lt;BR&gt;&lt;BR&gt;Yoyo</description><pubDate>Wed, 16 May 2007 19:56:13 GMT</pubDate><dc:creator>Yoyo Young</dc:creator></item><item><title>RE: Can a BO be based on a Web Service?</title><link>http://forum.strataframe.net/FindPost8841.aspx</link><description>That makes sense. Thanks.</description><pubDate>Wed, 16 May 2007 15:21:32 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Can a BO be based on a Web Service?</title><link>http://forum.strataframe.net/FindPost8840.aspx</link><description>The closest thing would be to create the structure of the web service return value within the DDT and build your business object from that.&amp;nbsp; Then, have the web service return a DataTable and use one of the CopyDataFrom methods of the business object to copy the data into the business object.</description><pubDate>Wed, 16 May 2007 15:14:09 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>