You cannot post messages because only members can post, and you are not currently a member.
Description:
Discuss Service Component Architecture (SCA) and Service Data Objects (SDO) for PHP.
|
|
|
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... more »
|
|
can't use wsdl file get service??
|
| |
include 'SCA/SCA.php';
$service = SCA::getService("StockQuoteSer vice?wsdl");
$service->getPrice(array('symb ol'=>'IBM'));
StockQuoteService?wsdl file content:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="[link]"
xmlns:axis2="[link]" xmlns:ns1="http://... more »
|
|
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
|
|
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... more »
|
|
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... more »
|
|
phpsoa error message
|
| |
I m in need of help. I get this error message everytime i try to run
my code
"Fatal error: Uncaught SCA_RuntimeException: The remote service threw
a soap fault. The text of the response was: thrown in /usr/local/
apache2/htdocs/MyMOL/webservic es/CompanyData/SCA/Bindings/so ap/
Proxy.php on line 419"... more »
|
|
PECL build on OSX
|
| |
Hi all,
Has anyone successfully built SCA_SDO on current OSX with PHP 5.3 from
macports?
pecl install SCA_SDO errors out with:
/private/tmp/pear/download/SCA _SDO-1.2.4/sdo.cpp:80: error: multiple
storage classes in declaration of 'arginfo_sdo_dataobject'
/private/tmp/pear/download/SCA _SDO-1.2.4/sdo.cpp:86: error: multiple... more »
|
|
multiple rows return ?
|
| |
Hi all,
I have not found any examples that handle multiple rows of data
returned from database. Anyone can please show me an example? What I
have is this
I have a service that returns multiple rows of result from a database
query, for example
SELECT employeeID, employeeName, employeeAddress FROM EMPLOYEE;... more »
|
|
wsdl code generation error.
|
| |
Hello All,
I am a newbie to using SCA_SDO with php. The first app i tried
is the one given in the following link.
[link]
The client displayed the content as expected when i gave the following
address in the browser.
[link]... more »
|
|
|