<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PHP calling .NET &#8211; PHP to WCF communication</title>
	<atom:link href="http://spacebug.com/php-calling-wcf-part-2-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://spacebug.com/php-calling-wcf-part-2-html/</link>
	<description>Keeping Software Simple, Open and Pragmatic.</description>
	<lastBuildDate>Wed, 11 Jan 2012 01:15:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aleksandar Aleksiev</title>
		<link>http://spacebug.com/php-calling-wcf-part-2-html/comment-page-1/#comment-12235</link>
		<dc:creator>Aleksandar Aleksiev</dc:creator>
		<pubDate>Mon, 24 Jan 2011 08:04:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-12235</guid>
		<description>I have a wcf service method with an object of a class as input parameter. This class has property that is an array of objects of other class:
void Request( RequestInputParam in);
class RequestInputParam
{
    public ArrayClass[] obj;
}

How can I pass such param from PHP client to .NET WCF service.</description>
		<content:encoded><![CDATA[<p>I have a wcf service method with an object of a class as input parameter. This class has property that is an array of objects of other class:<br />
void Request( RequestInputParam in);<br />
class RequestInputParam<br />
{<br />
    public ArrayClass[] obj;<br />
}</p>
<p>How can I pass such param from PHP client to .NET WCF service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir Shevat</title>
		<link>http://spacebug.com/php-calling-wcf-part-2-html/comment-page-1/#comment-10284</link>
		<dc:creator>Amir Shevat</dc:creator>
		<pubDate>Mon, 20 Dec 2010 06:22:24 +0000</pubDate>
		<guid isPermaLink="false">#comment-10284</guid>
		<description>You might need to open the right ports for cross network connections to work...</description>
		<content:encoded><![CDATA[<p>You might need to open the right ports for cross network connections to work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Desai</title>
		<link>http://spacebug.com/php-calling-wcf-part-2-html/comment-page-1/#comment-8411</link>
		<dc:creator>Desai</dc:creator>
		<pubDate>Fri, 12 Nov 2010 14:49:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-8411</guid>
		<description>Have you tried this from two different networks? i.e. PHP client is hosted on a network A and the WCF Service is hosted on Network B and the URL is opened up to the PHP application for the port mentioned in your URL. Does this setup work?</description>
		<content:encoded><![CDATA[<p>Have you tried this from two different networks? i.e. PHP client is hosted on a network A and the WCF Service is hosted on Network B and the URL is opened up to the PHP application for the port mentioned in your URL. Does this setup work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir Shevat</title>
		<link>http://spacebug.com/php-calling-wcf-part-2-html/comment-page-1/#comment-675</link>
		<dc:creator>Amir Shevat</dc:creator>
		<pubDate>Fri, 18 Jun 2010 15:11:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-675</guid>
		<description>You should use basicHttp on both endpoints.</description>
		<content:encoded><![CDATA[<p>You should use basicHttp on both endpoints.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shin</title>
		<link>http://spacebug.com/php-calling-wcf-part-2-html/comment-page-1/#comment-499</link>
		<dc:creator>Shin</dc:creator>
		<pubDate>Sat, 05 Jun 2010 02:17:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-499</guid>
		<description>ok but what should I do when service wsdl has 2 endpoints one over basicHttp and one over wsHttp (with mtom encoding)?

How can I tell php to choose the basicHttpBinding, coz right now I have this error &quot;Fatal error: Uncaught SoapFault exception: [HTTP] Cannot process the message because the content type &#039;text/xml; charset=utf-8&#039; was not the expected type &#039;multipart/related; type=&quot;application/xop+xml&quot;&#039;</description>
		<content:encoded><![CDATA[<p>ok but what should I do when service wsdl has 2 endpoints one over basicHttp and one over wsHttp (with mtom encoding)?</p>
<p>How can I tell php to choose the basicHttpBinding, coz right now I have this error &#8220;Fatal error: Uncaught SoapFault exception: [HTTP] Cannot process the message because the content type &#8216;text/xml; charset=utf-8&#8242; was not the expected type &#8216;multipart/related; type=&#8221;application/xop+xml&#8221;&#8216;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

