There will be something like
[OperationContract] [WebGet] string IWannaRead(int[] ids);
work? And how to form the link \ url ( www.example.com/service.svc?ids=1,2,3,4,5,6,7,8) for the request?
www.example.com/service.svc?ids=1,2,3,4,5,6,7,8
Yes, you can. It works exactly as you indicated.
It explains:
http://social.msdn.microsoft.com/Forums/en/wcf/thread/2341c11e-92b3-4da4-aba5-858054f46c80
Source: https://habr.com/ru/post/1748399/More articles:php user library with local pear installation - phpEmacs Lisp irregular subprocesses with custom environment variables - linuxWhat is the best way to run javascript programmatically when loading an ASP.net page? - javascriptInaccessible JavaScript JavaScript property. Why does Firebug show this? - javascriptGoogle protocol buffers with Objective-C and Java - javaAndroid - autoLink - androidVisual C ++: Invalid selection size. How to make the debugger stop on this message? - memory-managementIs there a way to find out if the iPhone / iPad app is already installed? - iphoneWhere can I find good ajax support in Java / Python? - javaReport Library for Linux / C ++ / Gtk? - c ++All Articles