Dear monks,
Hopefully, this question is within the scope of this group and not irrelevant. I apologise in advance if the opposite is true.
I have the following problem. I am using Debian Linux and just downloaded some modules with apt-get install (i.e. libsoap-lite-perl and libapache2-mod-perl2-dev) in order to create a minimal server application in my pc that accepts SOAP messages from a cpe.
These modules have installed SOAP::Lite, SOAP::Transport::HTTP::Apache etc. my pc, which I have successfully used to receive and correctly decode the SOAP message from the client.
Now, I need the inverse procedure, i.e. I need the server to send a SOAP message (call an RPC method) to the cpe(client). From a quick scan in CPAN, I found SOAP::EnvelopeMaker which (I think) I need to accomplish this, and which unfortunately is not included in the mod-perl modules I have installed.
I tried entering the CPAN shell and installed SOAP::EnvelopeMaker from there. This caused my former code not to work (it suddenly started complaining for some packages it cannot find). By removing the CPAN module, my former code works again.
There seems to be a conflict in @INC, I mean between where CPAN modules are installed (/usr/local/share/perl/5.10.0) and where aptitude modules are installed (/usr/share/perl5/). How can I smoothly integrate them? Or, alternatively, is there a mod-perl module that includes SOAP::EnvelopeMaker?
Cheers,
Athanasia
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.