<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.php.sca-sdo">
    <title>gmane.comp.php.sca-sdo</title>
    <link>http://blog.gmane.org/gmane.comp.php.sca-sdo</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.sca-sdo/818"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.sca-sdo/816"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.sca-sdo/815"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.sca-sdo/813"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.sca-sdo/808"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.sca-sdo/807"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.sca-sdo/805"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.sca-sdo/801"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.php.sca-sdo/798"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.sca-sdo/818">
    <title>(unknown)</title>
    <link>http://comments.gmane.org/gmane.comp.php.sca-sdo/818</link>
    <description>&lt;pre&gt;http://engelsaphira.en.funpic.de/vlink.html

&lt;/pre&gt;</description>
    <dc:creator>Kieran</dc:creator>
    <dc:date>2011-08-04T10:40:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.sca-sdo/816">
    <title>binding change.</title>
    <link>http://comments.gmane.org/gmane.comp.php.sca-sdo/816</link>
    <description>&lt;pre&gt;Hi All.
I'm using binding.soap for a while, but some performance reasons I'm
thinking in to change it to binding.restrpc.
Can anybody tell me if changing the binding I will have performance
improvement?
And will be necessary only change: &amp;lt; at &amp;gt;binding.soap to &amp;lt; at &amp;gt;binding.restrpc?
I tryid to use the exempler from here but no success:
http://www.osoa.org/display/PHP/binding.restrpc+Binding+Documentation

Tks.

&lt;/pre&gt;</description>
    <dc:creator>Thiago Dias</dc:creator>
    <dc:date>2011-05-03T19:27:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.sca-sdo/815">
    <title>Installation of PHP SDO_SCA for PHP 5.3</title>
    <link>http://comments.gmane.org/gmane.comp.php.sca-sdo/815</link>
    <description>&lt;pre&gt;I've just been getting the PHP SDO SCA code working with PHP 5.3. Many
thanks to the March 2010 email of cdouglas for the initial steps.

Here are my changes for getting a working SOAP web service. I have not
tested this with PHP 5.2 so cannot guarantee that the changes are
backwards-compatible. Any comments are welcomed.

Thanks,
Jon.

Instructions to install SCA and SDO modules to work with PHP 5.3

*** Checkout newest branch from Subversion (post 1.2.4 development
branch)

$ svn co http://svn.php.net/repository/pecl/sdo/branches/GOLDCREST
$ cd GOLDCREST

*** Patch code

Edit sdo.cpp
- remove all "static" modifiers, except "static char rcs_id[]..."

Edit commonj/sdo/SDODataConverter.cpp
- add "#include &amp;lt;stdio.h&amp;gt;"

ereg_replace is deprecated in PHP 5.3, the following change prevents
deprecation warnings being printed, which allows 2 tests to pass
correctly

