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.
|
|
|
Overzealous Errors
|
| |
Hello all,
I have the following code which produces this error: Fatal error:
Uncaught SCA_RuntimeException: Namespace defined in @param not found
in @types annotation: 'subject' thrown in /usr/share/php5/SCA/
SCA_AnnotationReader.php on line 305
if I comment out line 305 I get a good WSDL file.... more »
|
|
Comsume #Net services.
|
| |
Hi there,
I´m starting to learn this W.S. subject. And I need to consume two or
three services from a #Net server. ( Project Server ).
Since I dont´n know much about it I have some questions and will be
gratefull if someone can answer one or more of them:
1 - is it possible?
2 - how do I learn to do it? ( Are there tutorials on the net ? )... more »
|
|
PHPDoc parsing too restrictive?
|
| |
Hi again,
Apparently, the parsing of the PHPDoc comments is so severe that if I
use:
/**
* This library provides functions for user management.
* it in your code to use its functionality.
*
* @service
* @binding.soap
*
*/
it won't work, but if I add one space before the star on the line... more »
|
|
SCA services access control...?
|
| |
Hi,
I think I mentioned it the first time I sent an e-mail on this list,
but one of the major problems I have with using SCA is that, if I do
implement it into existing classes, I don't want just anyone to be
able to use them freely.
In Dokeos (and outside of any web services context), we rely on an... more »
|
|
Impact of SCA on performance?
|
| |
Hi again,
If I decide to use SCA to provide services from my existing classes,
should I be worried about performances in terms of parsing? Will any
single include of this class file trigger a parsing of my PHPDoc
documentation, or is it going to detect, somehow, that the class has
been called through a local call rather than a web service, and... more »
|
|
Error with documentation example
|
| |
Hi there,
I'm currently taking my first steps with SCA-SDO following the example
given here:
[link]
I am using an Ubuntu 8.04 system ad I downloaded SCA_SDO using the
PECL command line interface.
Now I'm sure I'm going to find the problem soon, but as the... more »
|
|
Explicitly specifying type of xsd:anyType in soap request
|
| |
I am using a wsdl that has a xsd:anyType parameter in a method call.
The resulting SOAP request generates xml that looks like this:
<tns2:mValue>testing</tns2:mVa lue>
I need someway to make it output this instead:
<tns2:mValue xsi:type="xsd:string">13.219</ tns2:mValue>
How can I inject an attribute or specify a type in this situation?... more »
|
|
Problem when using type DOUBLE in SOAP
|
| |
Gentlemen, there is a critical issue (at least for me) when dealing with double values using SOAP. Example: when returning 3210.8765, you get: 3211. I reported it as a bug: [link] FYI, when I try with REST-RPC or not using SCA at all (with SoapServer), it works fine: returns the same double value.... more »
|
|
|