Click here to Skip to main content
15,891,513 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Migrating to .NET 2.0 Pin
Kevin McFarlane6-Jun-06 10:20
Kevin McFarlane6-Jun-06 10:20 
AnswerRe: Migrating to .NET 2.0 Pin
Guffa6-Jun-06 13:11
Guffa6-Jun-06 13:11 
QuestionUser settings... Pin
Super Lloyd5-Jun-06 20:22
Super Lloyd5-Jun-06 20:22 
AnswerRe: User settings... Pin
CWIZO6-Jun-06 22:34
CWIZO6-Jun-06 22:34 
GeneralRe: User settings... Pin
Super Lloyd6-Jun-06 22:49
Super Lloyd6-Jun-06 22:49 
GeneralRe: User settings... Pin
CWIZO6-Jun-06 22:54
CWIZO6-Jun-06 22:54 
GeneralRe: User settings... Pin
Super Lloyd6-Jun-06 23:13
Super Lloyd6-Jun-06 23:13 
QuestionExecute multiple Biztalk 2004 messages from .NET Pin
mittalpa5-Jun-06 19:07
mittalpa5-Jun-06 19:07 
Hi
I am using .NET component to execute a Biztalk 2004 rules policy which takes an input xml message and returns me updated xml message, as explained in Case A.

Case A:
Input xml with ID value:
<Emp>
<ID>1002</ID>
<Income/>
</Emp>

Output xml with ID and Income value:

<Emp>
<ID>1002</ID>
<Income>50000</Income>
</Emp>


Case B:
Input xml with IDs of multiple employees:
<Employees>
<Emp>
<ID>1000</ID>
<Income/>
</Emp>
<Emp>
<ID>1001</ID>
<Income/>
</Emp>
<Emp>
<ID>1002</ID>
<Income/>
</Emp>
</Employees>




Output desired:
<Employees>
<Emp>
<ID>1000</ID>
<Income>40000</Income>
</Emp>
<Emp>
<ID>1001</ID>
<Income>50000</Income>
</Emp>
<Emp>
<ID>1002</ID>
<Income>60000</Income>
</Emp>
</Employees>

My question is: How can I acheive the desired output using .NET components? I want to execute policy only through C# code and get back the result.

Please advise. Thanks in advance.

Pankaj


Follow your goals, Means will follow you ---Gandhi---
Questionhow to display image description? [modified] Pin
mujin035-Jun-06 10:44
mujin035-Jun-06 10:44 
QuestionDifference between .net2.0 redist and IDE? Pin
Soundman32.24-Jun-06 22:46
Soundman32.24-Jun-06 22:46 
AnswerRe: Difference between .net2.0 redist and IDE? Pin
Ed.Poore7-Jun-06 12:05
Ed.Poore7-Jun-06 12:05 
QuestionLoading dynamic assembly. Pin
webC#4-Jun-06 18:51
webC#4-Jun-06 18:51 
AnswerRe: Loading dynamic assembly. Pin
Hesham Amin4-Jun-06 21:17
Hesham Amin4-Jun-06 21:17 
GeneralRe: Loading dynamic assembly. Pin
phanikumar.kanumilli5-Jun-06 23:36
phanikumar.kanumilli5-Jun-06 23:36 
Questiongdwrapper Pin
jkirkerx4-Jun-06 11:04
professionaljkirkerx4-Jun-06 11:04 
Questionselecting a row in datagrid Pin
Siva Myneni2-Jun-06 18:48
Siva Myneni2-Jun-06 18:48 
QuestionDataSet vs. DB query Pin
Rabbit172-Jun-06 9:07
Rabbit172-Jun-06 9:07 
AnswerRe: DataSet vs. DB query Pin
Stephan Samuel2-Jun-06 10:23
Stephan Samuel2-Jun-06 10:23 
AnswerRe: DataSet vs. DB query Pin
Guffa2-Jun-06 10:35
Guffa2-Jun-06 10:35 
QuestionMySQL Query help! Pin
Rabbit172-Jun-06 8:55
Rabbit172-Jun-06 8:55 
AnswerRe: MySQL Query help! Pin
Stephan Samuel2-Jun-06 10:16
Stephan Samuel2-Jun-06 10:16 
QuestionTesting user-interface Pin
Tomerland1-Jun-06 22:51
Tomerland1-Jun-06 22:51 
AnswerRe: Testing user-interface Pin
Ed.Poore2-Jun-06 6:25
Ed.Poore2-Jun-06 6:25 
AnswerRe: Testing user-interface Pin
Stephan Samuel2-Jun-06 6:43
Stephan Samuel2-Jun-06 6:43 
AnswerRe: Testing user-interface Pin
Jim Conigliaro2-Jun-06 8:37
Jim Conigliaro2-Jun-06 8:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.