2005년 5월 19일 목요일

Perl로 구현한 SOAP Client

Perl로 구현한 SOAP Client
http://search.cpan.org/~pmqs/Compress-Zlib-1.34/Zlib.pm
http://search.cpan.org/~gaas/libwww-perl-5.803/lib/LWP.pm
-> Download: libwww-perl-5.803.tar.gz

perl Makefile.PL LIB=/home/ilashman/perl
make
make test
make install

export PERL5LIB=$PERL5LIB:/home/ilashman/perl

Google API SOAP이용하기

http://users.skynet.be/pascalbotte/rcx-ws-doc/perlpost.htm
이 프로그램을 그대로 쓰고 message와 POST만 바꾸면 된다.
http://www.google.com/apis/ 을 받아서
googleapi\soap-samples\doGoogleSearch.xml 의 내용을 message에 적는 다.
POST 이후의 url 주소는 'http://api.google.com/search/beta2'로 한다.

참고)
Google Hacks, OReilly, Chapter 5. Introducing the Google Web API
-> Hack 50 Programming the Google Web API with Perl

댓글 없음:

댓글 쓰기