Getting the actual message being transmitted

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

  1. #1

    Default Getting the actual message being transmitted

    I am calling a webmethod using a proxy class generated using WSDL.
    Is it possible to get the actuall request message that is being submitted
    during the invocation?


    Thanks


    Grigoris D Guest

  2. Similar Questions and Discussions

    1. actual publishing
      I have Publisher 2000. I used the tutorials, which were very helpful. I even did the Nav Bar Wizard. I guess I don't understand how this is...
    2. message passing via NSViews w/o actual Cocoa calls
      Hi, I'm fairly new to Cocoa programming; have been doing a few of the tutorials in Hillegass' book. I've spent some time with OGL though, so right...
    3. IP Packets transmitted/received on an interface
      Hi, Is it possible to find how many IP packets were transmitted or received on an Ethernet interface (like hme1)? On Linux ifconfig and one of...
    4. #24656 [NEW]: Arrays not accepted transmitted by HTTP GET/POST
      From: kapp at bigping dot de Operating system: UNIX/Linux but probabely all PHP version: 5.0.0b1 (beta1) PHP Bug Type: ...
    5. #24656 [Opn->Bgs]: Arrays not accepted transmitted by HTTP GET/POST
      ID: 24656 Updated by: philip@php.net Reported By: kapp at bigping dot de -Status: Open +Status: ...
  3. #2

    Default RE: Getting the actual message being transmitted

    Yes, you can see the actual message in several ways. The easiest is to
    use a tracing web service extension. The example for web service extension
    on MSDN implements exactly this. If you want an excellent one that you can
    just download, you can get George Lindsay's tracing extension from
    gotdotnet.com. That one lets you see the traced request/response in the
    trace.axd display in ASP.net.

    Regards

    Dan Rogers
    Microsoft Corporation
    --------------------
    >From: "Grigoris D" <gdecos@optonline.net>
    >Newsgroups: microsoft.public.dotnet.framework.aspnet.webservic es
    >Subject: Getting the actual message being transmitted
    >Lines: 8
    >X-Priority: 3
    >X-MSMail-Priority: Normal
    >X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
    >X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
    >Message-ID: <YU0Lc.29779$S45.4961616@news4.srv.hcvlny.cv.net >
    >Date: Tue, 20 Jul 2004 04:08:24 GMT
    >NNTP-Posting-Host: 68.193.225.72
    >X-Complaints-To: [email]abuse@cv.net[/email]
    >X-Trace: news4.srv.hcvlny.cv.net 1090296504 68.193.225.72 (Tue, 20 Jul
    2004 00:08:24 EDT)
    >NNTP-Posting-Date: Tue, 20 Jul 2004 00:08:24 EDT
    >Organization: Optimum Online
    >Path:
    cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!t-onlin
    e.de!border2.nntp.dca.giganews.com!nntp.giganews.c om!feed5.newsreader.com!ne
    wsreader.com!news3.optonline.net!news4.srv.hcvlny. cv.net.POSTED!not-for-mail
    >Xref: cpmsftngxa06.phx.gbl
    microsoft.public.dotnet.framework.aspnet.webservic es:24693
    >X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservic es
    >
    >I am calling a webmethod using a proxy class generated using WSDL.
    >Is it possible to get the actuall request message that is being submitted
    >during the invocation?
    >
    >
    >Thanks
    >
    >
    >
    Dan Rogers 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