<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SOAP message tracing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/soap-message-tracing/m-p/2612484#M599403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to consume a PeopleSoft web service. I need to do some trouble shooting.&lt;/P&gt;&lt;P&gt;I use &amp;lt;b&amp;gt;WAS run time and ABAP work&amp;lt;/b&amp;gt; bench for consuming the web services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to see the SOAP message I send, when i execute my client program. How can I see it?&lt;/P&gt;&lt;P&gt;Trace? In logical port, i have set full trace/full log., when i see in SMICM i do not see the SOAP message sent by the system. Is there any way to see the SOAP message sent by the system ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your reponse.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Aug 2007 13:03:42 GMT</pubDate>
    <dc:creator>kammaje_cis</dc:creator>
    <dc:date>2007-08-02T13:03:42Z</dc:date>
    <item>
      <title>SOAP message tracing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/soap-message-tracing/m-p/2612484#M599403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to consume a PeopleSoft web service. I need to do some trouble shooting.&lt;/P&gt;&lt;P&gt;I use &amp;lt;b&amp;gt;WAS run time and ABAP work&amp;lt;/b&amp;gt; bench for consuming the web services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to see the SOAP message I send, when i execute my client program. How can I see it?&lt;/P&gt;&lt;P&gt;Trace? In logical port, i have set full trace/full log., when i see in SMICM i do not see the SOAP message sent by the system. Is there any way to see the SOAP message sent by the system ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your reponse.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2007 13:03:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/soap-message-tracing/m-p/2612484#M599403</guid>
      <dc:creator>kammaje_cis</dc:creator>
      <dc:date>2007-08-02T13:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP message tracing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/soap-message-tracing/m-p/2612485#M599404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a way to see the content of the messages in debugging:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outbound message (request):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In class CL_SOAP_MESSAGE method IF_SOAP_MESSAGE_PART~SERIALIZE&lt;/P&gt;&lt;P&gt;put a breakpoint on buffer = krn_ser-&amp;gt;get_stream_output( ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table buffer contains the soap message (maybe you have to translate the codepage from 4103 to 4110 in a unicode system (new debugger).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inbound message (response):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In class CL_SOAP_MESSAGE method INIT &lt;/P&gt;&lt;P&gt;put a breakpoint on krn_ser    = cl_soap_xp=&amp;gt;create( xmldoc_utf8 = m_message ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;m_message contains the soap message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;If anyone has a better solution please reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;jeroen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2007 12:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/soap-message-tracing/m-p/2612485#M599404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-10T12:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP message tracing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/soap-message-tracing/m-p/2612486#M599405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No answer. Closing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 09:04:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/soap-message-tracing/m-p/2612486#M599405</guid>
      <dc:creator>kammaje_cis</dc:creator>
      <dc:date>2008-07-10T09:04:20Z</dc:date>
    </item>
  </channel>
</rss>

