<?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>Cyberactiva web development and optimisation &#187; WEBSERVICES</title>
	<atom:link href="http://www.cyberactiva.com/tag/webservices/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyberactiva.com</link>
	<description>Every day&#039;s life about programming and webmarketing</description>
	<lastBuildDate>Wed, 21 Oct 2009 11:33:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP error on webservices: extra content at the end of the document</title>
		<link>http://www.cyberactiva.com/2009/10/extra-content-at-the-end-of-the-document/</link>
		<comments>http://www.cyberactiva.com/2009/10/extra-content-at-the-end-of-the-document/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 10:27:48 +0000</pubDate>
		<dc:creator>Claudio Barba</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WEBSERVICES]]></category>

		<guid isPermaLink="false">http://www.cyberactiva.com/?p=37</guid>
		<description><![CDATA[<p>I was trying to test some webservices using PHP 5.3.0 as client.
Most of them were working properly, but One gave me the following error:</p>
<p>Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn&#8217;t load from &#8216;http://thisistheUrlOfTheWsdl?wsdl&#8217; : Extra content at the end of the document</p>
<p>After some investigations, I realised that this is probably a bug of PHP: [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to test some webservices using PHP 5.3.0 as client.<br />
Most of them were working properly, but One gave me the following error:</p>
<blockquote><p>Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn&#8217;t load from &#8216;http://thisistheUrlOfTheWsdl?wsdl&#8217; : Extra content at the end of the document</p></blockquote>
<p>After some investigations, I realised that this is probably a bug of PHP: I&#8217;ve found out that the webservice is working if I access it using PHP 5.2.10.</p>
<p>The solution I found is to <strong>create a local copy</strong> of the WSDL file (it&#8217;ll be something mywsdl.xml) and <strong>reference the local copy</strong> instead of the original wsdl url.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyberactiva.com/2009/10/extra-content-at-the-end-of-the-document/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SHAREPOINT:The list that is referenced here no longer exists</title>
		<link>http://www.cyberactiva.com/2009/09/sharepointthe-list-that-is-referenced-here-no-longer-exists/</link>
		<comments>http://www.cyberactiva.com/2009/09/sharepointthe-list-that-is-referenced-here-no-longer-exists/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 09:48:02 +0000</pubDate>
		<dc:creator>Claudio Barba</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[WEBSERVICES]]></category>

		<guid isPermaLink="false">http://lnx.cyberactiva.com/?p=14</guid>
		<description><![CDATA[<p>Are you get this error while using the updatelistitems method in SHAREPOINT web service (list.asmx)?
Are you aiming to data stored in a subsite?
If so, the solution is to point the webservice of the subsite directly.
If your main site is http://cia, and your subsite is http://cia/coa, you should point to the webservice:</p>
<p>http://cia/coa/_vti_bin/list.asmx</p>
<p>Pay attention that, sometimes, when [...]]]></description>
			<content:encoded><![CDATA[<p>Are you get this error while using the updatelistitems method in SHAREPOINT web service (list.asmx)?<br />
Are you aiming to data stored in a subsite?<br />
If so, the solution is to point the webservice of the subsite directly.<br />
If your main site is http://cia, and your subsite is http://cia/coa, you should point to the webservice:</p>
<p>http://cia/coa/_vti_bin/list.asmx</p>
<p>Pay attention that, sometimes, when you update the webreference, in the app.config it remains the same. So change it there as well.</p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyberactiva.com/2009/09/sharepointthe-list-that-is-referenced-here-no-longer-exists/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WEBSERVICES TO A SHAREPOINT SUBSITE</title>
		<link>http://www.cyberactiva.com/2009/09/webservices-to-a-sharepoint-subsite/</link>
		<comments>http://www.cyberactiva.com/2009/09/webservices-to-a-sharepoint-subsite/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 09:36:51 +0000</pubDate>
		<dc:creator>Claudio Barba</dc:creator>
				<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[WEBSERVICES]]></category>

		<guid isPermaLink="false">http://lnx.cyberactiva.com/?p=3</guid>
		<description><![CDATA[<p>Just a small tip that will help you to avoid to loose half a day looking for a solution&#8230;</p>
<p>When using Sharepoint throught web services remember to set the WEB REFERENCE to the right website.</p>
<p>If you have to access the main website point to http://&#60;typehereyourdomain&#62;/_vti_bin/lists.aspx but if you need to work on a subsite, remember that you [...]]]></description>
			<content:encoded><![CDATA[<p>Just a small tip that will help you to avoid to loose half a day looking for a solution&#8230;</p>
<p>When using Sharepoint throught web services remember to set the WEB REFERENCE to the right website.</p>
<p>If you have to access the main website point to <a href="http://&lt;typehereyourdomain&gt;/_vti_bin/lists.aspx">http://&lt;typehereyourdomain&gt;/_vti_bin/lists.aspx</a> <strong>but</strong> if you need to work on a subsite, remember that you have to point to the right web service, i.e. <a href="http://&lt;typehereyourdomain&gt;/&lt;typehereyoursubsite&gt;/_vti_bin/lists.aspx">http://&lt;typehereyourdomain&gt;/&lt;typehereyoursubsite&gt;/_vti_bin/lists.aspx</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyberactiva.com/2009/09/webservices-to-a-sharepoint-subsite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
