﻿<?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?)  » StrataFrame and WebService?</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 18:07:24 GMT</lastBuildDate><ttl>20</ttl><item><title>StrataFrame and WebService?</title><link>http://forum.strataframe.net/FindPost2607.aspx</link><description>Hello,&lt;br&gt;
&lt;br&gt;
it would be a nice feature if I could connect my StrataFrame WinApp to a WebService and use a foreign SQL server database. Can I do this and if yes, how can I do this? In my view it could be a part of the ConnectionManager.&lt;br&gt;
&lt;br&gt;
...gerhard...</description><pubDate>Fri, 01 Sep 2006 11:30:20 GMT</pubDate><dc:creator>Gerhard Jaros</dc:creator></item><item><title>RE: StrataFrame and WebService?</title><link>http://forum.strataframe.net/FindPost2620.aspx</link><description>[quote]&lt;FONT color=#1f5080&gt;Is the new data EnterpriseserverDataItem class limited to establishing connections to the StrataFrame Enterprise Server or will it allow connections to other web services?&lt;/FONT&gt;[/quote]&lt;/P&gt;&lt;P&gt;The EnterpriseServerDataSourceItem is exclusive to StrataFrame's Middle Tier Enterprise Server.&amp;nbsp; There is a lot of logic specific to the Middle Tier Enterprise server just as there would be in SqlDataSourceItem or VFPDataSourceItem.&amp;nbsp; In fact, there is actually more because there is logic for encryption and custom serialization to make things as fast as possible.&lt;/P&gt;&lt;P&gt;If you want to talk to a disparate web services not related to StrataFrame, you will want to create your own data source item.&amp;nbsp; Basically you will inherit the DbDataSourceItem and start adding your functionality.&amp;nbsp; Obviously this is a bit of a simple explanation.&amp;nbsp; Here is the problem with us just creating a "one class does it all" data source to talk to a web service....every connection is different.&amp;nbsp; It depends on how it has been exposed and developed as to what is required by the data acces layer.&amp;nbsp;</description><pubDate>Fri, 01 Sep 2006 11:30:20 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: StrataFrame and WebService?</title><link>http://forum.strataframe.net/FindPost2617.aspx</link><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080"&gt;I’d like to expand on Gehard’s question and ask if there is a way or plans to provide a way to connect a StrataFrame WinApp to web services provided by others. This could be a mainframe app. Is the new data EnterpriseserverDataItem class limited to establishing connections to the StrataFrame Enterprise Server or will it allow connections to other web services?&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 8pt; COLOR: #1f5080"&gt;-Larry&lt;/SPAN&gt;</description><pubDate>Fri, 01 Sep 2006 11:04:04 GMT</pubDate><dc:creator>Larry Caylor</dc:creator></item><item><title>RE: StrataFrame and WebService?</title><link>http://forum.strataframe.net/FindPost2610.aspx</link><description>This is what our Middle Tier Enterprise server ultimately does.&amp;nbsp; It does much more than just expose SQL Server through a web service though.&amp;nbsp; Attached is a white paper on the Middle Tier Enterprise Server.&amp;nbsp; As for exposing SQL Server, you do not need a web service for this.&amp;nbsp; You can just make your SQL Server accessible externally and then turn on encryption.&amp;nbsp; Obviously this is not as optimized as the Middle Tier Server so it will not be as fast and it does not protect the SQL Server from the outside world.&lt;/P&gt;&lt;P&gt;There is a new data access class called EnterpriseServerDataItem which allows a connection to be established to the Middle Tier Enterprise server.&amp;nbsp; Obviously none of this has been released as of yet.&amp;nbsp; But connecting to the server is literally as easy as connecting to a SQL Server connection.</description><pubDate>Fri, 01 Sep 2006 08:52:17 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>