|
-
Jan 12th, 2010, 07:02 AM
#1
Thread Starter
Lively Member
Using a Web Service in Silverlight 3 and VB.net 2008
Hi guys,
Im using Silver light 3 in vb.net Visual Studio 2008.
My web service had simply test functions a the moment including the standard 'Hello World' function.
I have referenced the web service no problem in Silver light but im really stuck how to return my 'hello world' function. Iv seen various examples on the net but im really stuck as to how to use them as the are in c#
here is my code iv got so far.....
Dim t As New ColonySL.ServiceReference1.ColonySLSoapClient
t.HelloWorldAsync()
but whatever i try will not return the simple 'hello world' string
had anybody got a simple example in vb?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|