Click here to Skip to main content
15,867,568 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Windows admin mode mistries Pin
solankinkdpr30-Jan-13 19:07
solankinkdpr30-Jan-13 19:07 
AnswerRe: Windows admin mode mistries Pin
Eddy Vluggen30-Jan-13 22:35
professionalEddy Vluggen30-Jan-13 22:35 
GeneralRe: Windows admin mode mistries Pin
solankinkdpr31-Jan-13 2:29
solankinkdpr31-Jan-13 2:29 
GeneralRe: Windows admin mode mistries Pin
Eddy Vluggen31-Jan-13 3:21
professionalEddy Vluggen31-Jan-13 3:21 
AnswerRe: Windows admin mode mistries Pin
Dave Kreskowiak30-Jan-13 8:26
mveDave Kreskowiak30-Jan-13 8:26 
Questionserial number with project Pin
olivertechy29-Jan-13 15:33
olivertechy29-Jan-13 15:33 
AnswerRe: serial number with project Pin
Eddy Vluggen30-Jan-13 8:17
professionalEddy Vluggen30-Jan-13 8:17 
QuestionParse XML Response String And Get Usable Variables Pin
pjgoodis29-Jan-13 4:46
pjgoodis29-Jan-13 4:46 
Hi,

I'm new to VB.net and totally new to XML. I am building a program that receives a response to a XML inquiry from hwresponse.GetResponseStream. So far I have been able to submit the request and receive a response. I now need take that response (in the form of a string) and convert it to a format which will allow me to make decisions based on it. Perhaps by creating dataset/datatable and passing to variables.

I've spent days Googling an can't find anything in VB.net that fits. I know this is down to my lack of knowledge and a tiny brain. I would be eternally grateful to anyone who could help.

Example of response string:

<ew:quote_a2 xmlns:ew="http://www.reifen.net"><documentid>Stock Equiry<variant>5<errorhead><errorcode>915<buyerparty><partyid>4564564<agencycode>91<orderline><lineid>10<orderedarticle><articleidentification><eanuccarticleid>EAN<articledescription><articledescriptiontext><availability>0<requestedquantity><quantityvalue>200<error><errorcode>0<scheduledetails><deliverydate>9999-12-31<availablequantity><quantityvalue>0<orderline><lineid>20<orderedarticle><articleidentification><eanuccarticleid>3188642010025<articledescription><articledescriptiontext><availability>0<requestedquantity><quantityvalue>200<error><errorcode>0<scheduledetails><deliverydate>9999-12-31<availablequantity><quantityvalue>0<orderline><lineid>30<orderedarticle><articleidentification><eanuccarticleid>3188642037114<articledescription><articledescriptiontext><availability>0<requestedquantity><quantityvalue>200<error><errorcode>0<scheduledetails><deliverydate>9999-12-31<availablequantity><quantityvalue>0<orderline><lineid>40<orderedarticle><articleidentification><eanuccarticleid>3188642146762<articledescription><articledescriptiontext><availability>0<requestedquantity><quantityvalue>200<error><errorcode>0<scheduledetails><deliverydate>9999-12-31<availablequantity><quantityvalue>0<orderline><lineid>50<orderedarticle><articleidentification><eanuccarticleid>3188642256645<articledescription><articledescriptiontext><availability>0<requestedquantity><quantityvalue>200<error><errorcode>0<scheduledetails><deliverydate>9999-12-31<availablequantity><quantityvalue>0<orderline><lineid>60<orderedarticle><articleidentification><eanuccarticleid>3188642258182<articledescription><articledescriptiontext><availability>0<requestedquantity><quantityvalue>200<error><errorcode>0<scheduledetails><deliverydate>9999-12-31<availablequantity><quantityvalue>0<orderline><lineid>70<orderedarticle><articleidentification><eanuccarticleid>3188642258199<articledescription><articledescriptiontext><availability>0<requestedquantity><quantityvalue>200<error><errorcode>0<scheduledetails><deliverydate>9999-12-31<availablequantity><quantityvalue>0<orderline><lineid>80<orderedarticle><articleidentification><eanuccarticleid>3188642276841<articledescription><articledescriptiontext><availability>0<requestedquantity><quantityvalue>200<error><errorcode>0<scheduledetails><deliverydate>9999-12-31<availablequantity><quantityvalue>0<orderline><lineid>90<orderedarticle><articleidentification><eanuccarticleid>3188642315786<articledescription><articledescriptiontext><availability>0<requestedquantity><quantityvalue>200<error><errorcode>0<scheduledetails><deliverydate>9999-12-31<availablequantity><quantityvalue>0<orderline><lineid>100<orderedarticle><articleidentification><eanuccarticleid>3188642323231<articledescription><articledescriptiontext><availability>0<requestedquantity><quantityvalue>200<error><errorcode>0<scheduledetails><deliverydate>9999-12-31<availablequantity><quantityvalue>0"
AnswerRe: Parse XML Response String And Get Usable Variables Pin
Alan N29-Jan-13 6:05
Alan N29-Jan-13 6:05 
GeneralRe: Parse XML Response String And Get Usable Variables Pin
pjgoodis29-Jan-13 22:05
pjgoodis29-Jan-13 22:05 
QuestionMicrosoft ReportViewer Pin
IgaBaro28-Jan-13 16:30
IgaBaro28-Jan-13 16:30 
AnswerRe: Microsoft ReportViewer Pin
IgaBaro29-Jan-13 15:28
IgaBaro29-Jan-13 15:28 
QuestionHow to detect a Mobile device name Pin
MoDy kareem28-Jan-13 3:55
MoDy kareem28-Jan-13 3:55 
QuestionPLZ any one tell me the program to open an exe file with parallel port using visual basic Pin
kspcr26-Jan-13 0:20
kspcr26-Jan-13 0:20 
SuggestionRe: PLZ any one tell me the program to open an exe file with parallel port using visual basic Pin
Richard MacCutchan26-Jan-13 1:25
mveRichard MacCutchan26-Jan-13 1:25 
Questiondeveloping an software Pin
liltil1024-Jan-13 1:28
liltil1024-Jan-13 1:28 
AnswerRe: developing an software Pin
Richard MacCutchan24-Jan-13 1:52
mveRichard MacCutchan24-Jan-13 1:52 
AnswerRe: developing an software Pin
Dave Kreskowiak24-Jan-13 3:38
mveDave Kreskowiak24-Jan-13 3:38 
Questioninsert data in single column of table in database fom difftern txtbox Pin
supriya93123-Jan-13 19:48
supriya93123-Jan-13 19:48 
QuestionRe: insert data in single column of table in database fom difftern txtbox Pin
Eddy Vluggen24-Jan-13 0:49
professionalEddy Vluggen24-Jan-13 0:49 
AnswerRe: insert data in single column of table in database fom difftern txtbox Pin
Abhinav S24-Jan-13 1:19
Abhinav S24-Jan-13 1:19 
AnswerRe: insert data in single column of table in database fom difftern txtbox Pin
ujju.129-Jan-13 20:21
ujju.129-Jan-13 20:21 
QuestionEvents Pin
Member 962135423-Jan-13 18:02
Member 962135423-Jan-13 18:02 
AnswerRe: Events Pin
Richard MacCutchan23-Jan-13 23:12
mveRichard MacCutchan23-Jan-13 23:12 
AnswerRe: Events Pin
Thomas Daniels26-Jan-13 3:52
mentorThomas Daniels26-Jan-13 3:52 

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.