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

 About This Book

 Reference Citations in 2023

 Reference Citations in 2022

 Reference Citations in 2021

 Reference Citations in 2020

 Reference Citations in 2019

 Reference Citations in 2018

 Reference Citations in 2017

 Reference Citations in 2016

 Reference Citations in 2015

 Reference Citations in 2014

 Reference Citations in 2013

 Reference Citations in 2012

 Reference Citations in 2011

 Reference Citations in 2010

 Reference Citations in 2009

 Reference Citations in 2008

 Reference Citations in 2007

 Reference Citations in 2006

 Reference Citations in 2005

Reference Citations in 2004

 HelloWeb Quick Start Guide

 Float vs Double

 J2SE Unicode 转化为 GB2312

 Cookies Don't Persist

 tomcat problem

 Jakarta Taglibs, JSTL Problem

 Dovecot SSL Warning (Not Error)

 Cipher, byte[]s and Strings; oh my!

 BodyTagSupport and JSP body-content

 Codifica Base64

 Java: Catching Stack Overflow

Invoking Remote Webservices from a Perl Client

 IP Protection and Encryption Donation

 Validate XML Documents in Java

 Java - Boolean

 GB2312 and Unicode Mapping Table

 CST 365/465 - Web Programming I

 Reference Citations in 2003