<?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.js: Porting PHP to Javascript</title>
	<atom:link href="http://www.84bytes.com/2008/06/11/porting-php-to-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.84bytes.com/2008/06/11/porting-php-to-javascript/</link>
	<description>A web development blog</description>
	<lastBuildDate>Wed, 11 Jan 2012 11:48:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: meetu</title>
		<link>http://www.84bytes.com/2008/06/11/porting-php-to-javascript/comment-page-1/#comment-994</link>
		<dc:creator>meetu</dc:creator>
		<pubDate>Wed, 31 Aug 2011 07:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.84bytes.com/?p=35#comment-994</guid>
		<description>H

I am trying to call as Webservice from javascript.
I have php function for the same.

I need to convert this function to javascript. 
Can you provide the same?

$ws = new nusoap_client( &quot;URL&quot;, false );
		$ws-&gt;response_timeout = 90; //
		$result = $ws-&gt;call( &#039;&#039;, array( &#039;mensaje&#039; =&gt; $params ), &#039;targetObjectURL&#039; );

Thanks,
Meetu</description>
		<content:encoded><![CDATA[<p>H</p>
<p>I am trying to call as Webservice from javascript.<br />
I have php function for the same.</p>
<p>I need to convert this function to javascript.<br />
Can you provide the same?</p>
<p>$ws = new nusoap_client( &#8220;URL&#8221;, false );<br />
		$ws-&gt;response_timeout = 90; //<br />
		$result = $ws-&gt;call( &#8221;, array( &#8216;mensaje&#8217; =&gt; $params ), &#8216;targetObjectURL&#8217; );</p>
<p>Thanks,<br />
Meetu</p>
]]></content:encoded>
	</item>
</channel>
</rss>

