<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>mdsutilities Discussions Rss Feed</title><link>http://mdsutilities.codeplex.com/discussions</link><description>mdsutilities Discussions Rss Description</description><item><title>New Post: Services for getting data with related entities</title><link>http://mdsutilities.codeplex.com/discussions/429340</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Great, glad to hear it.&amp;nbsp; Just for completeness sake, the subscription views are efficient for the following kinds of lookups:&lt;/p&gt;
&lt;p&gt;-Lookup entities by Name&lt;/p&gt;
&lt;p&gt;-Lookup entities by Code&lt;/p&gt;
&lt;p&gt;-Lookup entities by the value of a Domain Attribute&lt;/p&gt;
&lt;p&gt;A lookup of an entity by a non-domain attribute that is not Code or Name generally requires a scan of the entire entity table.&amp;nbsp; If you have only a few thousand entity members this is probably fine, but if you have millions of entity members this can get
 expensive.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;
&lt;/div&gt;</description><author>dbrowne</author><pubDate>Wed, 16 Jan 2013 16:55:54 GMT</pubDate><guid isPermaLink="false">New Post: Services for getting data with related entities 20130116045554P</guid></item><item><title>New Post: Services for getting data with related entities</title><link>http://mdsutilities.codeplex.com/discussions/429340</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi David&lt;/p&gt;
&lt;p&gt;Just wanted to thank you agan for giving the idea, i have done a WCF web service to the subsription view, i created and its a drastic improvement. Iwas taking 12 sec through MDS and now its taking 600 millisecs.&lt;/p&gt;
&lt;p&gt;Thanks again&lt;/p&gt;
&lt;p&gt;Sachin&lt;/p&gt;
&lt;/div&gt;</description><author>sachbat</author><pubDate>Wed, 16 Jan 2013 16:50:04 GMT</pubDate><guid isPermaLink="false">New Post: Services for getting data with related entities 20130116045004P</guid></item><item><title>New Post: Services for getting data with related entities</title><link>http://mdsutilities.codeplex.com/discussions/429340</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;
&lt;div&gt;&lt;span style=""&gt;Thanks David for a good suggestion.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=""&gt;I will try this tomorrow and let you know if I have any problems and the performance improvement.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=""&gt;&lt;br&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=""&gt;Thanks&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=""&gt;Sachin&lt;/span&gt;&lt;/div&gt;
&lt;br&gt;
&lt;span style=""&gt;Sent from my iPhone&lt;/span&gt;&lt;/div&gt;
&lt;div style=""&gt;&lt;br&gt;
On Jan 11, 2013, at 3:58 PM, &amp;quot;dbrowne&amp;quot; &amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;blockquote type="cite" style=""&gt;
&lt;div&gt;
&lt;p&gt;From: dbrowne&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody"&gt;
&lt;p&gt;For improved performance retrieving entity data (for a single entity or across entites), consider bypassing the MDS web services APIs and reading data either directly from the Subscription Views, or populating an read-only relational model in SQL Server
 that materializes the canonical attributes of your master data entities.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;If you design a simple relational schema and load that periodically from your subscription views, you can easily build Web Services with EF and WCF or WCF Data Services that are very fast and scalable.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;</description><author>sachbat</author><pubDate>Mon, 14 Jan 2013 04:40:14 GMT</pubDate><guid isPermaLink="false">New Post: Services for getting data with related entities 20130114044014A</guid></item><item><title>New Post: Services for getting data with related entities</title><link>http://mdsutilities.codeplex.com/discussions/429340</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;For improved performance retrieving entity data (for a single entity or across entites), consider bypassing the MDS web services APIs and reading data either directly from the Subscription Views, or populating an read-only relational model in SQL Server
 that materializes the canonical attributes of your master data entities.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you design a simple relational schema and load that periodically from your subscription views, you can easily build Web Services with EF and WCF or WCF Data Services that are very fast and scalable.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;
