<?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: XML Schema Simple Types &amp; How WSDL2PHP Convert Them To PHP</title>
	<atom:link href="http://www.dimuthu.org/blog/2008/11/13/xml-schema-simple-types-how-wsdl2php-convert-them-to-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dimuthu.org/blog/2008/11/13/xml-schema-simple-types-how-wsdl2php-convert-them-to-php/</link>
	<description>Waiting for your comments</description>
	<lastBuildDate>Thu, 01 Dec 2011 06:50:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Emil Rasmussen</title>
		<link>http://www.dimuthu.org/blog/2008/11/13/xml-schema-simple-types-how-wsdl2php-convert-them-to-php/comment-page-1/#comment-21059</link>
		<dc:creator>Emil Rasmussen</dc:creator>
		<pubDate>Mon, 29 Mar 2010 09:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=598#comment-21059</guid>
		<description>Well, thanks for the reply. Now I can stop chasing around for that syntax.

Any plans for implementing such a syntax?

Thanks for your quick response!

Regards Emil</description>
		<content:encoded><![CDATA[<p>Well, thanks for the reply. Now I can stop chasing around for that syntax.</p>
<p>Any plans for implementing such a syntax?</p>
<p>Thanks for your quick response!</p>
<p>Regards Emil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimuthu</title>
		<link>http://www.dimuthu.org/blog/2008/11/13/xml-schema-simple-types-how-wsdl2php-convert-them-to-php/comment-page-1/#comment-21057</link>
		<dc:creator>dimuthu</dc:creator>
		<pubDate>Mon, 29 Mar 2010 08:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=598#comment-21057</guid>
		<description>Hi,
Unfortunately that kind of syntax is not there. You have to manually edit the wsdl in such cases. All the supported annotation syntax can be found here, http://wso2.org/project/wsf/php/2.0.0/docs/wsdl_generation_api.html

Thanks
Dimuthu</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Unfortunately that kind of syntax is not there. You have to manually edit the wsdl in such cases. All the supported annotation syntax can be found here, <a href="http://wso2.org/project/wsf/php/2.0.0/docs/wsdl_generation_api.html" rel="nofollow">http://wso2.org/project/wsf/php/2.0.0/docs/wsdl_generation_api.html</a></p>
<p>Thanks<br />
Dimuthu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Rasmussen</title>
		<link>http://www.dimuthu.org/blog/2008/11/13/xml-schema-simple-types-how-wsdl2php-convert-them-to-php/comment-page-1/#comment-21056</link>
		<dc:creator>Emil Rasmussen</dc:creator>
		<pubDate>Mon, 29 Mar 2010 08:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=598#comment-21056</guid>
		<description>Hi!

How about going from PHP to WSDL with the WSF PHP WSDL Generation API? 

For instance how do I write the PHP classes and documentation so that the WSDL contains a simpleType element with an enumaration facet?

Regards Emil</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>How about going from PHP to WSDL with the WSF PHP WSDL Generation API? </p>
<p>For instance how do I write the PHP classes and documentation so that the WSDL contains a simpleType element with an enumaration facet?</p>
<p>Regards Emil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dimuthu</title>
		<link>http://www.dimuthu.org/blog/2008/11/13/xml-schema-simple-types-how-wsdl2php-convert-them-to-php/comment-page-1/#comment-1023</link>
		<dc:creator>dimuthu</dc:creator>
		<pubDate>Mon, 17 Nov 2008 18:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=598#comment-1023</guid>
		<description>Hi Massimo,
Thanks very much for the input, I will correct it for the next release.

Thanks
Dimuthu</description>
		<content:encoded><![CDATA[<p>Hi Massimo,<br />
Thanks very much for the input, I will correct it for the next release.</p>
<p>Thanks<br />
Dimuthu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Massimo</title>
		<link>http://www.dimuthu.org/blog/2008/11/13/xml-schema-simple-types-how-wsdl2php-convert-them-to-php/comment-page-1/#comment-1005</link>
		<dc:creator>Massimo</dc:creator>
		<pubDate>Mon, 17 Nov 2008 08:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.dimuthu.org/?p=598#comment-1005</guid>
		<description>Hi dimuthu,

I believe I found a glitch in how wsdl2php treats the minLength / maxLength facets.
The generated comments say the value should be &quot;Less than&quot; or &quot;Greater than&quot;, while according to the facets&#039; definition the allowed values include the min/max extremes: in other words, wsdl2php should generate &quot;Less than or equal to&quot; and &quot;Greater than or equal to&quot; instead.

Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Hi dimuthu,</p>
<p>I believe I found a glitch in how wsdl2php treats the minLength / maxLength facets.<br />
The generated comments say the value should be &#8220;Less than&#8221; or &#8220;Greater than&#8221;, while according to the facets&#8217; definition the allowed values include the min/max extremes: in other words, wsdl2php should generate &#8220;Less than or equal to&#8221; and &#8220;Greater than or equal to&#8221; instead.</p>
<p>Keep up the good work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

