mskv has asked for the wisdom of the Perl Monks concerning the following question:

Hi All, I new to web Services I have few question regarding perl webservices............. 1. Is it possible to tranfer *.pdf file via perl web services.................... 2. I have a application running in windows sharepoint server i need to upload the pdf file in that server is it possible to do via perl web services.................. 3. basically i need to pull pdf from one Application which i will be doing with c code and i have to up load the same pdf to another Application running on sharepoint was just wondering is it possible via Perl web services................... 4. if anyone done this before i appreciate if you can send me the code snippet

Replies are listed 'Best First'.
Re: Web Services in Perl
by shmem (Chancellor) on Oct 10, 2007 at 09:57 UTC
    Welcome to the Monastery, mskv.

    It is not quite clear what you mean by "web services". Do you mean something SOAP-related?

    Whatever it might be, all these tasks have been done before with perl in many differing ways, so sending a code snippet... which one? Also, there are some rules. Show what you have tried so far, then someone can respond more specifically to your questions. See How (Not) To Ask A Question.

    Being new to the Monastery, you might want to have a look into the PerlMonks FAQ and the Tutorials section. PerlMonks for the Absolute Beginner might be useful too. On formatting your posts, see Writeup Formatting Tips.

    --shmem

    _($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                                  /\_¯/(q    /
    ----------------------------  \__(m.====·.(_("always off the crowd"))."·
    ");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
Re: Web Services in Perl
by apl (Monsignor) on Oct 10, 2007 at 09:39 UTC
    If you can do it in Unix, you can do it in Perl. 8-)

    Please take a look at Net::FTP.
Re: Web Services in Perl
by Gangabass (Vicar) on Oct 10, 2007 at 08:09 UTC

    What you mean about "Perl web services"?

    I think most of your task can be done in Perl.