&lt;/div&gt;</description><author>dbrowne</author><pubDate>Fri, 11 Jan 2013 20:58:16 GMT</pubDate><guid isPermaLink="false">New Post: Services for getting data with related entities 20130111085816P</guid></item><item><title>New Post: Services for getting data with related entities</title><link>http://mdsutilities.codeplex.com/discussions/429340</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi David&lt;/p&gt;
&lt;p&gt;Your CRUD web service generator utility is very helpful. What i am trying to achive now is how can i write a service for getting the data from related enitities because in your utility or in any other example we just get data from an entity.&lt;/p&gt;
&lt;p&gt;I already tried getting data from different entity and wrote logic in .NET&amp;nbsp;to get what i want and then form a object and expose as WCF service but the calls to different related entities is taking too much time.&lt;/p&gt;
&lt;p&gt;So in short what i am asking is either a way to improve the performance if we have to make individual calls to different entities or any other way to get the data as a service from related entities.&lt;/p&gt;
&lt;p&gt;Any help will be appreciated as always..&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Sachin&lt;/p&gt;
&lt;/div&gt;</description><author>sachbat</author><pubDate>Fri, 11 Jan 2013 20:25:15 GMT</pubDate><guid isPermaLink="false">New Post: Services for getting data with related entities 20130111082515P</guid></item><item><title>New Post: Inserting into entities with FK Relationship &amp; transactions</title><link>http://mdsutilities.codeplex.com/discussions/401449</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi David&lt;/p&gt;
&lt;p&gt;Thanks for your suggestion.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Sachin&lt;/p&gt;&lt;/div&gt;</description><author>sachbat</author><pubDate>Wed, 31 Oct 2012 19:39:23 GMT</pubDate><guid isPermaLink="false">New Post: Inserting into entities with FK Relationship &amp; transactions 20121031073923P</guid></item><item><title>New Post: Inserting into entities with FK Relationship &amp; transactions</title><link>http://mdsutilities.codeplex.com/discussions/401449</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You can hit Entity Based Staging from your app.&amp;nbsp; You may not get great concurrency when hitting the staging tables from your code.&lt;/p&gt;
&lt;p&gt;For instance you can put a stored procedure in another database on the same instance (or run a TSQL batch), something like:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;create procedure [dbo].[insertSTATUS] (@code nvarchar(255), @name nvarchar(255), @description nvarchar(255) )
as
/*
BEGIN TRANSACTION
delete from mds2012.stg.STATUS_Leaf
exec [insertSTATUS] 'asdfadsf','abcdef', 'dkfjdkj'
select *
from mds2012.stg.viw_STATUS_MemberErrorDetails
select * from mds2012.stg.STATUS_Leaf 
ROLLBACK
*/
begin
    set nocount on
    declare @batchTag nvarchar(50) = cast(newid() as nvarchar(50))
    INSERT INTO mds2012.[stg].STATUS_Leaf  ( ImportType, BatchTag, Code,  Name, Description  )
    SELECT 2, @batchTag, @code, @name, @description

    EXEC mds2012.stg.udp_STATUS_Leaf  'VERSION_1', @BatchTag=@batchTag
    declare @ed nvarchar(255)
    declare @ec int;
    select @ed = errorDescription , @ec = UniqueErrorCode
    from mds2012.stg.viw_STATUS_MemberErrorDetails
    where batchTag = @batchtag
    delete from mds2012.stg.STATUS_Leaf where BatchTag = @batchTag
    if @ec &amp;lt; 50000 
        set @ec = 50001
    if (@ed is not null)
    begin
      throw  @ec, @ed, 1;
    end

