Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Monitor SOAP body for webservices

Monitor SOAP body for webservices

Scheduled Pinned Locked Moved C#
wcfxmlquestionvisual-studiotutorial
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    Werdna
    wrote on last edited by
    #1

    I'm connecting to a webservice over https and I need to see the xml that is being sent and returned. VS generated all the code to connect thru wsdl, and I'm not sure how to see what is transmitted. Is it somehow possible? Lookat at http traffic won't work, as data is sent on https port. Thanks.

    E S W 3 Replies Last reply
    0
    • W Werdna

      I'm connecting to a webservice over https and I need to see the xml that is being sent and returned. VS generated all the code to connect thru wsdl, and I'm not sure how to see what is transmitted. Is it somehow possible? Lookat at http traffic won't work, as data is sent on https port. Thanks.

      E Offline
      E Offline
      e laj
      wrote on last edited by
      #2

      Download WebServiceStudio from: http://www.gotdotnet.com/team/tools/web\_svc This is a free toll that i hope meet your needs. e-laj

      1 Reply Last reply
      0
      • W Werdna

        I'm connecting to a webservice over https and I need to see the xml that is being sent and returned. VS generated all the code to connect thru wsdl, and I'm not sure how to see what is transmitted. Is it somehow possible? Lookat at http traffic won't work, as data is sent on https port. Thanks.

        S Offline
        S Offline
        subrata jana
        wrote on last edited by
        #3

        U can run the webservice by view in browser. then if u click ur method name it will generate the xml. Atleast u can check what is the xml it will accept. Before that check in web.config if generating of wsdl documentation is disable or it's ok.

        1 Reply Last reply
        0
        • W Werdna

          I'm connecting to a webservice over https and I need to see the xml that is being sent and returned. VS generated all the code to connect thru wsdl, and I'm not sure how to see what is transmitted. Is it somehow possible? Lookat at http traffic won't work, as data is sent on https port. Thanks.

          W Offline
          W Offline
          Werdna
          wrote on last edited by
          #4

          None of the above answers will work for me. I found out that I can use SoapExtension to get the data I need. Just in case someone ever has the same question.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups