Form to Webservice

  • Thread starter Thread starter zoneal
  • Start date Start date
Z

zoneal

Making this as simple sounding as I can. I already have a form that
generates an xml file. I could go 2 ways with it: cycle through the
variables and move them as an array through the web service or move the
whole entire xml file as a stream through the web service. So now to
the part I need help at, I am stuck at actually generating the web
service and the code on the form to move the data to the web service
via button click. I am just going to be running the Web service vial
local host for testing purposes. So if anyone has any kind of sample
code or such it would be greatly appreciated. Hoping I can help and
learn alot on these forums have a nice day.

I have looked and looked for Web Service Information and have not found
what I was looking for. Basically all the examples do basic math and so
forth. I need to know how to declare variables that hold values that
then can be passed throught a sql connection to a database from the Web
Service. As well as How to send the request. Although i am almost
positive it is done with a post command.

Thanks
 
Back
Top