Newbie :: Where can I find an end-to-end COMPLETE example of webservice and espcially consumption by a client?

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default Newbie :: Where can I find an end-to-end COMPLETE example of webservice and espcially consumption by a client?

    Hi-

    I've been having trouble installing the dotNET SDK. I think I've followed
    the instructions. (though my framework "path" had to be added manually in
    order to use vbc.exe)

    The "Write a Simple XML Web service" Tutorial on ASP.NET seems incomplete.
    It jumps from creating a webservice to "if you have a pre-compiled class"

    I'm really new to dotNET... I'd like to know ALL of the steps required to
    create a webservice and then consume it.

    can someone point me in the right direction... a simple webservice with all
    the steps to create and consume. (I'm still a bit unclear on namespaces &
    compiling, and I don't think the install helped me).

    Thanks


    Mike Guest

  2. Similar Questions and Discussions

    1. Find/Change—complete failure
      I have CS2 4.0.4 on a G4 iMac running 10.4.8. Find/Change simply doesn't work. Whether I choose it from the Edit menu or press Apple—F, the dialog...
    2. Complete Newbie: Purchasing Question
      I want to make the switch to Coldfusion. All I need to buy is ColdFusion MX7 Standard and install it on my web server? Then, on my local machine...
    3. How to find client IP?
      I can get the IP address of a client via cgi.REMOTE_ADDR. However, if they are behind a router, this address is deceiving. How can I get their...
    4. is it possible for a webservice to find out the ip-address from ..
      Hi there, I've got the following: a user (using machine 1) requests a normal aspx-page on my server (machine2). that page (on machine2) calls a...
    5. Complete Newbie-MAC's can't see it!!
      Hello, I am helping a friend who had a site developed in flash. The issue is Macintosh computers cannot see the flash presentation, they just...
  3. #2

    Default RE: Newbie :: Where can I find an end-to-end COMPLETE example of webservice and espcially consumption by a client?


    --------------------
    >From: "Mike" <msconsulting.ANTISPAM@DELETECAPS.hotpop.com>
    >Subject: Newbie :: Where can I find an end-to-end COMPLETE example of webservice and espcially consumption by a client?
    >Date: Thu, 13 May 2004 15:45:53 -0700
    >
    >Hi-
    >
    >I've been having trouble installing the dotNET SDK. I think I've followed
    >the instructions. (though my framework "path" had to be added manually in
    >order to use vbc.exe)
    >
    >The "Write a Simple XML Web service" Tutorial on ASP.NET seems incomplete.
    >It jumps from creating a webservice to "if you have a pre-compiled class"
    >
    >I'm really new to dotNET... I'd like to know ALL of the steps required to
    >create a webservice and then consume it.
    >
    >can someone point me in the right direction... a simple webservice with all
    >the steps to create and consume. (I'm still a bit unclear on namespaces &
    >compiling, and I don't think the install helped me).
    >
    >Thanks
    >
    >
    >
    hi there,

    you can check out these links for some examples:

    [url]http://www.asp101.com/articles/colin/webservices/default.asp[/url]
    [url]http://www.webpronews.com/webdevelopment/webapplications/wpn-27-20041026CreatingandConsumingaWebService.html[/url]
    [url]http://www.xefteri.com/articles/nov182002/default.aspx[/url]

    Hope that helps,

    Michelle

    ***Disclaimer: This posting is provided "as is" with no warranties and confers no rights.***

    Michelle Hlaing Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139