Reference Citations - HerongYang.com - v2.95, by Herong Yang
Invoking Remote Webservices from a Perl Client
'SOAP::Lite - SOAP Server-Client Communication Module' was cited in a Perl USENET news group article in 2004.
The SOAP::Lite - SOAP Server-Client Communication Module tutorial was cited in a Perl USENET news group article in 2004. Note that my Geocities site has been moved to herongyang.com now.
Subject: Query on invoking remote java webservices from a Perl Client Date: Jun 18, 2004 Source: USENET - comp.lang.perl.modules Author: Asha Hi all, We are working on a Perl client, which should be able to invoke a method exposed by remote Java webservice (Eg. JMXConnector) deployed in the Weblogic server. ... We are getting an error 'Could not find mandatory header connectionId' in the Soap Response message. The code Snippet is given below: ``````````````````````````````` use SOAP::Lite +trace; #Uses the SOAP::Lite library use strict; my $soap = new SOAP::Lite (); my $service = $soap -> uri('http://mx4j.sourceforge.net/remote/soap/1.0') -> proxy('http://localhost:7001/axis/services/jmxconnector'); my $som = $service -> isRegistered(); my $result = $som-> result(); print "Is Registered? : $result"; References: ~~~~~~~~~~ 1. http://www.geocities.com/herong_yang/perl/soap_lite.html 2. http://www.xav.com/perl/site/lib/SOAP/Lite.html 3. http://secu.zzu.edu.cn/book/Perl/Perl%20Bookshelf%20%5B3rd%20... Any help on this would be greatly appreciated. with regards, Asha
Table of Contents
Dovecot SSL Warning (Not Error)
Cipher, byte[]s and Strings; oh my!
BodyTagSupport and JSP body-content
►Invoking Remote Webservices from a Perl Client
IP Protection and Encryption Donation
Validate XML Documents in Java
GB2312 and Unicode Mapping Table