webservices simple example problem

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

  1. #1

    Default webservices simple example problem

    Hello,

    I am trying to get familiar with the possibilities of webservices
    under
    the .Net development environment. I have created from the .Net 2003
    IDE
    a test application ASP .Net Webservice

    I have uncommented the "Hello World" Section in the code and when I
    run
    the program with F5 it shows me the list of available methods in the
    service. Obviously that is only 1 method: Hello World.

    When I click it I go to a testpage that says

    "To test the operation using the HTTP POST protocol, click the
    'Invoke'
    button. "

    When I do that Internet Explorer says "Page not Found"

    What am i doing wrong that causes the most simple program (without a
    line of my own coding in it) to go wrong??

    I have now also tried this on my home computer which also runs XP-PRO
    and Microsoft Visual Studio .Net 2003 and IIS.

    It works fine! At work however I can't figure out why this simple
    example does not work. It has to be some kind of security setting or
    policy.

    Can anyone please give me a clue here?

    thanks in advance

    Jeroen
    jeroen.van.vlierden@singulus.nl Guest

  2. Similar Questions and Discussions

    1. problem about webservices
      hello,kind people. there is one problem about WebServices from me,i thought over and over,but no result. it looks not the FMS case,but as you...
    2. Problem with WebServices
      Hello, I' ve created a new webService Project and run with "Hello World" example. It run fine. After it, i created a Winform project and included...
    3. webservices: simple question, accessing webservice members
      Hi, (new to webservices here) Is it possible to access a class instance variable defined in a webservice? I want to access this variable, in...
    4. a simple webservices question....
      hi there, i have a webservice that makes a call to database and returns the results as a dataset. If for some reason the function that gets the...
    5. A simple problem with a really simple form
      Hi there, I'm having a problem with designing a very small form in Dreamweaver. Its just a login form with username and password textfields - the...
  3. #2

    Default RE: webservices simple example problem

    Jeroen, I don't have the answer but have a problem I think may be similar.
    Please see the post on 4/26/2005 with subject "wrong Host on example invoke
    pages". and let me know if your problem matches.

    btw Microsoft.. the 4/26 post is much more than 2 days ago. a little long
    for a response on a managed newsgroup subscription. Any attention that can
    be given to this matter would be greatly appriciated.
    Rick Boardman Guest

  4. #3

    Default RE: webservices simple example problem

    Someone at work here this morning, who was on a .NET course yesterday,
    suggested the right solution!!

    He had something similar during his course yesterday and the course
    leader suggested that c:\windows\temp should be open for user ASPNET to
    write files in.

    On the work computers here we get a pre-installed image and somehow
    somebody seems to think that this directory shouldn't be open (as is by
    default).

    I definitely think this a bug in the .Net framework as well by the way.
    It should check if it wants to create a file in the temp directory that
    it has the rights to do so

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Jeroen van Vlierden 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