Ofcourse I assume my problem I was using Apache::SOAP. Changed conf to use Apache2::SOAP as follows
soap_fail.conf
LoadModule apreq_module modules/mod_apreq2.so
Listen 8998
ErrorLog /home/inzoik/soap_fail/global_err
PidFile /home/inzoik/soap_fail/soap_fail.pid
<Location /session>
SetHandler perl-script
PerlResponseHandler Apache2::SOAP
PerlSetVar dispatch_to "/home/inzoik/soap_fail/webservice/"
</Location>
Running the same test.pl gives me the following in global_err
[Tue Mar 26 18:22:17 2013] [notice] Apache/2.2.16 (Unix) mod_apreq2-20
+090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming norma
+l operations
[Tue Mar 26 18:22:23 2013] [error] [client 10.32.238.200] Illegal fiel
+d name 'APR::Table=HASH(0x8274070)' at /perl/5.10.1/lib/site_perl/5.1
+0.1/SOAP/Transport/HTTP2.pm line 103\n
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.