Hi all,
I'm involved in a project that would call a webservice dynamically.
I have figured out a way to call a webservice method that has no method parameters on it, but now what I need is for me to call web methods that have parameters on it.
Was wondering if there are good examples on how I could create a soap envelope and how I could include this in my HttpWebRequest?
Thank you so much!
Cheers, Ann