samo8076
Jan 12th, 2010, 07:02 AM
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
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