Click here to Skip to main content
15,894,405 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Working with numbers???? Pin
A-dogg200916-Dec-09 17:34
A-dogg200916-Dec-09 17:34 
QuestionLocal machine problem with SQL DMO !!! Pin
cotdot1111110-Dec-09 13:27
cotdot1111110-Dec-09 13:27 
AnswerRe: Local machine problem with SQL DMO !!! Pin
Luc Pattyn10-Dec-09 14:14
sitebuilderLuc Pattyn10-Dec-09 14:14 
AnswerRe: Local machine problem with SQL DMO !!! Pin
Eddy Vluggen11-Dec-09 2:20
professionalEddy Vluggen11-Dec-09 2:20 
QuestionDataGridView in VB.NET.The empty row in the end!!! Pin
tannghia10-Dec-09 11:58
tannghia10-Dec-09 11:58 
AnswerRe: DataGridView in VB.NET.The empty row in the end!!! Pin
Andy_L_J12-Dec-09 9:05
Andy_L_J12-Dec-09 9:05 
Questionfreehand draw problem Pin
O.G.I.10-Dec-09 10:19
O.G.I.10-Dec-09 10:19 
QuestionSOAP/VB6 Reading Arrays Pin
ffowler10-Dec-09 5:37
ffowler10-Dec-09 5:37 
Hello All,

I am hoping someone could steer me in the right direction with a problem I am having.

I created a small app that sucessfully consumes a Web Service and traps the response. I am able to read individual pieces of the document but when it comes to arrays, I am having the most difficult time.

Below I have posted the XML response and what I am looking to store is the values in ref1 and ref2. But I don't know how to get at them. I see a reference to these 2 elements in the SearchServiceNames and   ServiceLastModificationDates tags but I am totally lost on how to read and hook the two up.

Any help would be most appreciated. I thank you for your time and comments.

<?xml version="1.0"?>
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:GetSearchServicesResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://www.dwdev.com/Webservices/Freezerworks/">
<SearchServicesCount>3</SearchServicesCount>
<SearchServiceNames href="#ref-1"/>
<SearchServiceLastModificationDates href="#ref-2"/>
</ns1:GetSearchServicesResponse>
<SOAP-ENC:Array SOAP-ENC:arrayType="xsd:string[3]" id="ref-1">
<item>GetIDs</item>
<item>russtest</item>
<item>russtestservice</item>
</SOAP-ENC:Array>
<SOAP-ENC:Array SOAP-ENC:arrayType="xsd:date[3]" id="ref-2">
<item>2009-11-17</item>
<item>2009-11-16</item>
<item>2009-11-16</item>
</SOAP-ENC:Array></SOAP-ENV:Body>
</SOAP-ENV:Envelope>
QuestionAntivirus Bloking My Application [modified] Pin
Anubhava Dimri10-Dec-09 1:54
Anubhava Dimri10-Dec-09 1:54 
AnswerRe: Antivirus Bloking My Application Pin
EliottA10-Dec-09 2:44
EliottA10-Dec-09 2:44 
GeneralRe: Antivirus Bloking My Application Pin
Luc Pattyn10-Dec-09 2:57
sitebuilderLuc Pattyn10-Dec-09 2:57 
QuestionApproximate zero values in an array Pin
Johnkokk9-Dec-09 23:52
Johnkokk9-Dec-09 23:52 
AnswerRe: Approximate zero values in an array Pin
Richard MacCutchan9-Dec-09 23:56
mveRichard MacCutchan9-Dec-09 23:56 
GeneralRe: Approximate zero values in an array Pin
David Skelly10-Dec-09 2:02
David Skelly10-Dec-09 2:02 
GeneralRe: Approximate zero values in an array Pin
Richard MacCutchan10-Dec-09 2:41
mveRichard MacCutchan10-Dec-09 2:41 
GeneralRe: Approximate zero values in an array Pin
EliottA10-Dec-09 2:45
EliottA10-Dec-09 2:45 
GeneralRe: Approximate zero values in an array Pin
Johnkokk10-Dec-09 6:08
Johnkokk10-Dec-09 6:08 
GeneralRe: Approximate zero values in an array Pin
nlarson1110-Dec-09 8:46
nlarson1110-Dec-09 8:46 
GeneralRe: Approximate zero values in an array Pin
Johnkokk10-Dec-09 20:52
Johnkokk10-Dec-09 20:52 
GeneralRe: Approximate zero values in an array Pin
nlarson1111-Dec-09 2:05
nlarson1111-Dec-09 2:05 
GeneralRe: Approximate zero values in an array Pin
Gideon Engelberth11-Dec-09 4:56
Gideon Engelberth11-Dec-09 4:56 
GeneralRe: Approximate zero values in an array Pin
Gideon Engelberth11-Dec-09 4:51
Gideon Engelberth11-Dec-09 4:51 
GeneralRe: Approximate zero values in an array Pin
peterchen11-Dec-09 2:43
peterchen11-Dec-09 2:43 
QuestionHow to get Hexadecimal code Pin
Pasan1489-Dec-09 23:01
Pasan1489-Dec-09 23:01 
AnswerRe: How to get Hexadecimal code Pin
Luc Pattyn9-Dec-09 23:38
sitebuilderLuc Pattyn9-Dec-09 23:38 

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.