How to get or read Session Info from Java Web Service?

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

  1. #1

    Default How to get or read Session Info from Java Web Service?

    Hi Everyone,

    I am accessing a Java web service from my Windows Form App wrttien in
    Vb.Net. I want to read some cookies set by the web service. How would
    I do that in my application? When I am trying to access the
    CookieContainer method of my web service class, it gives me nothing.

    Please help me resolving this issue.

    Thanks

    Arun Gandhi
    Arun Gandhi Guest

  2. Similar Questions and Discussions

    1. Image Component to read EXIf info?
      Does anyone know of any components or such that will be able to read the EXIF info from an image? I have created a simple UDF that will read an...
    2. AMD Thread info - LenHewitt, please read
      LenHewitt, The second to last post in the AMD thread has two images with cookies in them. I know the post is R/O, but isn't it against decorum to...
    3. Read/write IPTC info from a JPEG file?
      Is there a way for ASP.net to read and write IPTC info from a JPEG file? Just like what PHP can do? Really appreciate your answer.
    4. Perl Script to Read Exchange OWA info
      I have been accessing Exchange OWA from my Linux/Mozilla system and would like to build a perl script to automatically extract scheduling info from...
    5. It's possible to read version info from a exe/dll....?
      Hello I wish my php script to present the list of files . That's easy.I also wish to make it to read the version info from "exe & dll" .Is this...
  3. #2

    Default Re: How to get or read Session Info from Java Web Service?

    "Arun Gandhi" <arungandhi@hotmail.com> wrote in message
    news:97bd9372.0410141324.2a4dbbe9@posting.google.c om...
    > Hi Everyone,
    >
    > I am accessing a Java web service from my Windows Form App wrttien in
    > Vb.Net. I want to read some cookies set by the web service. How would
    > I do that in my application? When I am trying to access the
    > CookieContainer method of my web service class, it gives me nothing.
    Did you set the CookieContainer before calling the web service? See
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebservicesprotocolshttpwebclientprotoc olclasscookiecontainertopic.asp[/url].
    -----
    John Saunders


    John Saunders 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