D
depova
I've been trying to figure this out but can't seem to grasp it. I'm
very new to web services and am trying to create a simple one that can
receive and submit to a sql table to be used by Infopath. I have been
able to do this thanks to this microsoft article.
http://msdn.microsoft.com/library/d...y/en-us/odc_ip2003_tr/html/odc_INF_Lab_09.asp
Now I want to be able to use parameters to create query fields in
infopath so that these results can be easily filtered. This is where
I'm lost. I've tried using the SqlParameters but when I add them into
the select statement it makes the web service not work. (says it's
missing an expected parameter which was not supplied) I'm assuming I'm
missing code to be put into the webmethod but I don't know what goes
in. Any help would be greately appreciated. thanks.
very new to web services and am trying to create a simple one that can
receive and submit to a sql table to be used by Infopath. I have been
able to do this thanks to this microsoft article.
http://msdn.microsoft.com/library/d...y/en-us/odc_ip2003_tr/html/odc_INF_Lab_09.asp
Now I want to be able to use parameters to create query fields in
infopath so that these results can be easily filtered. This is where
I'm lost. I've tried using the SqlParameters but when I add them into
the select statement it makes the web service not work. (says it's
missing an expected parameter which was not supplied) I'm assuming I'm
missing code to be put into the webmethod but I don't know what goes
in. Any help would be greately appreciated. thanks.