<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>phpsoa Google Group</title>
  <link>http://groups.google.co.uk/group/phpsoa</link>
  <description>Discuss Service Component Architecture (SCA) and Service Data Objects (SDO) for PHP.</description>
  <language>en</language>
  <item>
  <title>Re: Compiling SDO against PHP 5.3.0</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_frm/thread/70460af106300b84/cc135df6ee6157a9?show_docid=cc135df6ee6157a9</link>
  <description>
  Thanks, I got it to compile under Fedora 12 with PHP 5.3.1 with the &lt;br&gt; change you said as well as adding #include &amp;lt;stdio.h&amp;gt; to commonj/sdo/ &lt;br&gt; SDODataConverter.cpp
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_frm/thread/70460af106300b84/cc135df6ee6157a9?show_docid=cc135df6ee6157a9</guid>
  <author>
  ch...@douglas2000.com
  (cdouglas)
  </author>
  <pubDate>Mon, 11 Nov 2009 17:16:06 UT
</pubDate>
  </item>
  <item>
  <title>Re: [phpsoa] can&#39;t use wsdl file get service??</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_frm/thread/dfe8b99efad6aaa1/24519ac08f93b8a6?show_docid=24519ac08f93b8a6</link>
  <description>
  question in SCA/Bindings/soap/Mapper.php 136 line, &lt;br&gt; public function toXML($sdo) &lt;br&gt; { &lt;br&gt; SCA::$logger-&amp;gt;log(&#39;Entering&#39;); &lt;br&gt; SCA::$logger-&amp;gt;log(&amp;quot;sdo = &amp;quot;.print_r($sdo, true)); &lt;br&gt; &lt;p&gt; try &lt;br&gt; 135 { &lt;br&gt; 136 $xdoc = $this-&amp;gt;xmldas-&amp;gt;createDocument( &#39;&#39;, &#39;BOGUS&#39;, $sdo); &lt;br&gt; 137 $xmlstr = $this-&amp;gt;xmldas-&amp;gt;saveString($xdo c, 0);
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_frm/thread/dfe8b99efad6aaa1/24519ac08f93b8a6?show_docid=24519ac08f93b8a6</guid>
  <author>
  heshua...@gmail.com
  (Cole)
  </author>
  <pubDate>Wed, 11 Nov 2009 06:11:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: [phpsoa] can&#39;t use wsdl file get service??</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_frm/thread/dfe8b99efad6aaa1/89bdd7659830bff5?show_docid=89bdd7659830bff5</link>
  <description>
  What happens? &lt;br&gt; &lt;p&gt;You should be doing something with the return from &lt;br&gt; $service-&amp;gt;getPrice(array(&#39;symb ol&#39;=&amp;gt;&#39;IBM&#39;)); &lt;br&gt; &lt;p&gt;Try var_dump($service-&amp;gt;getPrice(ar ray(&#39;symbol&#39;=&amp;gt;&#39;IBM&#39;))); &lt;br&gt; &lt;p&gt;Silvano &lt;br&gt; &lt;p&gt;2009/11/21 heshuai64 &amp;lt;heshua...@gmail.com&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_frm/thread/dfe8b99efad6aaa1/89bdd7659830bff5?show_docid=89bdd7659830bff5</guid>
  <author>
  silvan...@gmail.com
  (Silvano Girardi Jr)
  </author>
  <pubDate>Tue, 11 Nov 2009 13:31:40 UT
</pubDate>
  </item>
  <item>
  <title>can&#39;t use wsdl file get service??</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_frm/thread/dfe8b99efad6aaa1/ea91112486eba75b?show_docid=ea91112486eba75b</link>
  <description>
  include &#39;SCA/SCA.php&#39;; &lt;br&gt; $service = SCA::getService(&amp;quot;StockQuoteSer vice?wsdl&amp;quot;); &lt;br&gt; $service-&amp;gt;getPrice(array(&#39;symb ol&#39;=&amp;gt;&#39;IBM&#39;)); &lt;br&gt; &lt;p&gt;StockQuoteService?wsdl file content: &lt;br&gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt; &lt;br&gt; &amp;lt;wsdl:definitions xmlns:wsdl=&amp;quot;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://schemas.xmlsoap.org/wsdl/&quot;&gt;[link]&lt;/a&gt;&amp;quot; &lt;br&gt; xmlns:axis2=&amp;quot;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://quickstart.samples/&quot;&gt;[link]&lt;/a&gt;&amp;quot; xmlns:ns1=&amp;quot;http://
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_frm/thread/dfe8b99efad6aaa1/ea91112486eba75b?show_docid=ea91112486eba75b</guid>
  <author>
  heshua...@gmail.com
  (heshuai64)
  </author>
  <pubDate>Sat, 11 Nov 2009 02:35:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: Compiling SDO against PHP 5.3.0</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_frm/thread/70460af106300b84/f4f02c39d1efe8ba?show_docid=f4f02c39d1efe8ba</link>
  <description>
  You can, just remove all &amp;quot;static&amp;quot; except &amp;quot;static char rcs_id[] ...&amp;quot; &lt;br&gt; from sdo.cpp. &lt;br&gt; &lt;p&gt;Worked for me.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_frm/thread/70460af106300b84/f4f02c39d1efe8ba?show_docid=f4f02c39d1efe8ba</guid>
  <author>
  wilde...@planet.nl
  (Robert)
  </author>
  <pubDate>Tue, 11 Nov 2009 17:47:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: [phpsoa] Compiling SDO against PHP 5.3.0</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_frm/thread/70460af106300b84/708fa00fa3841254?show_docid=708fa00fa3841254</link>
  <description>
  You can, just remove all &amp;quot;static&amp;quot; except &amp;quot;static char rcs_id[] ...&amp;quot; from &lt;br&gt; sdo.cpp. &lt;br&gt; &lt;p&gt;Worked for me. &lt;br&gt; &lt;p&gt;cdouglas schreef:
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_frm/thread/70460af106300b84/708fa00fa3841254?show_docid=708fa00fa3841254</guid>
  <author>
  wilde...@planet.nl
  (Robert de Wilde)
  </author>
  <pubDate>Tue, 11 Nov 2009 17:46:15 UT
</pubDate>
  </item>
  <item>
  <title>Compiling SDO against PHP 5.3.0</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_frm/thread/70460af106300b84/78f8900ca6c58adc?show_docid=78f8900ca6c58adc</link>
  <description>
  Hello, &lt;br&gt; Not sure any work is still being one on this project, but was &lt;br&gt; wondering if there was going to be a patch/new build so I can build &lt;br&gt; the SDO extension into PHP 5.3.0. &lt;br&gt; &lt;p&gt;Thanks &lt;br&gt; Chris
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_frm/thread/70460af106300b84/78f8900ca6c58adc?show_docid=78f8900ca6c58adc</guid>
  <author>
  ch...@douglas2000.com
  (cdouglas)
  </author>
  <pubDate>Tue, 11 Nov 2009 14:22:02 UT
</pubDate>
  </item>
  <item>
  <title>Re: [phpsoa] Null soap function?</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_frm/thread/8c62d947cecea4b3/b2964a65a29c0e3b?show_docid=b2964a65a29c0e3b</link>
  <description>
  Null return on an external API?? You should, at the very least return &lt;br&gt; true/false to indicate that the function actually succeeded IMHO. &lt;br&gt; dali &lt;br&gt; 2009/8/4 deadguy &amp;lt;deadguysf...@gmail.com&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_frm/thread/8c62d947cecea4b3/b2964a65a29c0e3b?show_docid=b2964a65a29c0e3b</guid>
  <author>
  dalibor.andzako...@gmail.com
  (Dalibor Andzakovic)
  </author>
  <pubDate>Mon, 08 Aug 2009 20:20:18 UT
</pubDate>
  </item>
  <item>
  <title>Null soap function?</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_frm/thread/8c62d947cecea4b3/fd95c3b2ac58299c?show_docid=fd95c3b2ac58299c</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;If I try to create a soap service function, I get the following error: &lt;br&gt; &lt;p&gt;Fatal error: Uncaught exception &#39;SDO_PropertyNotFoundException &#39; with &lt;br&gt; message &#39;Cannot find property:nullFuncReturn&#39; in /usr/share/php/SCA/ &lt;br&gt; Bindings/soap/Wrapper.php:94 &lt;br&gt; &lt;p&gt;I ended up just returning a constant string, but it&#39;s a messy and
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_frm/thread/8c62d947cecea4b3/fd95c3b2ac58299c?show_docid=fd95c3b2ac58299c</guid>
  <author>
  deadguysf...@gmail.com
  (deadguy)
  </author>
  <pubDate>Mon, 08 Aug 2009 22:21:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: no wsdl generated</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_frm/thread/62461dac9b228730/19b51814be0b12ed?show_docid=19b51814be0b12ed</link>
  <description>
  Finally able to get SCA logs going. I must it&#39;s ridiculous that doing &lt;br&gt; so isn&#39;t documented anywhere; you have to go through the log code to &lt;br&gt; figure it out. &lt;br&gt; For future reference: &lt;br&gt; SCA.php: SCA::initComponent() (line 128) &lt;br&gt; uncomment self::$logger-&amp;gt;startLog(); &lt;br&gt; SCA_Logger.php: SCA_Logger::startLog() (line 273)
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_frm/thread/62461dac9b228730/19b51814be0b12ed?show_docid=19b51814be0b12ed</guid>
  <author>
  deadguysf...@gmail.com
  (Matt Brown)
  </author>
  <pubDate>Fri, 07 July 2009 17:14:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: no wsdl generated</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_frm/thread/62461dac9b228730/5d9e8157e79d1c2d?show_docid=5d9e8157e79d1c2d</link>
  <description>
  From phpinfo(): &lt;br&gt; PHP Version 5.2.6-3ubuntu4.1 &lt;br&gt; soap &lt;br&gt; Soap Client enabled &lt;br&gt; Soap Server enabled &lt;br&gt; Directive	Local Value	Master Value &lt;br&gt; soap.wsdl_cache	1	1 &lt;br&gt; soap.wsdl_cache_dir	/tmp	/tmp &lt;br&gt; soap.wsdl_cache_enabled	0	1 &lt;br&gt; soap.wsdl_cache_limit	5	5 &lt;br&gt; soap.wsdl_cache_ttl	86400	86400 &lt;br&gt; I changed the PHP log setting to E_ALL. Still no messages.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_frm/thread/62461dac9b228730/5d9e8157e79d1c2d?show_docid=5d9e8157e79d1c2d</guid>
  <author>
  deadguysf...@gmail.com
  (Matt Brown)
  </author>
  <pubDate>Fri, 07 July 2009 16:22:20 UT
</pubDate>
  </item>
  <item>
  <title>no wsdl generated</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_frm/thread/62461dac9b228730/cdbf488e438ea0ca?show_docid=cdbf488e438ea0ca</link>
  <description>
  Hello all, &lt;br&gt; &lt;p&gt;I&#39;ve seen some very similar posts to my problem, but have not yet &lt;br&gt; found a solution for me. I&#39;m trying to generate the wsdl for the &lt;br&gt; following sample from the php manual: &lt;br&gt; &lt;p&gt;&amp;lt;?php &lt;br&gt; &lt;p&gt;include &amp;quot;SCA/SCA.php&amp;quot;; &lt;br&gt; &lt;p&gt;/** &lt;br&gt; * Scaffold implementation for a remote StockQuote Web service. &lt;br&gt; * &lt;br&gt; * @service
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_frm/thread/62461dac9b228730/cdbf488e438ea0ca?show_docid=cdbf488e438ea0ca</guid>
  <author>
  deadguysf...@gmail.com
  (deadguy)
  </author>
  <pubDate>Fri, 07 July 2009 01:43:42 UT
</pubDate>
  </item>
  <item>
  <title>phpsoa error message</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_frm/thread/b4b16333cc853e9c/c72702946801989a?show_docid=c72702946801989a</link>
  <description>
  I m in need of help. I get this error message everytime i try to run &lt;br&gt; my code &lt;br&gt; &amp;quot;Fatal error: Uncaught SCA_RuntimeException: The remote service threw &lt;br&gt; a soap fault. The text of the response was: thrown in /usr/local/ &lt;br&gt; apache2/htdocs/MyMOL/webservic es/CompanyData/SCA/Bindings/so ap/ &lt;br&gt; Proxy.php on line 419&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_frm/thread/b4b16333cc853e9c/c72702946801989a?show_docid=c72702946801989a</guid>
  <author>
  dnzon...@gmail.com
  (dnzone88)
  </author>
  <pubDate>Wed, 07 July 2009 08:56:15 UT
</pubDate>
  </item>
  <item>
  <title>PECL build on OSX</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_frm/thread/a69d9dd8cc94b730/16e762c02d9fcedc?show_docid=16e762c02d9fcedc</link>
  <description>
  Hi all, &lt;br&gt; &lt;p&gt;Has anyone successfully built SCA_SDO on current OSX with PHP 5.3 from &lt;br&gt; macports? &lt;br&gt; &lt;p&gt;pecl install SCA_SDO errors out with: &lt;br&gt; &lt;p&gt;/private/tmp/pear/download/SCA _SDO-1.2.4/sdo.cpp:80: error: multiple &lt;br&gt; storage classes in declaration of &#39;arginfo_sdo_dataobject&#39; &lt;br&gt; /private/tmp/pear/download/SCA _SDO-1.2.4/sdo.cpp:86: error: multiple
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_frm/thread/a69d9dd8cc94b730/16e762c02d9fcedc?show_docid=16e762c02d9fcedc</guid>
  <author>
  dalibor.andzako...@gmail.com
  (Dalibor Andzakovic)
  </author>
  <pubDate>Mon, 07 July 2009 23:55:05 UT
</pubDate>
  </item>
  <item>
  <title>RE: [phpsoa] multiple rows return ?</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_frm/thread/c64724db8c04f264/639954670a5266fd?show_docid=639954670a5266fd</link>
  <description>
  One way you could achieve this is: &lt;br&gt; &lt;p&gt;XSD: &lt;br&gt; &lt;p&gt;&amp;lt;xsd:complexType name=&amp;quot;EmployeeList&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;xsd:sequence&amp;gt; &lt;br&gt; &amp;lt;xsd:element name=&amp;quot;Employee&amp;quot; type=&amp;quot;EmployeeList_T&amp;quot; minOccurs=&amp;quot;0&amp;quot; maxOccurs=&amp;quot;unbounded&amp;quot; /&amp;gt; &lt;br&gt; &amp;lt;/xsd:sequence&amp;gt; &lt;br&gt; &amp;lt;/xsd:complexType&amp;gt; &lt;br&gt; &lt;p&gt;&amp;lt;xsd:complexType name=&amp;quot;EmployeeList_T&amp;quot;&amp;gt; &lt;br&gt; &amp;lt;xsd:sequence&amp;gt; &lt;br&gt; &amp;lt;xsd:element name=&amp;quot;employeeID&amp;quot; type=&amp;quot;xsd:integer&amp;quot; /&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_frm/thread/c64724db8c04f264/639954670a5266fd?show_docid=639954670a5266fd</guid>
  <author>
  dalibor.andzako...@swerve.co.nz
  (Dalibor Andzakovic)
  </author>
  <pubDate>Sun, 07 July 2009 20:40:18 UT
</pubDate>
  </item>
  </channel>
</rss>
