<?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>Can anyone send me an example of how to send a complex type to a .net service please?</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_thread/thread/f416a578ee439bfb/9c3a0cfbbea72af0?show_docid=9c3a0cfbbea72af0</link>
  <description>
  Hi there. &lt;br&gt; Can someone please send me an example of how to send a complex type to a &lt;br&gt; .net service? &lt;br&gt; I´m having no sucess at this. &lt;br&gt; How is the xml supposed to be? &lt;br&gt; How do I do it using SCO or SoapClient? &lt;br&gt; Thanks, &lt;br&gt; Bruno
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_thread/thread/f416a578ee439bfb</guid>
  <author>
  bruno.p.r...@gmail.com
  (Bruno Reis)
  </author>
  <pubDate>Tue, 08 Aug 2008 21:13:14 UT
</pubDate>
  </item>
  <item>
  <title>Overzealous Errors</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_thread/thread/8ad585c8c55c1aca/997b22f9998b6c44?show_docid=997b22f9998b6c44</link>
  <description>
  Hello all, &lt;br&gt; &lt;p&gt;I have the following code which produces this error: Fatal error: &lt;br&gt; Uncaught SCA_RuntimeException: Namespace defined in @param not found &lt;br&gt; in @types annotation: &#39;subject&#39; thrown in /usr/share/php5/SCA/ &lt;br&gt; SCA_AnnotationReader.php on line 305 &lt;br&gt; &lt;p&gt;if I comment out line 305 I get a good WSDL file.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_thread/thread/8ad585c8c55c1aca</guid>
  <author>
  anol...@gmail.com
  (Adrian)
  </author>
  <pubDate>Mon, 08 Aug 2008 14:58:36 UT
</pubDate>
  </item>
  <item>
  <title>Comsume #Net services.</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_thread/thread/9806a4942de4fc14/d5cd62ea6d56b1f0?show_docid=d5cd62ea6d56b1f0</link>
  <description>
  Hi there, &lt;br&gt; &lt;p&gt;I´m starting to learn this W.S. subject. And I need to consume two or &lt;br&gt; three services from a #Net server. ( Project Server ). &lt;br&gt; Since I dont´n know much about it I have some questions and will be &lt;br&gt; gratefull if someone can answer one or more of them: &lt;br&gt; &lt;p&gt;1 - is it possible? &lt;br&gt; 2 - how do I learn to do it? ( Are there tutorials on the net ? )
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_thread/thread/9806a4942de4fc14</guid>
  <author>
  bruno.p.r...@gmail.com
  (Bruno Prieto Reis)
  </author>
  <pubDate>Fri, 08 Aug 2008 15:24:03 UT
</pubDate>
  </item>
  <item>
  <title>PHPDoc parsing too restrictive?</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_thread/thread/1021e914444b5faa/8736d9fc224733f6?show_docid=8736d9fc224733f6</link>
  <description>
  Hi again, &lt;br&gt; &lt;p&gt;Apparently, the parsing of the PHPDoc comments is so severe that if I &lt;br&gt; use: &lt;br&gt; &lt;p&gt;/** &lt;br&gt; * This library provides functions for user management. &lt;br&gt; * it in your code to use its functionality. &lt;br&gt; * &lt;br&gt; * @service &lt;br&gt; * @binding.soap &lt;br&gt; * &lt;br&gt; */ &lt;br&gt; &lt;p&gt;it won&#39;t work, but if I add one space before the star on the line
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_thread/thread/1021e914444b5faa</guid>
  <author>
  ywarn...@gmail.com
  (Yannick)
  </author>
  <pubDate>Mon, 07 Jul 2008 01:52:39 UT
</pubDate>
  </item>
  <item>
  <title>SCA services access control...?</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_thread/thread/992e1d81d7924763/8fc60261e43098ca?show_docid=8fc60261e43098ca</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I think I mentioned it the first time I sent an e-mail on this list, &lt;br&gt; but one of the major problems I have with using SCA is that, if I do &lt;br&gt; implement it into existing classes, I don&#39;t want just anyone to be &lt;br&gt; able to use them freely. &lt;br&gt; &lt;p&gt;In Dokeos (and outside of any web services context), we rely on an
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_thread/thread/992e1d81d7924763</guid>
  <author>
  ywarn...@gmail.com
  (Yannick)
  </author>
  <pubDate>Mon, 07 Jul 2008 01:11:23 UT
