Form to Webservice

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • zoneal@yahoo.com

    #1

    Form to Webservice

    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

  • Cor Ligthert [MVP]

    #2
    Re: Form to Webservice

    In my idea are you doing to much.

    Look at this nice sample.

    http://msdn.microsoft.com/library/de...alkthrough.asp

    I hope this helps,

    Cor

    <zoneal@yahoo.c om> schreef in bericht
    news:1149426012 .923886.284130@ c74g2000cwc.goo glegroups.com.. .[color=blue]
    > 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
    >[/color]


    Comment

    Working...