<?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>Ramblings of a Programmer &#187; ASP.NET</title>
	<atom:link href="http://kwsanders.com/tag/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://kwsanders.com</link>
	<description>My blog about all things family, photography, geocaching, and programming.</description>
	<lastBuildDate>Tue, 13 Dec 2011 21:25:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SOAP Message Content-Length</title>
		<link>http://kwsanders.com/2004/10/25/soap-message-content-length/</link>
		<comments>http://kwsanders.com/2004/10/25/soap-message-content-length/#comments</comments>
		<pubDate>Tue, 26 Oct 2004 02:57:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[PeopleSoft]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://site101.website4now.com/ksanders/www/?p=5</guid>
		<description><![CDATA[I am working with someone to properly understand how to call an ASP.NET web service from PeopleSoft. After several tries, I finally saw down at the keyboard Sunday night and put together some code to call the web service from a Java application. I learned very quickly that if you do not have all your [...]]]></description>
			<content:encoded><![CDATA[<p>I am working with someone to properly understand how to call an ASP.NET web service from PeopleSoft.  After several tries, I finally saw down at the keyboard Sunday night and put together some code to call the web service from a Java application.  I learned very quickly that if you do not have all your ducks in a row, most likely, the SOAP request will not work.</p>
<p>The thing that I struggled with the most last night was getting the Content-Length value set properly.  When I thought I had it set just right, I would use the code to access a different web service with different parameter names and it would no longer work.</p>
<p>I finally figured out after a lot of trial and error that the Content-Length value in the POST header for the SOAP message only includes the length of the content in the SOAP message body, which is encompassed by the <soap:envelope> tags.</p>
]]></content:encoded>
			<wfw:commentRss>http://kwsanders.com/2004/10/25/soap-message-content-length/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