</pubDate>
  </item>
  <item>
  <title>Impact of SCA on performance?</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_thread/thread/1a6d44e66c5b5801/fab58c109d7e284e?show_docid=fab58c109d7e284e</link>
  <description>
  Hi again, &lt;br&gt; &lt;p&gt;If I decide to use SCA to provide services from my existing classes, &lt;br&gt; should I be worried about performances in terms of parsing? Will any &lt;br&gt; single include of this class file trigger a parsing of my PHPDoc &lt;br&gt; documentation, or is it going to detect, somehow, that the class has &lt;br&gt; been called through a local call rather than a web service, and
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_thread/thread/1a6d44e66c5b5801</guid>
  <author>
  ywarn...@gmail.com
  (Yannick)
  </author>
  <pubDate>Mon, 07 Jul 2008 00:55:00 UT
</pubDate>
  </item>
  <item>
  <title>Possible to offer a service from a simple function?</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_thread/thread/308cb2290df1f973/fc5967be8af97637?show_docid=fc5967be8af97637</link>
  <description>
  Hi there, &lt;br&gt; &lt;p&gt;As I am trying out SCA, a bunch of questions come to mind. I&#39;ll try to &lt;br&gt; stick to one-question-per-mail for clarity and indexing of the &lt;br&gt; answers. &lt;br&gt; &lt;p&gt;Following the documentation here &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.osoa.org/display/PHP/SCA+Documentation#SCADocumentation-2:&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &amp;quot;...PHP annotations are used to define PHP classes as SCA
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_thread/thread/308cb2290df1f973</guid>
  <author>
  ywarn...@gmail.com
  (Yannick)
  </author>
  <pubDate>Mon, 07 Jul 2008 00:52:23 UT
</pubDate>
  </item>
  <item>
  <title>Error with documentation example</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_thread/thread/396e3acd49171ed2/9f72e6576dde2657?show_docid=9f72e6576dde2657</link>
  <description>
  Hi there, &lt;br&gt; &lt;p&gt;I&#39;m currently taking my first steps with SCA-SDO following the example &lt;br&gt; given here: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.osoa.org/display/PHP/SCA+Documentation#SCADocumentation-2.5&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I am using an Ubuntu 8.04 system ad I downloaded SCA_SDO using the &lt;br&gt; PECL command line interface. &lt;br&gt; Now I&#39;m sure I&#39;m going to find the problem soon, but as the
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_thread/thread/396e3acd49171ed2</guid>
  <author>
  ywarn...@gmail.com
  (Yannick)
  </author>
  <pubDate>Sat, 07 Jul 2008 23:24:09 UT
</pubDate>
  </item>
  <item>
  <title>Explicitly specifying type of xsd:anyType in soap request</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_thread/thread/6a0086eb69f4211d/8aae5f8708126a78?show_docid=8aae5f8708126a78</link>
  <description>
  I am using a wsdl that has a xsd:anyType parameter in a method call. &lt;br&gt; The resulting SOAP request generates xml that looks like this: &lt;br&gt; &lt;p&gt;&amp;lt;tns2:mValue&amp;gt;testing&amp;lt;/tns2:mVa lue&amp;gt; &lt;br&gt; &lt;p&gt;I need someway to make it output this instead: &lt;br&gt; &lt;p&gt;&amp;lt;tns2:mValue xsi:type=&amp;quot;xsd:string&amp;quot;&amp;gt;13.219&amp;lt;/ tns2:mValue&amp;gt; &lt;br&gt; &lt;p&gt;How can I inject an attribute or specify a type in this situation?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_thread/thread/6a0086eb69f4211d</guid>
  <author>
  cwm...@gmail.com
  (Charlie)
  </author>
  <pubDate>Wed, 06 Jun 2008 18:54:36 UT
</pubDate>
  </item>
  <item>
  <title>Problem when using type DOUBLE in SOAP</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_thread/thread/a523521c16ced678/2f3dca71d49d9127?show_docid=2f3dca71d49d9127</link>
  <description>
  Gentlemen, &lt;br&gt; there is a critical issue (at least for me) when dealing with double values &lt;br&gt; using SOAP. &lt;br&gt; Example: when returning 3210.8765, you get: 3211. &lt;br&gt; I reported it as a bug: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pecl.php.net/bugs/bug.php?id=14155&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; FYI, when I try with REST-RPC or not using SCA at all (with SoapServer), it &lt;br&gt; works fine: returns the same double value.
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_thread/thread/a523521c16ced678</guid>
  <author>
  silvan...@gmail.com
  (Silvano Girardi Jr)
  </author>
  <pubDate>Mon, 06 Jun 2008 23:59:48 UT
