Subject: | Parameter passing |
I've attached an example because I would think that POE-Component-Server-SOAP should pass parameters as well as SOAP_lite.
The SOAP::Lite example uses client.pl, fmserver.pl and DBIx.pm
The POE Component example uses test-client.pl and test-server.pl
The first problem is that passing a hash with keys like '!Table' will fail.
The second problem is that all passed parameters are stored in a hash and not just passed by position. The key names are strange; something like c-gensym6, c-gensym8 or c-gensym14. Not easy to figure out which parameter is which
This is POE-Component-Server-SOAP-0.03
Perl 5.8.1 w/ Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
Locally applied patches: RC5
O/S is from SuSE 9.0, Linux 2.4.21.
Message body not shown because it is not plain text.