WEb Service Referencing Session

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

  1. #1

    Default WEb Service Referencing Session

    Is it possible to reference session within a web service or is session
    completely out of scope?

    I have imported system.web.httpContext into the service but this does not
    seem to do the trick. Is it possible to do this?

    Cheers
    Keith


    keith chadwick Guest

  2. Similar Questions and Discussions

    1. Best Practice for referencing datasets with web service
      Hello All, I have an application that uses several layers as such: a Client that references a ClientHelper a ClientHelper references a...
    2. Web Service XML and Session
      I am looking to have an xml stream post to a web service, parse it and set the information from it into Session Variables. What is the best way...
    3. Referencing web service
      Hi I have just uploaded my first web service to a remote host. So I am very new to this. I am now trying to reference the ws by putting the ws...
    4. Problem referencing web service
      Hi I am trying to get web reference to my first (!) web service which is on a remote host. I am getting the following error; Server Error in...
    5. Referencing web service complex data type within a second web service (like a delegate)
      Hi, I am trying to figure out if ASP.NET XML Web Services and the WSDL standard can handle this type of scenario: I have two web services, and...
  3. #2

    Default Re: WEb Service Referencing Session

    Keith,
    > Is it possible to reference session within a web service or is session
    > completely out of scope?
    The following article may help:
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service08062002.asp[/url]

    --
    Tomas Restrepo
    [email]tomasr@mvps.org[/email]


    Tomas Restrepo \(MVP\) Guest

  4. #3

    Default Re: WEb Service Referencing Session

    Thankyou!

    Keith
    "Tomas Restrepo (MVP)" <tomasr@mvps.org> wrote in message
    news:Ow7uox7vEHA.3416@TK2MSFTNGP09.phx.gbl...
    > Keith,
    >
    >> Is it possible to reference session within a web service or is session
    >> completely out of scope?
    >
    > The following article may help:
    > [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service08062002.asp[/url]
    >
    > --
    > Tomas Restrepo
    > [email]tomasr@mvps.org[/email]
    >
    >

    keith chadwick 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