I have a web service using soap that works when I fill in the text boxes when I submit, but I want it to automatically submit when values are submitted via the request string, but it wont submit. How do I do this?What you are doing is just testing the WEB Service.
If you want to use all of the functions you have done; just add a WEB Reference to your WEB Service.
Right-Click your project and Select Add WEB Reference.
You can get your web page to accept the querystring parameters, which in turn submit to the SOAP web reqeust.
Now, if only you were working with REST... ;)
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment