<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bytearray - Programming, Computers and Technology &#187; Linux</title>
	<atom:link href="http://bytearray.brixtonjunkies.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://bytearray.brixtonjunkies.com</link>
	<description></description>
	<lastBuildDate>Tue, 03 Nov 2009 11:52:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SOAP Debugging with tcpdump</title>
		<link>http://bytearray.brixtonjunkies.com/2009/10/27/soap-debugging-with-tcpdump/</link>
		<comments>http://bytearray.brixtonjunkies.com/2009/10/27/soap-debugging-with-tcpdump/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 09:49:39 +0000</pubDate>
		<dc:creator>alchemist</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web/HTML]]></category>
		<category><![CDATA[soap]]></category>
		<category><![CDATA[tcpdump]]></category>

		<guid isPermaLink="false">http://bytearray.brixtonjunkies.com/?p=646</guid>
		<description><![CDATA[You are on a Linux box (SOAP client) making a SOAP request to a SOAP server somewhere on port 80, to view the request and response with tcpdump here are the commands execute at shell. Incoming SOAP envelope (server response) Outgoing SOAP envelope (client request) Of course if you have additional traffic going in and [...]]]></description>
			<content:encoded><![CDATA[<p>You are on a Linux box <em>(SOAP client)</em> making a SOAP request to a SOAP server somewhere on port 80, to view the request and response with tcpdump here are the commands execute at shell. </p>
<p><strong>Incoming SOAP envelope <em>(server response)</em></strong></p>
<pre class="brush: plain; title: ; notranslate">
tcpdump  -nnvvlXSs 4096 src port 80
</pre>
<p><strong>Outgoing SOAP envelope <em>(client request)</em></strong></p>
<pre class="brush: plain; title: ; notranslate">
tcpdump  -nnvvlXSs 4096 dst port 80
</pre>
<p>Of course if you have additional traffic going in and out from this box you can use the &#8220;and&#8221; operator to fine tune what you are after.</p>
]]></content:encoded>
			<wfw:commentRss>http://bytearray.brixtonjunkies.com/2009/10/27/soap-debugging-with-tcpdump/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

