<?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 calls with parameters</title>
	<atom:link href="http://spacebug.com/php-calling-wcf-part-3-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://spacebug.com/php-calling-wcf-part-3-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: Gareth</title>
		<link>http://spacebug.com/php-calling-wcf-part-3-html/comment-page-1/#comment-17940</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Thu, 28 Apr 2011 08:15:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-17940</guid>
		<description>Hi Amir,

I am relatively new to the world of PHP and have been tasked to consume a WCF web service. I have a form that is to collect a user&#039;s name, email address and mobile number and pass these values to the web service so that it can send a SMS to the user however I have no idea what I have to do. The vendor has provided me with documentation however it makes no sense to me. Do you think you might be able to assist?</description>
		<content:encoded><![CDATA[<p>Hi Amir,</p>
<p>I am relatively new to the world of PHP and have been tasked to consume a WCF web service. I have a form that is to collect a user&#8217;s name, email address and mobile number and pass these values to the web service so that it can send a SMS to the user however I have no idea what I have to do. The vendor has provided me with documentation however it makes no sense to me. Do you think you might be able to assist?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir Shevat</title>
		<link>http://spacebug.com/php-calling-wcf-part-3-html/comment-page-1/#comment-1807</link>
		<dc:creator>Amir Shevat</dc:creator>
		<pubDate>Tue, 13 Jul 2010 13:33:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-1807</guid>
		<description>@ZEMZEMI - I am now touring the world but in two weeks I will be back and will create an example with DataTime. Sorry for the delay..</description>
		<content:encoded><![CDATA[<p>@ZEMZEMI &#8211; I am now touring the world but in two weeks I will be back and will create an example with DataTime. Sorry for the delay..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZEMZEMI</title>
		<link>http://spacebug.com/php-calling-wcf-part-3-html/comment-page-1/#comment-1353</link>
		<dc:creator>ZEMZEMI</dc:creator>
		<pubDate>Wed, 07 Jul 2010 16:55:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-1353</guid>
		<description>Hi,
Thank you for your post.
I have the same problem like the gay who has a DataTime parameter and I would like to know how can I pass it from php.

Best regards</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thank you for your post.<br />
I have the same problem like the gay who has a DataTime parameter and I would like to know how can I pass it from php.</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://spacebug.com/php-calling-wcf-part-3-html/comment-page-1/#comment-80</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Wed, 30 Dec 2009 18:21:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-80</guid>
		<description>Cs function:

Check_Info(SysEnumInfos.Info info, string ID)


PHP:

$isGPara = array(&quot;info&quot; =&gt; &quot;info.ab&quot;, &quot;ID&quot; =&gt; &quot;sfwrw33&quot;);
$webService = $client-&gt;Check_Info($isGPara);


is it correct about &quot;info&quot; =&gt; &quot;info.ab&quot; ?</description>
		<content:encoded><![CDATA[<p>Cs function:</p>
<p>Check_Info(SysEnumInfos.Info info, string ID)</p>
<p>PHP:</p>
<p>$isGPara = array(&#8220;info&#8221; => &#8220;info.ab&#8221;, &#8220;ID&#8221; => &#8220;sfwrw33&#8243;);<br />
$webService = $client->Check_Info($isGPara);</p>
<p>is it correct about &#8220;info&#8221; => &#8220;info.ab&#8221; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir Shevat</title>
		<link>http://spacebug.com/php-calling-wcf-part-3-html/comment-page-1/#comment-75</link>
		<dc:creator>Amir Shevat</dc:creator>
		<pubDate>Fri, 04 Dec 2009 13:29:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-75</guid>
		<description>Can you please post the WCF service side?

Cheers
Amir Shevat</description>
		<content:encoded><![CDATA[<p>Can you please post the WCF service side?</p>
<p>Cheers<br />
Amir Shevat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://spacebug.com/php-calling-wcf-part-3-html/comment-page-1/#comment-78</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Fri, 04 Dec 2009 13:17:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-78</guid>
		<description>Hi,

I have a .Net webservice called GetDateTime() which accepts DateTime object as a parameter. I have php client that calls this webservice. I would like to know how pass a DateTime object from PHP to the webservice.

I tried something like below:
$dateTime1 = new DateTime(&quot;now&quot;, new DateTimeZone(&#039;UTC&#039;));
var_export($dateTime1);
$d = $client-&gt;GetDateTime($dateTime1);
echo $d-&gt;GetDateTimeResult;

But the result is alwa 1/1/0001 12:00:00 , no matter what the variable $datetime1 is.

Any help?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a .Net webservice called GetDateTime() which accepts DateTime object as a parameter. I have php client that calls this webservice. I would like to know how pass a DateTime object from PHP to the webservice.</p>
<p>I tried something like below:<br />
$dateTime1 = new DateTime(&#8220;now&#8221;, new DateTimeZone(&#8216;UTC&#8217;));<br />
var_export($dateTime1);<br />
$d = $client->GetDateTime($dateTime1);<br />
echo $d->GetDateTimeResult;</p>
<p>But the result is alwa 1/1/0001 12:00:00 , no matter what the variable $datetime1 is.</p>
<p>Any help?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

