<?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>BLOGS@DiGiTSS &#187; Web Service</title>
	<atom:link href="http://blogs.digitss.com/category/web-service/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.digitss.com</link>
	<description>DiGiTSS Team&#039;s Programming experience with PHP, MySQL, Ajax, Javascript, jQuery, C# and Microsoft technologies</description>
	<lastBuildDate>Sat, 13 Aug 2011 06:26:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Zend Framework 1.6 RC1 with WSDL AutoDiscovery</title>
		<link>http://blogs.digitss.com/php/zend-framework-16-rc1-with-wsdl-autodiscovery/</link>
		<comments>http://blogs.digitss.com/php/zend-framework-16-rc1-with-wsdl-autodiscovery/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 20:12:24 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[Framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Service]]></category>
		<category><![CDATA[wsdl]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/?p=113</guid>
		<description><![CDATA[Zend Framework's new release 1.6 is in it's RC1 stage now. It has got many exiting features, including one of the much waited WSDL auto-generation using Zend_Soap_AutoDiscover class. It will automatically generate WSDL based on your class definition based on PHP Documentation.]]></description>
			<content:encoded><![CDATA[<p>Zend Framework's new release 1.6 is in it's RC1 stage now. It has got many exiting features, including one of the much waited WSDL auto-generation using Zend_Soap_AutoDiscover class. It will automatically generate WSDL based on your class definition based on PHP Documentation.</p>
<p>I am not sure why it is taking long with PHP to have WSDL auto-generation feature? May be loose typing..!</p>
<p>Anyway current implementation of Zend's WSDL generation with Zend_Soap_AutoDiscover doesn't seems to be perfect. It is having issues with Complex Type. Although you can manually generate WSDL with the help of Zend_Soap_Wsdl.</p>
<p>When I tried with AutoDiscovery feature results were surprising for Complex Type, behavior of generator was weired. Let's hope that Zend will fix issues with this great feature before their final release. Documentation is also in it's building stage and needs more examples and better compilation. <a title="Download Zend Framework 1.6 " href="http://framework.zend.com/download" target="_blank">Download Zend Framework from here</a>, and try with tar.gz, it looks like zip is not working for me (more than once) with current compilation due to some reason.</p>
<p>Previously I have used WSDL generator class from <a title="WSDL Generation framework from Jool.nl" href="http://www.jool.nl/new/1,webservice_helper.html" target="_blank">jool.nl</a>, it was quite handy and easy to configure and uses Reflections to generate WSDL from PHP Docs just like Zend Framework.<strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://blogs.digitss.com/php/my-experiences-with-soap-web-service-php-vs-net/" rel="bookmark" title="March 21, 2008">My experiences with SOAP Web-service PHP vs .NET</a></li>
<li><a href="http://blogs.digitss.com/php/top-open-source-php-frameworks/" rel="bookmark" title="March 22, 2008">Top Open Source PHP Frameworks</a></li>
<li><a href="http://blogs.digitss.com/php/setting-up-php-mysql-apache-with-most-up-to-date-wamp-package/" rel="bookmark" title="January 17, 2011">Setting up PHP, MySQL, Apache with most up-to-date WAMP Package</a></li>
<li><a href="http://blogs.digitss.com/php/codeigniter-2-is-just-here-about-to-release/" rel="bookmark" title="November 5, 2010">CodeIgniter 2 is just here &#8211; about to release..!</a></li>
<li><a href="http://blogs.digitss.com/news/netbeans-7-0-rc1-released/" rel="bookmark" title="April 4, 2011">Netbeans 7.0 RC1 Released</a></li>
</ul>
<p><!-- Similar Posts took 14.031 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.digitss.com/php/zend-framework-16-rc1-with-wsdl-autodiscovery/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My experiences with SOAP Web-service PHP vs .NET</title>
		<link>http://blogs.digitss.com/php/my-experiences-with-soap-web-service-php-vs-net/</link>
		<comments>http://blogs.digitss.com/php/my-experiences-with-soap-web-service-php-vs-net/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 18:15:13 +0000</pubDate>
		<dc:creator>Dharmavirsinh Jhala</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tools / Plugins / Extenstion]]></category>
		<category><![CDATA[Web Service]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[SOAP]]></category>

		<guid isPermaLink="false">http://blogs.digitss.com/php/my-experiences-with-soap-web-service-php-vs-net/</guid>
		<description><![CDATA[Recently I have been developing web-services for integration of one of our flagship product to other POS software at Meditab Software. My official working platform is PHP and we have been developing web services for communication between our products to internal web applications in the past but it was like "We understand what we speak..!" [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I have been developing web-services for integration of one of our flagship product to other POS software at Meditab Software. My official working platform is PHP and we have been developing web services for communication between our products to internal web applications in the past but it was like "We understand what we speak..!" as we have not been dealing with any external entity during these communications the input parameters used to be simple data-types and for output we understand what we give back using single simple data-type.</p>
<p>When I read requirement specification for the web service which I have developed recently I thought I could finish it in a day or two as I have been developing web-services recently. I went on and started and went into trouble with "complexType" declaration in WSDL. I was having C# example to work with provided by the company which was going to use my webservice. I tried that but the thing is when you use Microsoft ASP.NET platform to develop web services what developer needs to is just expose their method with [WebMethod] attribute and you are done! All hardwork and complex WSDL generation will be done by .NET framework. But when it comes to PHP you gotta deal with WSDL generation and make sure you do it perfectly or else your web-service won't work.<span id="more-59"></span><br />
<!--adsense--><br />
In PHP we have SOAP extension which really helps when we need to develop web services and that's what I have been using previously. But it doesn't help you/me for generating WSDL files and that part we have to bare with. I have searched out google for help but it was difficult to find perfect working example of Web service which takes in and out Complex Data types. Here Complex Data Type means user defined Classes and Arrays. When we work with ASP.NET we just declare it as WebMethod and everything goes smooth, we don't need to worry about WSDL generation and anything else. I tried to use the same WSDL generated from ASP.NET C# example but it didn't worked in my case and won't work for anyone. Here I mean we can get some idea about but direct copy + paste won't work. Because it has to be made in a way that SOAP extension understand that and generate RESPONSE and REQUEST XML in desired way. It took me considerable amount of time to got through the proper WSDL generation and I took almost 4 and 1/2 days to get that project done.</p>
<p>Here I would like to mention that PHP SOAP extension is not well documented and it requires quite a lot of hardwork when we need to deal with complicated Web Services. Although some WSDL generators are available (I am talking about some WSDL generator projects and Zend WSDL generator which comes with Zend Studio), they sometimes don't work perfectly for our requirement.<br />
<!--adsense--><br />
Here I would like to mention one more thing that eviware soapUI tool helped me for checking that whether my WSDL file is proper or not as ultimately it was supposed to be consumed on some other platform. I even tested it out on PowerBuilder 10.5 as it is actually our company's main product's development platform to make sure it's compatibility.</p>
<p>Even getting web service port on other platform took some considerable amount of time and XML and SOAP namespace nitty-gritty are difficult for newbie to get through. I am lucky I got a chance to develop this project.</p>
<p>I am planning to post proper example post explaining how to deal with PHP and SOAP web-services soon. I would like all readers to share their experiences with me on this blog for this subject.<br />
<!--adsense--><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://blogs.digitss.com/php/zend-framework-16-rc1-with-wsdl-autodiscovery/" rel="bookmark" title="August 12, 2008">Zend Framework 1.6 RC1 with WSDL AutoDiscovery</a></li>
<li><a href="http://blogs.digitss.com/microsoft/how-to-auto-restart-windows-service-upon-failure/" rel="bookmark" title="February 20, 2011">How to auto-restart Windows Service upon failure</a></li>
<li><a href="http://blogs.digitss.com/news/goo-gl-url-shortener-from-google/" rel="bookmark" title="October 16, 2010">goo.gl &#8211; URL Shortener from Google</a></li>
<li><a href="http://blogs.digitss.com/news/blogrush-shutdowns/" rel="bookmark" title="November 6, 2008">BlogRush shutdowns</a></li>
<li><a href="http://blogs.digitss.com/business/affiliate-marketing-how-to/" rel="bookmark" title="August 24, 2010">Affiliate Marketing: How to?</a></li>
</ul>
<p><!-- Similar Posts took 6.077 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.digitss.com/php/my-experiences-with-soap-web-service-php-vs-net/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.339 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2011-08-15 19:19:26 -->

