Click here to Skip to main content
15,912,072 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to make an asynchronous call to a web service in vb.net framework 3.5 Pin
Paul Conrad13-Nov-08 4:50
professionalPaul Conrad13-Nov-08 4:50 
GeneralRe: How to make an asynchronous call to a web service in vb.net framework 3.5 Pin
dreddy713-Nov-08 5:01
dreddy713-Nov-08 5:01 
GeneralRe: How to make an asynchronous call to a web service in vb.net framework 3.5 Pin
Paul Conrad13-Nov-08 5:03
professionalPaul Conrad13-Nov-08 5:03 
GeneralRe: How to make an asynchronous call to a web service in vb.net framework 3.5 Pin
dreddy713-Nov-08 5:07
dreddy713-Nov-08 5:07 
GeneralRe: How to make an asynchronous call to a web service in vb.net framework 3.5 Pin
Paul Conrad13-Nov-08 5:33
professionalPaul Conrad13-Nov-08 5:33 
GeneralRe: How to make an asynchronous call to a web service in vb.net framework 3.5 Pin
Paul Conrad13-Nov-08 5:37
professionalPaul Conrad13-Nov-08 5:37 
GeneralRe: How to make an asynchronous call to a web service in vb.net framework 3.5 Pin
dreddy713-Nov-08 5:57
dreddy713-Nov-08 5:57 
GeneralRe: How to make an asynchronous call to a web service in vb.net framework 3.5 Pin
Paul Conrad13-Nov-08 6:15
professionalPaul Conrad13-Nov-08 6:15 
dreddy7 wrote:
.I am actually new to web services.


Same here, and have picked up on it relatively quickly. For future reference, put your code inside the code block or inline code tags at the bottom of the reply form. It makes it easier to read Cool | :cool:

dreddy7 wrote:
the code that I have on my Windows app is a simple one for now.


At least you are not dealing with passing xml right now like I am trying to do. My case works sort of okay but even though I am returning XmlDocument, my test app is looking for XmlElement. Now, set aside my banter, back to your problem....

Dim strUrl As String = "http://localhost:5404/CoolService/Service.asmx", I took out CoolService, and left it as Dim strUrl As String = "http://localhost:5404/Service.asmx" and it looks like it worked. Suspicious | :suss:

"The clue train passed his station without stopping." - John Simmons / outlaw programmer

"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

"Not only do you continue to babble nonsense, you can't even correctly remember the nonsense you babbled just minutes ago." - Rob Graham


GeneralRe: How to make an asynchronous call to a web service in vb.net framework 3.5 Pin
dreddy713-Nov-08 6:23
dreddy713-Nov-08 6:23 
GeneralRe: How to make an asynchronous call to a web service in vb.net framework 3.5 Pin
Paul Conrad13-Nov-08 6:29
professionalPaul Conrad13-Nov-08 6:29 
GeneralRe: How to make an asynchronous call to a web service in vb.net framework 3.5 Pin
Paul Conrad13-Nov-08 6:42
professionalPaul Conrad13-Nov-08 6:42 
GeneralRe: How to make an asynchronous call to a web service in vb.net framework 3.5 Pin
Paul Conrad13-Nov-08 6:22
professionalPaul Conrad13-Nov-08 6:22 
QuestionAlign form with Excel Window Pin
craigmg7812-Nov-08 9:19
craigmg7812-Nov-08 9:19 
AnswerRe: Align form with Excel Window Pin
Dave Kreskowiak12-Nov-08 10:42
mveDave Kreskowiak12-Nov-08 10:42 
GeneralRe: Align form with Excel Window Pin
craigmg7812-Nov-08 10:59
craigmg7812-Nov-08 10:59 
GeneralRe: Align form with Excel Window Pin
sph3rex12-Nov-08 11:12
sph3rex12-Nov-08 11:12 
GeneralRe: Align form with Excel Window Pin
Dave Kreskowiak13-Nov-08 4:05
mveDave Kreskowiak13-Nov-08 4:05 
QuestionSending Bytes Packet to Remote System Pin
ajorge200812-Nov-08 4:48
ajorge200812-Nov-08 4:48 
AnswerRe: Sending Bytes Packet to Remote System Pin
Dave Kreskowiak12-Nov-08 6:38
mveDave Kreskowiak12-Nov-08 6:38 
AnswerRe: Sending Bytes Packet to Remote System Pin
Rajesh Anuhya12-Nov-08 17:46
professionalRajesh Anuhya12-Nov-08 17:46 
QuestionTrimming special characters in VB 6.0 Pin
indian14312-Nov-08 4:33
indian14312-Nov-08 4:33 
AnswerRe: Trimming special characters in VB 6.0 Pin
Jon_Boy12-Nov-08 6:07
Jon_Boy12-Nov-08 6:07 
GeneralRe: Trimming special characters in VB 6.0 Pin
indian14312-Nov-08 6:12
indian14312-Nov-08 6:12 
GeneralRe: Trimming special characters in VB 6.0 Pin
sph3rex12-Nov-08 6:35
sph3rex12-Nov-08 6:35 
GeneralRe: Trimming special characters in VB 6.0 Pin
indian14312-Nov-08 6:56
indian14312-Nov-08 6:56 

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.