</pubDate>
  </item>
  <item>
  <title>Newbie question</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_thread/thread/cc1fb16c199d2d9b/203a7b8a673adaaa?show_docid=203a7b8a673adaaa</link>
  <description>
  Hi all, &lt;br&gt; &lt;p&gt;Busy testing SCA package. I have a problem with a very simple &lt;br&gt; testscript. Running a local script client.php: &lt;br&gt; &lt;p&gt;&amp;lt;?php &lt;br&gt; &lt;p&gt;include &#39;SCA/SCA.php&#39;; &lt;br&gt; &lt;p&gt;$wsdl = file_get_contents(&#39;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://barabas.hogent.be/kariboe/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; helloworld.php?wsdl&#39;); &lt;br&gt; file_put_contents(&amp;quot;helloworld. wsdl&amp;quot;,$wsdl); &lt;br&gt; $helloservice = SCA::getService(&#39;helloworld.ws dl&#39;);
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_thread/thread/cc1fb16c199d2d9b</guid>
  <author>
  denbi...@hotmail.com
  (Kariboe)
  </author>
  <pubDate>Tue, 06 Jun 2008 13:05:20 UT
</pubDate>
  </item>
  <item>
  <title>SoapClient try/catch problem</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_thread/thread/c7334c8fa8d41084/4b543e38aa18ff57?show_docid=4b543e38aa18ff57</link>
  <description>
  Hey All &lt;br&gt; &lt;p&gt;Im having some problem on my client side &lt;br&gt; at the client code i&#39;m doing something like this &lt;br&gt; &lt;p&gt;try { &lt;br&gt; return $this-&amp;gt;updateSoapReturn( $this-&amp;gt;getService()-&amp;gt; &lt;br&gt; $str_method( $this-&amp;gt;fixSlashes($arr_param) )-&amp;gt;{$str_method . &lt;br&gt; &#39;Return&#39;} ); &lt;br&gt; $e-&amp;gt;getmessage(); &lt;br&gt; return false; &lt;br&gt; &lt;p&gt;Well, my problem is that my WebService when trow the exceptio he use
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_thread/thread/c7334c8fa8d41084</guid>
  <author>
  fabio_da_cu...@hotmail.com
  (Fabio_Floripa)
  </author>
  <pubDate>Tue, 05 May 2008 18:14:14 UT
</pubDate>
  </item>
  <item>
  <title>Dokeos developers considering SCA</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_thread/thread/1371958987881702/05bcf6d0d84dd02f?show_docid=05bcf6d0d84dd02f</link>
  <description>
  See &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://dokeoslead.wordpress.com/2008/04/23/dokeos-drupal-link-planning/&quot;&gt;[link]&lt;/a&gt;. &lt;br&gt; Maybe some existing users of SCA in this kind of environment could advise?
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_thread/thread/1371958987881702</guid>
  <author>
  c...@php.net
  (Caroline Maynard)
  </author>
  <pubDate>Fri, 04 Apr 2008 15:32:11 UT
</pubDate>
  </item>
  <item>
  <title>SOAP and Cannot redeclare class error</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_thread/thread/d14ca0ae304d5fa7/04c2653f7da1dffb?show_docid=04c2653f7da1dffb</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;After modifying guessClassName() in SCA_Helper.php to find my classes &lt;br&gt; (which are prefixed with &#39;class.&#39;), I can finally generate WSDL with ? &lt;br&gt; wsdl - kind of. &lt;br&gt; &lt;p&gt;I can see that the WSDL has been generated through XDEBUG and &lt;br&gt; SCA::logger (see below). However, output of the WSDL is prevented by
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_thread/thread/d14ca0ae304d5fa7</guid>
  <author>
  dylan.oli...@gmail.com
  (Dylan)
  </author>
  <pubDate>Fri, 04 Apr 2008 06:20:15 UT
</pubDate>
  </item>
  <item>
  <title>Methods Documentation in WSDL</title>
  <link>http://groups.google.co.uk/group/phpsoa/browse_thread/thread/c956b2584cc56aa8/ac7e468df953f336?show_docid=ac7e468df953f336</link>
  <description>
  Hi all, &lt;br&gt; is there any special reason for the SCA to do not generate the &lt;br&gt; &amp;lt;documentation&amp;gt;&amp;lt;/documentation &amp;gt; in the WSDL based on the method&#39;s &lt;br&gt; description in the doc block? &lt;br&gt; Thanks, &lt;br&gt; Silvano
  </description>
  <guid isPermaLink="true">http://groups.google.co.uk/group/phpsoa/browse_thread/thread/c956b2584cc56aa8</guid>
  <author>
  silvan...@gmail.com
  (Silvano Girardi Jr)
  </author>
  <pubDate>Thu, 04 Apr 2008 13:32:28 UT
</pubDate>
  </item>
  </channel>
</rss>
