Kieran | 4 Aug 12:40
Picon

(unknown)

http://engelsaphira.en.funpic.de/vlink.html

--

-- 
You received this message because you are subscribed to the Google Groups "phpsoa" group.
To post to this group, send email to phpsoa@...
To unsubscribe from this group, send email to phpsoa+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/phpsoa?hl=en.

Thiago Dias | 3 May 21:27
Picon

binding change.

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: @binding.soap to @binding.restrpc?
I tryid to use the exempler from here but no success:
http://www.osoa.org/display/PHP/binding.restrpc+Binding+Documentation

Tks.

--

-- 
You received this message because you are subscribed to the Google Groups "phpsoa" group.
To post to this group, send email to phpsoa@...
To unsubscribe from this group, send email to phpsoa+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/phpsoa?hl=en.

jongiddy | 10 Aug 12:45
Picon

Installation of PHP SDO_SCA for PHP 5.3

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 <stdio.h>"

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

(Continue reading)

MavDev | 24 Jun 20:35
Picon

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

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

--

-- 
You received this message because you are subscribed to the Google Groups "phpsoa" group.
To post to this group, send email to phpsoa@...
To unsubscribe from this group, send email to phpsoa+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/phpsoa?hl=en.

cdouglas | 15 Mar 15:29

Changes to make SDO/SCA work with 5.3.2

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 >= 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 <stdio.h> 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);

--

-- 
You received this message because you are subscribed to the Google Groups "phpsoa" group.
To post to this group, send email to phpsoa@...
To unsubscribe from this group, send email to phpsoa+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/phpsoa?hl=en.

bandirsen | 9 Mar 02:25
Picon

This project is urgently need to be revived

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 ?

--

-- 
You received this message because you are subscribed to the Google Groups "phpsoa" group.
To post to this group, send email to phpsoa@...
To unsubscribe from this group, send email to phpsoa+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/phpsoa?hl=en.

chuckle | 23 Dec 08:27
Picon

The status of the project and the unfinished exception handling part??

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@...
To unsubscribe from this group, send email to phpsoa+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/phpsoa?hl=en.

heshuai64 | 21 Nov 03:35
Picon

can't use wsdl file get service??


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

StockQuoteService?wsdl file content:
<?xml version="1.0" encoding="UTF-8"?>
<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/">
    <wsdl:documentation>StockQuoteService</wsdl:documentation>
    <wsdl:types>
        <xs:schema attributeFormDefault="qualified"
elementFormDefault="qualified" targetNamespace="http://
quickstart.samples/xsd">
            <xs:element name="getPrice">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="symbol"
nillable="true" type="xs:string"/>

                    </xs:sequence>
                </xs:complexType>
            </xs:element>
(Continue reading)

cdouglas | 10 Nov 15:22

Compiling SDO against PHP 5.3.0


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
deadguy | 4 Aug 00:21
Picon

Null soap function?


Hello,

If I try to create a soap service function, I get the following error:

Fatal error:  Uncaught exception 'SDO_PropertyNotFoundException' with
message 'Cannot find property:nullFuncReturn' in /usr/share/php/SCA/
Bindings/soap/Wrapper.php:94

I ended up just returning a constant string, but it's a messy and
confusing hack. Is it not possible to have a function with no return
value?
deadguy | 31 Jul 03:43
Picon

no wsdl generated


Hello all,

I've seen some very similar posts to my problem, but have not yet
found a solution for me.  I'm trying to generate the wsdl for the
following sample from the php manual:

<?php

include "SCA/SCA.php";

/**
 * Scaffold implementation for a remote StockQuote Web service.
 *
 * @service
 * @binding.soap
 *
 */
class StockQuote {

    /**
     * Get a stock quote for a given ticker symbol.
     *
     * @param string $ticker The ticker symbol.
     * @return float The stock quote.
     */
    function getQuote($ticker) {
        return 80.9;
  }
}
(Continue reading)


Gmane