Click here to Skip to main content
15,884,176 members
Home / Discussions / C#
   

C#

 
GeneralRe: using VB6 ActiveX dll with C# 2010 Pin
Member 160800712-Jun-12 17:30
Member 160800712-Jun-12 17:30 
GeneralRe: using VB6 ActiveX dll with C# 2010 Pin
Dave Kreskowiak12-Jun-12 17:34
mveDave Kreskowiak12-Jun-12 17:34 
QuestionSetValue and BitConverter question Pin
bonosa12-Jun-12 8:48
bonosa12-Jun-12 8:48 
QuestionReading XML from a web service Pin
JD8612-Jun-12 7:01
JD8612-Jun-12 7:01 
AnswerRe: Reading XML from a web service Pin
PIEBALDconsult12-Jun-12 7:45
mvePIEBALDconsult12-Jun-12 7:45 
GeneralRe: Reading XML from a web service Pin
JD8612-Jun-12 8:30
JD8612-Jun-12 8:30 
GeneralRe: Reading XML from a web service Pin
JD8612-Jun-12 8:35
JD8612-Jun-12 8:35 
AnswerRe: Reading XML from a web service Pin
jschell12-Jun-12 9:03
jschell12-Jun-12 9:03 
JD86 wrote:
I'm having issue understanding how I can read XML from a
webservice.
 
What webservice is sending back an object array that
contains XmlAttribute and XmlElements within the array.
 


From this and your other posts I am pretty sure your problem is that you want to
1. Get the xml
2. parse the xml
3. turn it into some sort of data structure.

Steps 2 and 3 have nothng to do with a "webservice". Steps 2/3 are the same regardless of where the xml comes from.

As far as a solution to 2/3 then the steps are.
A. FIRST determine what is in the xml.
B. Second learn how to parse xml.
C. Write code using B and knowledge from A to produce what you want.
GeneralRe: Reading XML from a web service Pin
JD8612-Jun-12 9:33
JD8612-Jun-12 9:33 
AnswerRe: Reading XML from a web service Pin
JD8612-Jun-12 10:32
JD8612-Jun-12 10:32 
QuestionURL Rewriting does not work after Publishing Code in ASP.NET,C# VS 2005 Pin
masterprogrammertech12-Jun-12 5:00
masterprogrammertech12-Jun-12 5:00 
QuestionPossible Bug in VS 2010 IDE Pin
Steve Harp12-Jun-12 4:27
Steve Harp12-Jun-12 4:27 
AnswerRe: Possible Bug in VS 2010 IDE Pin
PIEBALDconsult12-Jun-12 4:45
mvePIEBALDconsult12-Jun-12 4:45 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Steve Harp12-Jun-12 5:26
Steve Harp12-Jun-12 5:26 
AnswerRe: Possible Bug in VS 2010 IDE Pin
Eddy Vluggen12-Jun-12 8:48
professionalEddy Vluggen12-Jun-12 8:48 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Steve Harp13-Jun-12 3:47
Steve Harp13-Jun-12 3:47 
AnswerRe: Possible Bug in VS 2010 IDE Pin
Eddy Vluggen13-Jun-12 3:57
professionalEddy Vluggen13-Jun-12 3:57 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Steve Harp13-Jun-12 4:07
Steve Harp13-Jun-12 4:07 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Eddy Vluggen13-Jun-12 4:51
professionalEddy Vluggen13-Jun-12 4:51 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Steve Harp13-Jun-12 7:41
Steve Harp13-Jun-12 7:41 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Eddy Vluggen13-Jun-12 8:01
professionalEddy Vluggen13-Jun-12 8:01 
GeneralRe: Possible Bug in VS 2010 IDE Pin
Steve Harp13-Jun-12 8:20
Steve Harp13-Jun-12 8:20 
QuestionIssue with Click-once Deployment Pin
McCombi12-Jun-12 0:23
McCombi12-Jun-12 0:23 
Questionc# Pin
fadi1321112-Jun-12 0:09
fadi1321112-Jun-12 0:09 
AnswerRe: c# Pin
Pete O'Hanlon12-Jun-12 1:03
mvePete O'Hanlon12-Jun-12 1:03 

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.