|
|
| laziness, impatience, and hubris | |
| PerlMonks |
WSDL and SOAP::Lite questionby slayedbylucifer (Scribe) |
| on Aug 08, 2012 at 11:39 UTC ( #986229=perlquestion: print w/ replies, xml ) | Need Help?? |
|
slayedbylucifer has asked for the
wisdom of the Perl Monks concerning the following question:
Hi, THis is my 1st attempt at dealing with WSDL and perl. I am learning how to create a SOAP client in perl. Here is the method I run in soapUI:
and here is the responce I get in soapUI
You can see that I am able to get the "session ID" and "Token" from above output in soapUI. Now I want to retrieve the same information using perl. so this is hte code I have written:
and perl script gives me only "1" as the output irrespective of whether I pass correct password or wrong. so This makes me feel that my script is not really getting through the authentication. Could you tell me where I am going wrong. Thanks
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||