For Programmers: Free Programming Magazines  


Home > Archive > PERL Beginners > October 2006 > Passing parameter through SOAP::Lite









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Passing parameter through SOAP::Lite
niraj.kumar.ait@gmail.com

2006-10-06, 3:57 am

Hi,

How to pass parameter to method in SOAP::Lite. Like I want to set ABC
to xyz,CCNA to sdf

my $result = SOAP::Lite

->service('https://192.168.9.1/imaPreOrder/preOrder?WSDL')
->getCSR('ABC' => 'xyz',
'CCNA' => 'sdf',
);

I even tried SOAP :: Data

my $result = SOAP::Lite

->service('https://192.168.9.1/imaPreOrder/preOrder?WSDL')
->getCSR(SOAP::Data->name("ABC" => "xyz")
SOAP::Data->name("CCNA" => "I28"),
);

But these is not working .Please advice on how to pass data.

TIA
Niraj Kumar

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2009 codecomments.com