Click here to Skip to main content
15,881,687 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
Firstly. Thank you for taking the time to reply.

I receive the response back in a continious string. It's a response to a stock enquiry but in XML format it reads.

The XMl post reads:

Firstly. Thank you for taking the time to reply.
I receive the response back in a continious string. It's a response to a stock enquiry but in XML format it reads.

The XMl post reads:

<pre lang="xml"><?xml version="1.0" encoding="UTF-8"?>
<ew:inquiry_A2 xmlns:ew="http://www.reifen.net">
<DocumentID>A2</DocumentID>
<Variant>5</Variant>
<BuyerParty>
<PartyID>300000</PartyID>
<AgencyCode>91</AgencyCode>
</BuyerParty>
<OrderLine>
<LineID>10</LineID>
<OrderedArticle>
<ArticleIdentification>
<EANUCCArticleID>5452000877154</EANUCCArticleID>
</ArticleIdentification>
<RequestedQuantity>
<QuantityValue>200</QuantityValue>
</RequestedQuantity>
</OrderedArticle>
</OrderLine>
<OrderLine>
<LineID>10</LineID>
<OrderedArticle>
<ArticleIdentification>
<EANUCCArticleID>5452001082922</EANUCCArticleID>
</ArticleIdentification>
<RequestedQuantity>
<QuantityValue>200</QuantityValue>
</RequestedQuantity>
</OrderedArticle>
</OrderLine>
</ew:inquiry_A2></pre>

An example reply would be:

<pre lang="xml"><?xml version="1.0" encoding="UTF-8" ?>
<ew:quote_A2 xmlns:ew="http://www.reifen.net">
<DocumentID>A2</DocumentID>
<Variant>5</Variant>
<ErrorHead>
<ErrorCode>0</ErrorCode>
</ErrorHead>
<BuyerParty>
<PartyID>305026</PartyID>
<AgencyCode>91</AgencyCode>
</BuyerParty>
<OrderLine>
<LineID>10</LineID>
<OrderedArticle>
<ArticleIdentification>
<ManufacturersArticleID>520654</ManufacturersArticleID>
<EANUCCArticleID>5452000877154</EANUCCArticleID>
</ArticleIdentification>
<ArticleDescription>
<ArticleDescriptionText>205/55R16 91H OPTIGRIP FP</ArticleDescriptionText>
</ArticleDescription>
<Availability>3</Availability>
<RequestedQuantity>
<QuantityValue>200</QuantityValue>
</RequestedQuantity>
<Error>
<ErrorCode>0</ErrorCode>
</Error>
<ScheduleDetails>
<DeliveryDate>9999-12-31</DeliveryDate>
<AvailableQuantity>
<QuantityValue>200</QuantityValue>
</AvailableQuantity>
</ScheduleDetails>
</OrderedArticle>
</OrderLine>
<OrderLine>
<LineID>10</LineID>
<OrderedArticle>
<ArticleIdentification>
<ManufacturersArticleID>522794</ManufacturersArticleID>
<EANUCCArticleID>5452001082922</EANUCCArticleID>
</ArticleIdentification>
<ArticleDescription>
<ArticleDescriptionText>205/55R16 91H UG 8 MS FP</ArticleDescriptionText>
</ArticleDescription>
<Availability>2</Availability>
<RequestedQuantity>
<QuantityValue>200</QuantityValue>
</RequestedQuantity>
<Error>
<ErrorCode>0</ErrorCode>
</Error>
<ScheduleDetails>
<DeliveryDate>2013-02-04</DeliveryDate>
<AvailableQuantity>
<QuantityValue>5</QuantityValue>
</AvailableQuantity>
</ScheduleDetails>
<ScheduleDetails>
<DeliveryDate>9999-12-31</DeliveryDate>
<AvailableQuantity>
<QuantityValue>195</QuantityValue>
</AvailableQuantity>
</ScheduleDetails>
</OrderedArticle>
</OrderLine>
</ew:quote_A2></pre>
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 
QuestionText Box Pin
Member 962135423-Jan-13 17:56
Member 962135423-Jan-13 17:56 
AnswerRe: Text Box Pin
Eddy Vluggen24-Jan-13 0:48
professionalEddy Vluggen24-Jan-13 0:48 

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.