nite_man has asked for the wisdom of the Perl Monks concerning the following question:
Dear brothers and sisters.
I'm a little bit confusion. I try to develope a Perl SOAP client to the SOAP server which implement on Java and I should call Java object method which has another Java object as one of arguments:
where ParameterInfo is some Java class.public JobInfo submitJob(int taskID, ParameterInfo[] parmInfo) { /* some code ... */ }
My questions are: is it possible to call this method from Perl SOAP client and how can I implement a call of this method using SOAP::Lite?
Many thanks in advansed!
_
_
_
_
_
_
M
i
c
h
a
e
l
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl SOAP client.
by Steve_p (Priest) on Sep 19, 2003 at 14:18 UTC | |
by Anonymous Monk on Sep 20, 2003 at 00:44 UTC |