<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Updating a Web Service</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Updating a Web Service</description>
  <pubDate>Sat, 11 Apr 2026 10:56:46 -700</pubDate>
  <lastBuildDate>Mon, 06 Apr 2009 21:38:14 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1201</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Updating a Web Service : No need to worry. I worked it...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1201&amp;PID=4332#4332</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=441" rel="nofollow">*Calsy</a><br /><strong>Subject:</strong> 1201<br /><strong>Posted:</strong> 06-Apr-2009 at 9:38pm<br /><br />No need to worry. I worked it about by configuring the Ibconfig instance in memory<br><br>Dim x As IdeaBlade.Util.IdeaBladeConfig = IdeaBlade.Util.IdeaBladeConfig.Instance<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; x.RdbKeys(1).Connection = "Provider=SQLOLEDB.1;Password=Test;Persist Security Info=True;User ID=Test;Initial Catalog=IdeaBladeTutorial;Data Source=."<br><br>Works a treat.<br>]]>
   </description>
   <pubDate>Mon, 06 Apr 2009 21:38:14 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1201&amp;PID=4332#4332</guid>
  </item> 
  <item>
   <title>Updating a Web Service : Im quite sure the Custom DatasourcekeyResolver...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1201&amp;PID=4331#4331</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=441" rel="nofollow">*Calsy</a><br /><strong>Subject:</strong> 1201<br /><strong>Posted:</strong> 06-Apr-2009 at 9:00pm<br /><br />Im quite sure the Custom DatasourcekeyResolver should do exactly what we want to do. Have you got any samples of using one at all. I have created a class that implements idatasourcekeyresolver but it never seems to jump into my GetKey function.<br><br>Thanks<br>]]>
   </description>
   <pubDate>Mon, 06 Apr 2009 21:00:23 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1201&amp;PID=4331#4331</guid>
  </item> 
  <item>
   <title>Updating a Web Service : Matthew, I&amp;#039;m really not clear...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1201&amp;PID=4330#4330</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1201<br /><strong>Posted:</strong> 06-Apr-2009 at 6:30pm<br /><br />Matthew, I'm really not clear on&nbsp;what some of these terms mean or what you need. <DIV>&nbsp;</DIV><DIV>"<EM>connected over IIS to their database</EM>" -&nbsp;Is this a DevForce application connected to a BOS running under IIS?&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>"<EM>our web based server</EM>" - Is this a web service?</DIV><DIV>&nbsp;</DIV><DIV>"<EM>if we could have multiple IIS connections ..."</EM> - ??</DIV><DIV>&nbsp;</DIV><DIV>Although I don't understand the use case, here are a few things to look at which may help: </DIV><UL><LI>a custom DataSourceKeyResolver, which would allow you to hide connection strings from the user, and possibly encrypt the connection string (although you would be responsible for decrypting it)</LI><LI>use of the PersistenceServiceOption flag when creating the PersistenceManager to control whether it will use the BOS or not</LI><LI>directly calling the web service from your application w/o DevForce involvement</LI></UL><DIV>&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 06 Apr 2009 18:30:45 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1201&amp;PID=4330#4330</guid>
  </item> 
  <item>
   <title>Updating a Web Service : Hi Kim, I will give you my scenario...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1201&amp;PID=4325#4325</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=441" rel="nofollow">*Calsy</a><br /><strong>Subject:</strong> 1201<br /><strong>Posted:</strong> 06-Apr-2009 at 2:36pm<br /><br />Hi Kim, I will give you my scenario and you can let me know if this is the best way to do it.<br><br>I need the application to connect to a web based sql server hosted by us. This will be so we can send information straight to the customers database. Therefore the application can be connected to databases (multiple databases) over the following scenarios:<br>1. a) Connected Locally to their database (over rdbkey connection string)<br>b) Connected to our web based server<br><br>2. a) Connected over IIS to their database<br>b) connected to our web based server<br><br>I dont want the user to see the connection string (and therefore be able to connect to it) so we cant supply it as a straight sql database connection. And we cant go over IIS because the user could already be using the IIS connection for their own database (if we could have multiple IIS connection we would be home). This is why we went down the path of web services which is great if we just want to read information but we do require to do some writing to the database.<br><br>Is there anyway we can encrypt the database connection string the in the loose Ibconfig? If not have you got any other ideas?<br><br>Thanks in advance<br><br><br><br><br>]]>
   </description>
   <pubDate>Mon, 06 Apr 2009 14:36:20 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1201&amp;PID=4325#4325</guid>
  </item> 
  <item>
   <title>Updating a Web Service : There is no plan to implement...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1201&amp;PID=4316#4316</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1201<br /><strong>Posted:</strong> 06-Apr-2009 at 8:32am<br /><br />There is no plan to implement this functionality.&nbsp; You can implement this (albeit with modest difficulty) using a custom IAdapterProvider.&nbsp; I can send you a sample of this if you're interested.]]>
   </description>
   <pubDate>Mon, 06 Apr 2009 08:32:15 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1201&amp;PID=4316#4316</guid>
  </item> 
  <item>
   <title>Updating a Web Service : Hi All, Just reading the Developers...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1201&amp;PID=4311#4311</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=441" rel="nofollow">*Calsy</a><br /><strong>Subject:</strong> 1201<br /><strong>Posted:</strong> 05-Apr-2009 at 11:07pm<br /><br />Hi All, Just reading the Developers Guide, and it says the following:<br><br>"It is not possible to update the business model through the published web service in this release of DevForce. We will add the ability to insert, update and delete business objects (and their graphs) in future version of DevForce. Of course you can write your own update methods today. This is not nearly as easy or convenient as it will be when DevForce can generate update methods for you. Hang in there."<br><br>Is there an ETA on this functionality at all?<br><br>Thanks<br>]]>
   </description>
   <pubDate>Sun, 05 Apr 2009 23:07:45 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1201&amp;PID=4311#4311</guid>
  </item> 
 </channel>
</rss>