Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Who is scrambling my SOAP (Moose) object?

by thomas895 (Deacon)
on Oct 15, 2012 at 05:35 UTC ( [id://999013]=note: print w/replies, xml ) Need Help??


in reply to Who is scrambling my SOAP (Moose) object?

A quick skimming of the docs for SOAP::Lite reveal that ->uri() is deprecated, yet oddly the authour uses it anyways. Perhaps you should try the alternative suggested, by using ->ns() or ->default_ns()?
Also, judging by the reviews, this module is not one of the best. Of course, you shouldn't use that as your only deciding factor, but you might want to consider it when choosing a module for a purpose.

I apologise if that does not work, I know next to nothing about SOAP.

~Thomas~
confess( "I offer no guarantees on my code." );

Replies are listed 'Best First'.
Re^2: Who is scrambling my SOAP (Moose) object?
by sam_bakki (Pilgrim) on Oct 15, 2012 at 07:11 UTC

    Hi Thomas

    Thanks for the information. Can you please suggest some other SOAP modules which works better with Moose? As far my studies with CPAN, I could see SOAP::Lite is the easy & better documented. (http://cookbook.soaplite.com/).

    As you suggested, I tried with changing uri() with ns() but that did not solve the issue. Looks like I am doing some more mistakes.

    Thanks & Regards,
    Bakkiaraj M
    My Perl Gtk2 technology demo project - http://code.google.com/p/saaral-soft-search-spider/ , contributions are welcome.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://999013]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-19 16:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found