Calling Web Data Service from .vb code

Hello,

I setup a web data service. I was able to pass parameters through a query string and receive the xml response. I tried implementing a call to these services from .vb usingWebDataContext &WebDataQuery, but was unable to get it working. Does anyone have any examples of calling an Astroria web data service from a asp.net .vb page?

Thanks,

-Robert

[582 byte] By [ren] at [2008-2-2]
# 1
Perhaps you could post the error message you got, or the symptoms you encountered. There's not much we can do to help troubleshoot if all we know is that you didn't get it working.
KevinHoffman at 2007-10-2 > top of Msdn Tech,Incubation Technologies,Project Codename: Astoria...
# 2

I figured this one out. I was having problems using Astoria in Silverlight. I was attempting a cross-browser call to the service, which was causing errors. This was resolved once I following the information on the following site.

http://dedjo.blogspot.com/2007/06/cross-domain-calls-and-server-side.html

-Robert

ren at 2007-10-2 > top of Msdn Tech,Incubation Technologies,Project Codename: Astoria...