SOAP::Lite help?

2005-02-28 Thread Jason Balicki
My phone vendor supplies an XML interface for their phone system that allows remote control. They have supplied me with a wsdl file, and I'm trying my hand at SOAP::Lite. I've got a RHEL clone, and I've just installed SOAP::Lite via cpan. Perl is v5.8.0. However, for some reason I can't get the

Re: SOAP::Lite help?

2005-02-28 Thread Todd W
"Jason Balicki" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > My phone vendor supplies an XML interface for their > phone system that allows remote control. They have > supplied me with a wsdl file, and I'm trying my hand > at SOAP::Lite. > > I've got a RHEL clone, and I've just i

RE: SOAP::Lite help?

2005-03-01 Thread Jason Balicki
Todd W wrote: > Its a lot easier than that. If the WSDL file is good. SOAP::Lite > comes with a program called stubmaker.pl that takes a wsdl file as an > argument and creates a module that you can use(). Then all you do is > call functions the module makes available. T

Re: SOAP::Lite help?

2005-03-01 Thread Todd W
"Jason Balicki" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Todd W wrote: > > Its a lot easier than that. If the WSDL file is good. SOAP::Lite > > comes with a program called stubmaker.pl that takes a wsdl file as an > > argument and creates a module t

Re: SOAP::Lite help?

2005-03-01 Thread Todd W
> Todd W wrote: > > Its a lot easier than that. If the WSDL file is good. SOAP::Lite > > comes with a program called stubmaker.pl that takes a wsdl file as an > > argument and creates a module that you can use(). Then all you do is > > call functions the module makes ava

Perl Soap::Lite Help

2007-01-26 Thread DiGregorio, Dave
I am using soap from a client to talk to a server. However on the server side the java requires a type vector. Does anyone know how to use perl soap to create a data type vector? I have so far been unsuccessful finding any information on the web to do this. Thanks David R. DiGregori

Re: Perl Soap::Lite Help

2007-01-26 Thread Bill Jones
On 1/26/07, DiGregorio, Dave <[EMAIL PROTECTED]> wrote: I am using soap from a client to talk to a server. However on the server side the java requires a type vector. Does anyone know how to use perl soap to create a data type vector? I have so far been unsuccessful finding any information on