-
Oct 11th, 2011, 10:06 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] Silverlight 3 (connection to soap webservices)
hello everyone,
here's the thing, i have built some webservice and it is working fine, problem is, when i try to consume them in silverlight, all silverlight recognises is the functions with async()
Is that normal? I couldn't use them this way, not sure why.
thanks
-
Oct 17th, 2011, 09:40 AM
#2
Re: Silverlight 3 (connection to soap webservices)
I'm not sure what you're asking here. I'm assuming you have a webservice with a method and when you try and access that method using a client side proxy you're getting the option of methodnameasync()?
If that's the case then that's perfectly normal as all of your calls are going to be async.
If not could you provide a little more information so I can give you a better response.
-
Oct 18th, 2011, 12:08 PM
#3
Thread Starter
Fanatic Member
Re: Silverlight 3 (connection to soap webservices)
Yeah...did notice that. Am using now async()...everything works as it should. I just thought it was odd.
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
|