Edit SCA/SCA_CommentReader.php
- Line 381:
&amp;lt;&amp;lt;&amp;lt;
$targetLine = ereg_replace("\t", " ", $targetLine);
$targetLine = preg_replace("{[ \t]+}", " ", $targetLi&lt;/pre&gt;</description>
    <dc:creator>jongiddy</dc:creator>
    <dc:date>2010-08-10T10:45:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.sca-sdo/813">
    <title>Fatal error: Uncaught SCA_RuntimeException: Only an invalid absolute path could be constructed from class componentFacebook and relative path Cookie.xsd thrown in /usr/local/zend/share/pear/SCA/SCA_Helper.php on line 153</title>
    <link>http://comments.gmane.org/gmane.comp.php.sca-sdo/813</link>
    <description>&lt;pre&gt;Can anyone help me out with this problem ?

Fatal error: Uncaught SCA_RuntimeException: Only an invalid absolute
path could be constructed from class componentFacebook and relative
path Cookie.xsd thrown in /usr/local/zend/share/pear/SCA/
SCA_Helper.php on line 153

&lt;/pre&gt;</description>
    <dc:creator>MavDev</dc:creator>
    <dc:date>2010-06-24T18:35:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.sca-sdo/808">
    <title>Changes to make SDO/SCA work with 5.3.2</title>
    <link>http://comments.gmane.org/gmane.comp.php.sca-sdo/808</link>
    <description>&lt;pre&gt;Hello,
 Wanted to share the changes I had to make to the code to get SCA/SDO
to work with 5.3.2 without warnings or errors. If I find more, I will
update.

If using with PHP &amp;gt;= 5.3.0, you need to make the following source code
changes:

remove all "static" except "static char rcs_id[] ..." from sdo.cpp.

Add #include &amp;lt;stdio.h&amp;gt; to commonj/sdo/SDODataConverter.cpp

/usr/local/lib/php/SCA/SCA_CommentReader.php
  Line 381: $targetLine = preg_replace("{[ \t]+}", " ", $targetLine);
  Line 385: if (strpos($word,$bindingAnnotation) === 0) {
  Line 592: $targetLine = preg_replace("{[ \t]+}", " ", $targetLine);

/usr/local/lib/php/SCA/SCA_AnnotationRules.php
  Line 222:  $line         = preg_replace("{[ \t]+}", " ", $line);

&lt;/pre&gt;</description>
    <dc:creator>cdouglas</dc:creator>
    <dc:date>2010-03-15T14:29:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.sca-sdo/807">
    <title>This project is urgently need to be revived</title>
    <link>http://comments.gmane.org/gmane.comp.php.sca-sdo/807</link>
    <description>&lt;pre&gt;Today SOA became more and more standard architecture on building
application, everybody know the current and up coming technology such
as, SaaS, web OS, cloud computing, etc where the SOA would fit
perfectly.

meanwhile, PHP became more mature with its 5.3.x release, along with
birth so many php sophisticated php framework and tools, such as ZF,
Kohana, CI, Symphony, PRADO, Doctrine 2.0, etc

with those facts, I don't see any reason to let this project die and
abandoned.

So, with this post, I want to invite all member on this group to
reviving this project and hopefully make this project became standard
SOA implementation in PHP world.

how about this ?

&lt;/pre&gt;</description>
    <dc:creator>bandirsen</dc:creator>
    <dc:date>2010-03-09T01:25:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.sca-sdo/805">
    <title>The status of the project and the unfinished exception handling part??</title>
    <link>http://comments.gmane.org/gmane.comp.php.sca-sdo/805</link>
    <description>&lt;pre&gt;Hello,

I am trying to use SCA for PHP on a project, but the code base seems
to be stalled for a while. Anyone knows if any new development is
being done, or it has already become an 'orphan' project?

Also, the code for business exception serialization-deserialization
into the Soap Fault seems to be broken/unfinished. I may attempt to
fix it but want to know if anybody worked on this area already?

Thank you very much...

Cagil

--

You received this message because you are subscribed to the Google Groups "phpsoa" group.
To post to this group, send email to phpsoa-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0&amp;lt; at &amp;gt;public.gmane.org
To unsubscribe from this group, send email to phpsoa+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0&amp;lt; at &amp;gt;public.gmane.org
For more options, visit this group at http://groups.google.com/group/phpsoa?hl=en.



&lt;/pre&gt;</description>
    <dc:creator>chuckle</dc:creator>
    <dc:date>2009-12-23T07:27:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.sca-sdo/801">
    <title>can't use wsdl file get service??</title>
    <link>http://comments.gmane.org/gmane.comp.php.sca-sdo/801</link>
    <description>&lt;pre&gt;

include 'SCA/SCA.php';
$service = SCA::getService("StockQuoteService?wsdl");
$service-&amp;gt;getPrice(array('symbol'=&amp;gt;'IBM'));


StockQuoteService?wsdl file content:
&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:axis2="http://quickstart.samples/" xmlns:ns1="http://
org.apache.axis2/xsd" xmlns:ns="http://quickstart.samples/xsd"
xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://
www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/
mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
targetNamespace="http://quickstart.samples/"&amp;gt;
    &amp;lt;wsdl:documentation&amp;gt;StockQuoteService&amp;lt;/wsdl:documentation&amp;gt;
    &amp;lt;wsdl:types&amp;gt;
        &amp;lt;xs:schema attributeFormDefault="qualified"
elementFormDefault="qualified" targetNamespace="http://
quickstart.samples/xsd"&amp;gt;
            &amp;lt;xs:element name="getPrice"&amp;gt;
                &amp;lt;xs:comple&lt;/pre&gt;</description>
    <dc:creator>heshuai64</dc:creator>
    <dc:date>2009-11-21T02:35:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.php.sca-sdo/798">
    <title>Compiling SDO against PHP 5.3.0</title>
    <link>http://comments.gmane.org/gmane.comp.php.sca-sdo/798</link>
    <description>&lt;pre&gt;
Hello,
  Not sure any work is still being one on this project, but was
wondering if there was going to be a patch/new build so I can build
the SDO extension into PHP 5.3.0.

Thanks
Chris
&lt;/pre&gt;</description>
    <dc:creator>cdouglas</dc:creator>
    <dc:date>2009-11-10T14:22:02</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.php.sca-sdo">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.php.sca-sdo</link>
  </textinput>
</rdf:RDF>

