Silverlight and PL/SQL Web Serivce
-
Friday, February 15, 2008 2:30 AM
Hi
I was thinking the other day, if we can use a PL/SQL Web Service in a XAML Page.
VS 2008 did allow me to add the web service in the Silverlight Project, but in the XAML.CS file, the Intellisense didnt show any references to the web service!
so how to about it?
All Replies
-
Friday, February 15, 2008 2:43 AM
Normally, you can add the ASP.NET web service from "Add Web Reference" in Silverlight project. If it doesn't show in intellisense, please check the web proxy file under web reference in Solution Explorer.
-
Monday, February 18, 2008 5:18 AM
Hello, I believe PL/SQL Web Services use SOAP, which is not supported in Silverlight 1.0/1.1. Today you can only invoke JSON services. In Silverlight 2, however, we will support SOAP.
-
Monday, February 18, 2008 9:14 PM
Oh. Okay. Good to know. I didn't know that PL-SQL web services use SOAP.

