how to wind database to wcf reference which is store remotely
WCF and WF
2
Posts
2
Posters
0
Views
1
Watching
-
i am new to WCF and i want to know how to bind data to remotely wcf. provide the solution for it.
-
i am new to WCF and i want to know how to bind data to remotely wcf. provide the solution for it.
Would you mind rephrasing the question? We do not bind data to services. Do you mean sending data? If yes, then here you go: Your service should expose a method which should take an object which contains the data you want to send (DataContract/MessageContract). Your client application calls this method and sends the data to the service using this object.
"Your code will never work, Luc's always will.", Richard MacCutchan[^]