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

  1. #1

    Default simpleton pointer

    Hi

    I've been programming ASP.NET using VB.NET for about a year now, and
    have gone down the Dreamweaver coding myself route rather than the
    Visual Studio way.

    I'm new to web services and I've been given the task of setting up a
    web interface for a password protected WebCT (elearing environment)
    calendar.

    Can anyone point me to a really basic introduction to getting my web
    service interface set up?

    I've got scant understanding of the process, but I know I need to use
    wsdl.exe to create a proxy class. I don't know what to do with the
    proxy class, how to pass authentication to WebCT or where to start
    really.

    Thanks for any help

    Tim

    opentrouser Guest

  2. Similar Questions and Discussions

    1. pointer movement
      sometime the pointer tool has irregular movements. sometime when I try to move an object it moves by fast irregular steps, like a jumping frog
    2. Mouse pointer flickers between hand and pointer
      I have created a menu. On the menu options for some reason my mouse pointer flickers between a hand and pointer. Did anyone have this problem and...
    3. Pointer in PHP
      Hi, Is it possible to keep a pointer to an object in a PHP variable? I'd like to do this : $obj1 = new myClass(...); $obj2 = $obj1;...
    4. POINTER SET ON THE FIRST RECORD
      when I make an update to a sql database my window form set the pointer in the first record then to proceed with other record in the data grid I...
    5. gethostbyaddr_r() pointer
      I am running a Sun Solaris system and implemented gethostbyaddr_r() in a multi-threaded C program that does a reverse lookup of approx. 40,000 IP...
  3. #2

    Default Re: simpleton pointer

    Tim--You can also try to post at
    [url]http://www.webct.com/ask_drc/viewpage?name=ask_drc_admin[/url]

    carito 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