<?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>FlexOOP &#187; webservices</title>
	<atom:link href="http://flexoop.com/tag/webservices-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexoop.com</link>
	<description>Flex, AIR, ColdFusion, and everything in between</description>
	<lastBuildDate>Tue, 13 Jul 2010 03:56:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Cannot perform web service invocation &#8211; Premature end of file</title>
		<link>http://flexoop.com/2010/07/cannot-perform-web-service-invocation-premature-end-of-file/</link>
		<comments>http://flexoop.com/2010/07/cannot-perform-web-service-invocation-premature-end-of-file/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 15:58:08 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Webservices]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[webservices]]></category>

		<guid isPermaLink="false">http://flexoop.com/?p=202</guid>
		<description><![CDATA[I&#8217;ve been getting a ColdFusion error on a remote server that I&#8217;m not getting when testing locally so obviously something is different between those 2 servers. I had thought to just try using a webservice call to the remote server to see if I could debug it better (the error I&#8217;m getting in Flex isn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been getting a ColdFusion error on a remote server that I&#8217;m not getting when testing locally so obviously something is different between those 2 servers.  I had thought to just try using a webservice call to the remote server to see if I could debug it better (the error I&#8217;m getting in Flex isn&#8217;t detailed enough to begin to track down the issue).  The webservice I was testing is supposed to return back a complex object, but I was getting the error</p>
<p><strong>Cannot perform web service invocation &#8211; Premature end of file</strong></p>
<p>If I tested a return of just a string, it worked, but it did not like returning the complex object.  After browsing around via Google for a bit, it seems that it may be related to nulls being returned in my complex object.  Now I&#8217;m not sure how to fix this other than to add default values to my objects when they are returned (which I really don&#8217;t want, or *need* to do as calling it via Flash remoting works nicely), but debugging them via CF, not so optimal.</p>
]]></content:encoded>
			<wfw:commentRss>http://flexoop.com/2010/07/cannot-perform-web-service-invocation-premature-end-of-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

