Click here to Skip to main content
15,892,697 members
Home / Discussions / C#
   

C#

 
AnswerRe: Switch/Case Question Pin
J4amieC26-Aug-08 3:29
J4amieC26-Aug-08 3:29 
GeneralRe: Switch/Case Question Pin
ffowler26-Aug-08 3:36
ffowler26-Aug-08 3:36 
GeneralRe: Switch/Case Question Pin
leppie26-Aug-08 3:42
leppie26-Aug-08 3:42 
GeneralRe: Switch/Case Question Pin
ffowler26-Aug-08 3:49
ffowler26-Aug-08 3:49 
GeneralRe: Switch/Case Question Pin
Pete O'Hanlon26-Aug-08 3:56
mvePete O'Hanlon26-Aug-08 3:56 
QuestionPassing data between parent, child and class Pin
ianhunt0126-Aug-08 3:08
ianhunt0126-Aug-08 3:08 
AnswerRe: Passing data between parent, child and class Pin
paas26-Aug-08 6:47
paas26-Aug-08 6:47 
Questionweb service Pin
arkiboys26-Aug-08 2:47
arkiboys26-Aug-08 2:47 
Hi,
I call a web service with relevant parameters as follows:

MyNameSpace.MyWebService.MyMethod ws;
ws.ExecuteProcess(strXML, 0);

This is the result of the web service which I call after passing the relevant parameters as shown above

<?xml version="1.0" encoding="utf-8" ?>
<string xmlns="http://tempuri.org//ServiceExecuteProcess"><ProcessExecutionResults Process="AllData" Result="Success" OutputId="Success" Records="1" User="My User name" Name="install them all" ProcessItemId="22b1d5a9-8438-403f-83a6-fb6ce1b62036" /></string>

Now I would like to get back the Result="Success"
How do I modify the above code to get to the value "Success" ?
Thanks
AnswerRe: web service Pin
leppie26-Aug-08 2:53
leppie26-Aug-08 2:53 
GeneralRe: web service Pin
arkiboys26-Aug-08 2:58
arkiboys26-Aug-08 2:58 
GeneralRe: web service Pin
leppie26-Aug-08 3:02
leppie26-Aug-08 3:02 
GeneralRe: web service Pin
arkiboys26-Aug-08 3:08
arkiboys26-Aug-08 3:08 
AnswerRe: web service Pin
Pete O'Hanlon26-Aug-08 3:08
mvePete O'Hanlon26-Aug-08 3:08 
GeneralRe: web service Pin
arkiboys26-Aug-08 3:15
arkiboys26-Aug-08 3:15 
GeneralRe: web service Pin
Pete O'Hanlon26-Aug-08 3:29
mvePete O'Hanlon26-Aug-08 3:29 
GeneralRe: web service Pin
leppie26-Aug-08 3:40
leppie26-Aug-08 3:40 
GeneralRe: web service Pin
arkiboys26-Aug-08 3:52
arkiboys26-Aug-08 3:52 
GeneralRe: web service Pin
arkiboys26-Aug-08 4:21
arkiboys26-Aug-08 4:21 
GeneralRe: web service Pin
Pete O'Hanlon26-Aug-08 4:29
mvePete O'Hanlon26-Aug-08 4:29 
QuestionScanner and TWAIN Pin
Stephen Lintott26-Aug-08 2:25
Stephen Lintott26-Aug-08 2:25 
AnswerRe: Scanner and TWAIN Pin
leppie26-Aug-08 2:45
leppie26-Aug-08 2:45 
GeneralRe: Scanner and TWAIN Pin
Stephen Lintott26-Aug-08 3:12
Stephen Lintott26-Aug-08 3:12 
Questionsocket send Pin
kk.tvm26-Aug-08 2:22
kk.tvm26-Aug-08 2:22 
AnswerRe: socket send Pin
#realJSOP26-Aug-08 2:45
mve#realJSOP26-Aug-08 2:45 
QuestionTrimEnd Question Pin
MumbleB26-Aug-08 2:21
MumbleB26-Aug-08 2:21 

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.