How to view Soapmessage

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sanjaya

    How to view Soapmessage

    Hi,

    I need to observe the in coming soapmessages and responses of my
    webservise. what is the easiest way to do it?

    regards
    sanjaya


  • linhardt@aol.com

    #2
    Re: How to view Soapmessage

    If you're using WSE 2.0 you can turn on the trace files in App.Config
    (Client) and/or Web.Config (server). Remember to create the directory
    that the trace file is to be put in. Also, don't forget to turn off
    the trace when you're done (especially on the server side) as it will
    be a performance drain.

    -Paul

    <microsoft.web. services2>
    <!--
    <soapExtensionT ypes>
    <add type="Microsoft .Web.Services2. WebServicesExte nsion,
    Microsoft.Web.S ervices2, Version=2.0.3.0 , Culture=neutral ,
    PublicKeyToken= 31bf3856ad364e3 5" priority="1" group="0" />
    </soapExtensionTy pes>
    -->
    <diagnostics>
    <trace enabled="true" input="c:\trace s\ClientInput.x ml
    output="c:\trac es\ClientOutput .xml" />
    </diagnostics>

    Sanjaya wrote:
    Hi,
    >
    I need to observe the in coming soapmessages and responses of my
    webservise. what is the easiest way to do it?
    >
    regards
    sanjaya

    Comment

    • Sanjaya

      #3
      Re: How to view Soapmessage

      thx pal . currently i'm not using WSE 2.0. is it only configuration or do i
      need to use the classes from it ?


      <linhardt@aol.c omwrote in message
      news:1154025419 .870559.307930@ p79g2000cwp.goo glegroups.com.. .
      If you're using WSE 2.0 you can turn on the trace files in App.Config
      (Client) and/or Web.Config (server). Remember to create the directory
      that the trace file is to be put in. Also, don't forget to turn off
      the trace when you're done (especially on the server side) as it will
      be a performance drain.
      >
      -Paul
      >
      <microsoft.web. services2>
      <!--
      <soapExtensionT ypes>
      <add type="Microsoft .Web.Services2. WebServicesExte nsion,
      Microsoft.Web.S ervices2, Version=2.0.3.0 , Culture=neutral ,
      PublicKeyToken= 31bf3856ad364e3 5" priority="1" group="0" />
      </soapExtensionTy pes>
      -->
      <diagnostics>
      <trace enabled="true" input="c:\trace s\ClientInput.x ml
      output="c:\trac es\ClientOutput .xml" />
      </diagnostics>
      >
      Sanjaya wrote:
      >Hi,
      >>
      > I need to observe the in coming soapmessages and responses of my
      >webservise. what is the easiest way to do it?
      >>
      >regards
      >sanjaya
      >

      Comment

      • Ravi Shankar

        #4
        Re: How to view Soapmessage

        You can try using SOAP Toolkit. The download is available in

        --
        Thanks & Regards

        Ravi Shankar S


        "Sanjaya" wrote:
        thx pal . currently i'm not using WSE 2.0. is it only configuration or do i
        need to use the classes from it ?
        >
        >
        <linhardt@aol.c omwrote in message
        news:1154025419 .870559.307930@ p79g2000cwp.goo glegroups.com.. .
        If you're using WSE 2.0 you can turn on the trace files in App.Config
        (Client) and/or Web.Config (server). Remember to create the directory
        that the trace file is to be put in. Also, don't forget to turn off
        the trace when you're done (especially on the server side) as it will
        be a performance drain.

        -Paul

        <microsoft.web. services2>
        <!--
        <soapExtensionT ypes>
        <add type="Microsoft .Web.Services2. WebServicesExte nsion,
        Microsoft.Web.S ervices2, Version=2.0.3.0 , Culture=neutral ,
        PublicKeyToken= 31bf3856ad364e3 5" priority="1" group="0" />
        </soapExtensionTy pes>
        -->
        <diagnostics>
        <trace enabled="true" input="c:\trace s\ClientInput.x ml
        output="c:\trac es\ClientOutput .xml" />
        </diagnostics>

        Sanjaya wrote:
        Hi,
        >
        I need to observe the in coming soapmessages and responses of my
        webservise. what is the easiest way to do it?
        >
        regards
        sanjaya
        >
        >
        >

        Comment

        • =?Utf-8?B?U2FuamVzaA==?=

          #5
          Re: How to view Soapmessage

          Or you can try our Web Service Monitoring Tool:



          Sanjesh
          Real-Time Web Service Monitoring for .NET and Java
          SoapKnox Inc

          Ph: 832 279 3745



          "Sithicus" wrote:
          Or you can try using YATT. Google it.
          >
          "Ravi Shankar" wrote:
          >
          You can try using SOAP Toolkit. The download is available in

          --
          Thanks & Regards

          Ravi Shankar S


          "Sanjaya" wrote:
          thx pal . currently i'm not using WSE 2.0. is it only configuration or do i
          need to use the classes from it ?
          >
          >
          <linhardt@aol.c omwrote in message
          news:1154025419 .870559.307930@ p79g2000cwp.goo glegroups.com.. .
          If you're using WSE 2.0 you can turn on the trace files in App.Config
          (Client) and/or Web.Config (server). Remember to create the directory
          that the trace file is to be put in. Also, don't forget to turn off
          the trace when you're done (especially on the server side) as it will
          be a performance drain.

          -Paul

          <microsoft.web. services2>
          <!--
          <soapExtensionT ypes>
          <add type="Microsoft .Web.Services2. WebServicesExte nsion,
          Microsoft.Web.S ervices2, Version=2.0.3.0 , Culture=neutral ,
          PublicKeyToken= 31bf3856ad364e3 5" priority="1" group="0" />
          </soapExtensionTy pes>
          -->
          <diagnostics>
          <trace enabled="true" input="c:\trace s\ClientInput.x ml
          output="c:\trac es\ClientOutput .xml" />
          </diagnostics>

          Sanjaya wrote:
          Hi,
          >
          I need to observe the in coming soapmessages and responses of my
          webservise. what is the easiest way to do it?
          >
          regards
          sanjaya

          >
          >
          >

          Comment

          Working...