end&lt;/pre&gt;&lt;/div&gt;</description><author>dbrowne</author><pubDate>Wed, 31 Oct 2012 19:28:22 GMT</pubDate><guid isPermaLink="false">New Post: Inserting into entities with FK Relationship &amp; transactions 20121031072822P</guid></item><item><title>New Post: Inserting into entities with FK Relationship &amp; transactions</title><link>http://mdsutilities.codeplex.com/discussions/401449</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi David&lt;/p&gt;
&lt;p&gt;Thanks for your reply, i will have to do it through web services as i need to create members in entities as soon as they are creted in our CRM system in Dynamics.&lt;/p&gt;
&lt;p&gt;Can i do Entity Based Staging Live? I mean not though SSIS. The only way i am aware of doing Entity Based Staging is though SSIS which will run like a job once, twice or n number of times daily but it will not be live.&lt;/p&gt;
&lt;p&gt;If you have any suggestions please let me know.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Sachin&lt;/p&gt;&lt;/div&gt;</description><author>sachbat</author><pubDate>Wed, 31 Oct 2012 18:23:53 GMT</pubDate><guid isPermaLink="false">New Post: Inserting into entities with FK Relationship &amp; transactions 20121031062353P</guid></item><item><title>New Post: Inserting into entities with FK Relationship &amp; transactions</title><link>http://mdsutilities.codeplex.com/discussions/401449</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;MDS will not allow an entity to be loaded with an invalid domain-based attribute.&amp;nbsp; So you generally need to load the entities in the correct order.&lt;/p&gt;
&lt;p&gt;Also the MDS web services do not support transactions.&amp;nbsp; Each call to the web services is atomic.&amp;nbsp; Your options are&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1) Use a TransactionScope for your _other_ transactional resources and commit or roll them back based on whether the MDS operations succeed.&lt;/p&gt;
&lt;p&gt;2) Use the MDS transaction tracking function to implement compensating transactions in case of failure.&lt;/p&gt;
&lt;p&gt;3) load data through Entity-Based Staging, which is transactional,&amp;nbsp;instead of the Web Services&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;&lt;/div&gt;</description><author>dbrowne</author><pubDate>Wed, 31 Oct 2012 18:01:05 GMT</pubDate><guid isPermaLink="false">New Post: Inserting into entities with FK Relationship &amp; transactions 20121031060105P</guid></item><item><title>New Post: Inserting into entities with FK Relationship &amp; transactions</title><link>http://mdsutilities.codeplex.com/discussions/401449</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi David&lt;/p&gt;
&lt;p&gt;I am having issues while inserting members in entities with FK Relationship (Domain Based)&amp;nbsp;using CRUD Web Services. Is there any way which takes care of that or do we have to handle it based on whihc entity goes forst and then which entity after that.&lt;/p&gt;
&lt;p&gt;Secondly i wanted to ask you if i am handling the inserts into entities on my own, i want to use Transactions. I tried using TransactionScope in C# but thats not working. Do you have any recommendations for this or any other way i can achieve this.&lt;/p&gt;
&lt;p&gt;Please let me know&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Sachin&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;&lt;span style="font-family:Consolas; color:#2b91af; font-size:x-small"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>sachbat</author><pubDate>Wed, 31 Oct 2012 16:09:01 GMT</pubDate><guid isPermaLink="false">New Post: Inserting into entities with FK Relationship &amp; transactions 20121031040901P</guid></item><item><title>New Post: Using MDSEntityCCRUDOperation Add Entity - how can i get the code generates in MDS</title><link>http://mdsutilities.codeplex.com/discussions/399946</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi David&lt;/p&gt;
&lt;p&gt;Thanks for replying back, it took me some time while waiting for you but i figured that. Its good that you took some time as i did it myself and after you replied i am confirmed what i did was right.&lt;/p&gt;
&lt;p&gt;Thanks again !!!&lt;/p&gt;
&lt;p&gt;Sachin&lt;/p&gt;&lt;/div&gt;</description><author>sachbat</author><pubDate>Mon, 22 Oct 2012 13:20:54 GMT</pubDate><guid isPermaLink="false">New Post: Using MDSEntityCCRUDOperation Add Entity - how can i get the code generates in MDS 20121022012054P</guid></item><item><title>New Post: Using MDSEntityCCRUDOperation Add Entity - how can i get the code generates in MDS</title><link>http://mdsutilities.codeplex.com/discussions/399946</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Good catch.&amp;nbsp; That API needs an update for the Autogenerated code functionality.&lt;/p&gt;
&lt;p&gt;Checked it in and AddMember now looks like this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: blue;"&gt;public&lt;/span&gt; &lt;span style="color: blue;"&gt;string&lt;/span&gt; AddMember(&lt;span style="color: blue;"&gt;string&lt;/span&gt; code, IDictionary&amp;lt;&lt;span style="color: blue;"&gt;string&lt;/span&gt;, &lt;span style="color: blue;"&gt;object&lt;/span&gt;&amp;gt; values)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: blue;"&gt;return&lt;/span&gt; AddMember(CreateMemberFromAttributes(code, values));&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: blue;"&gt;protected&lt;/span&gt; &lt;span style="color: blue;"&gt;string&lt;/span&gt; AddMember(Member member)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: blue;"&gt;var&lt;/span&gt; members = &lt;span style="color: blue;"&gt;new&lt;/span&gt; EntityMembers() { Members = &lt;span style="color: blue;"&gt;new&lt;/span&gt; List&amp;lt;Member&amp;gt;(1) };&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; members.ModelId = &lt;span style="color: blue;"&gt;new&lt;/span&gt; Identifier() { Id = ModelId };&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; members.VersionId = &lt;span style="color: blue;"&gt;new&lt;/span&gt; Identifier() { Id = VersionId };&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; members.EntityId = &lt;span style="color: blue;"&gt;new&lt;/span&gt; Identifier() { Name = EntityName };&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; members.Members.Add(member);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OperationResult rc;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: blue;"&gt;var&lt;/span&gt; ids = client.EntityMembersCreate(&lt;span style="color: blue;"&gt;new&lt;/span&gt; International(), members,&lt;span style="color: blue;"&gt;true&lt;/span&gt;,&lt;span style="color: blue;"&gt;out&lt;/span&gt; rc);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: blue;"&gt;if&lt;/span&gt; (rc.Errors.Count &amp;gt; 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: blue;"&gt;throw&lt;/span&gt; &lt;span style="color: blue;"&gt;new&lt;/span&gt; InvalidOperationException(rc.Errors[0].Description);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: blue;"&gt;return&lt;/span&gt; ids[0].Code;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;&lt;/div&gt;</description><author>dbrowne</author><pubDate>Thu, 18 Oct 2012 21:28:12 GMT</pubDate><guid isPermaLink="false">New Post: Using MDSEntityCCRUDOperation Add Entity - how can i get the code generates in MDS 20121018092812P</guid></item><item><title>New Post: Using MDSEntityCCRUDOperation Add Entity - how can i get the code generates in MDS</title><link>http://mdsutilities.codeplex.com/discussions/399946</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi David&lt;/p&gt;
&lt;p&gt;I am using your MDSEntityCRUDOperations.cs and after adding the entity i would like to know how can i get the code which is generated automatically in the entity assuming i have code auto generated specified in MDS.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Sachin&lt;/p&gt;
&lt;/div&gt;</description><author>sachbat</author><pubDate>Thu, 18 Oct 2012 18:09:51 GMT</pubDate><guid isPermaLink="false">New Post: Using MDSEntityCCRUDOperation Add Entity - how can i get the code generates in MDS 20121018060951P</guid></item><item><title>New Post: How to use CRUD WebService</title><link>http://mdsutilities.codeplex.com/discussions/387952</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&lt;a href="http://xxxxxx/Service/Service.svc"&gt;http://xxxxxx/Service/Service.svc&lt;/a&gt;? is running fine. Its running on a remote server (virtual server)&lt;/p&gt;
&lt;p&gt;I am the administrator on my machine.&lt;/p&gt;&lt;/div&gt;</description><author>sachbat</author><pubDate>Wed, 25 Jul 2012 16:35:59 GMT</pubDate><guid isPermaLink="false">New Post: How to use CRUD WebService 20120725043559P</guid></item><item><title>New Post: How to use CRUD WebService</title><link>http://mdsutilities.codeplex.com/discussions/387952</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Can you open a browser and navigate to &lt;a href="http://xxxxxx/Service/Service.svc"&gt;http://xxxxxx/Service/Service.svc&lt;/a&gt;?&amp;nbsp; Is MDS running locally or on a remote server?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You might try running Visual Studio with elevation.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;&lt;/div&gt;</description><author>dbrowne</author><pubDate>Wed, 25 Jul 2012 16:31:34 GMT</pubDate><guid isPermaLink="false">New Post: How to use CRUD WebService 20120725043134P</guid></item><item><title>New Post: How to use CRUD WebService</title><link>http://mdsutilities.codeplex.com/discussions/387952</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi David&lt;/p&gt;
&lt;p&gt;Thanks for getting back, i am getting "Access is denied error" if i debug the solution i get "SOAP security negotiation with 'http://xxxxxx:81/Service/Service.svc' for target 'http://xxxxxx/Service/Service.svc' failed. See inner exception for more details.&lt;/p&gt;
&lt;p&gt;"{"The Security Support Provider Interface (SSPI) negotiation failed."}" as the inner exception.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Sachin&lt;/p&gt;&lt;/div&gt;</description><author>sachbat</author><pubDate>Wed, 25 Jul 2012 16:27:45 GMT</pubDate><guid isPermaLink="false">New Post: How to use CRUD WebService 20120725042745P</guid></item><item><title>New Post: How to use CRUD WebService</title><link>http://mdsutilities.codeplex.com/discussions/387952</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;And what is the error you are getting?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;David&lt;/p&gt;&lt;/div&gt;</description><author>dbrowne</author><pubDate>Wed, 25 Jul 2012 16:23:47 GMT</pubDate><guid isPermaLink="false">New Post: How to use CRUD WebService 20120725042347P</guid></item><item><title>New Post: How to use CRUD WebService</title><link>http://mdsutilities.codeplex.com/discussions/387952</link><description>&lt;div style="line-height: normal;"&gt;This discussion has been copied to a work item. Click &lt;a href="http://mdsutilities.codeplex.com/workitem/32969"&gt;here&lt;/a&gt; to go to the work item and continue the discussion.&lt;/div&gt;</description><author>dbrowne</author><pubDate>Wed, 25 Jul 2012 16:21:57 GMT</pubDate><guid isPermaLink="false">New Post: How to use CRUD WebService 20120725042157P</guid></item><item><title>New Post: How to use CRUD WebService</title><link>http://mdsutilities.codeplex.com/discussions/387952</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi David&lt;/p&gt;
&lt;p&gt;I would like to know how can i use the CRUD web service. I tried to download your project and change the servoce reference to mine but it doesn't work. It throws errors, is there any way you can provide me with the steps for doing it. I am not an expert
 in .NET but i can certainly try things if you can guide me.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Sachin&lt;/p&gt;
&lt;/div&gt;</description><author>sachbat</author><pubDate>Tue, 24 Jul 2012 13:56:02 GMT</pubDate><guid isPermaLink="false">New Post: How to use CRUD WebService 20120724015602P</guid></item><item><title>New Post: Does this project still works on 2008 R2 ?</title><link>http://mdsutilities.codeplex.com/discussions/371329</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Just as noted on the front page.&amp;nbsp; The new custom workflow stuff from the 2012 version would probably work on 2008 R2.&lt;/p&gt;&lt;/div&gt;</description><author>dbrowne</author><pubDate>Tue, 17 Jul 2012 16:45:24 GMT</pubDate><guid isPermaLink="false">New Post: Does this project still works on 2008 R2 ? 20120717044524P</guid></item></channel></rss>