| CranCran77 2005-12-28, 5:57 pm |
| I want to create a web service where-in I pass a few parameters such as
a from date (string format of YYYYMMDD) and an item number. I take
these two values from the GET/POST call to the web service and make a
call inside Biztalk orchestration. The orchestration would get some
data and pass it back to the web browser.
Now, the GET/POST would come from a web form that my web application
would post to the published web service URL. How do I get the
parameters into my biztalk web service? Does passing it as URL
parameters (/myurl?param1=val1¶m2=val2) work?
Once the biztalk web service has gotten the data for the response, i
would like to present that as a HTML webpage output to the client
browser. How would I go about doing this?
Any help is appreciated.
Thanks,
Chris
|