Click to See Complete Forum and Search --> : Passing parameters in webservice


datki
May 31st, 2004, 10:13 AM
Hello, here is my scenario:

On the server-side, I have a report published as web-service.
On the client-side, I have a windows-application. Everything is going ok, but if I want to customize datasource (I mean to pass some parameters from windows-form to the web-service), I don't know how.
I set the datasource in web-service, something like :
select id, name from Emp where id = param (I want to pass param from windows-form to web-service, but hte proble is that I don't know at design time if teh query is refined---> user can choose this from w-form).

Any thoughts?

Best regards