Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 30, 2009 04:24 PM by James Osborne
Member
5 Points
6 Posts
Jan 28, 2009 04:18 PM|LINK
I have written a WCF Collection service. I would like to consume it with the auto generated proxy classes from the script manager object like so:
<asp:ScriptManager ID="SM" runat="server"> <Services> <asp:ServiceReference Path="~/AgentBid.svc" /> </Services> </asp:ScriptManager>
My understanding is that this is not supported by the WCF Rest Starter Kit as of yet.
Can anyone confirm this?
70 Points
30 Posts
Jan 30, 2009 04:24 PM|LINK
You are correct; this isn't supported by the SK at this point.
MaciejN
Member
5 Points
6 Posts
Clientside proxy for WCF Rest Starter Kit
Jan 28, 2009 04:18 PM|LINK
I have written a WCF Collection service. I would like to consume it with the auto generated proxy classes from the script manager object like so:
<asp:ScriptManager ID="SM" runat="server">
<Services>
<asp:ServiceReference Path="~/AgentBid.svc" />
</Services>
</asp:ScriptManager>
My understanding is that this is not supported by the WCF Rest Starter Kit as of yet.
Can anyone confirm this?
James Osborn...
Member
70 Points
30 Posts
Re: Clientside proxy for WCF Rest Starter Kit
Jan 30, 2009 04:24 PM|LINK
You are correct; this isn't supported by the SK at this point.