Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: SOAP-Lite Empty Strings

by Khen1950fx (Canon)
on May 04, 2012 at 00:35 UTC ( [id://968840]=note: print w/replies, xml ) Need Help??


in reply to SOAP-Lite Empty Strings

I've never tried it before; however, this is untested, but I'm guessing that you'll need to use document/literal:
#!/usr/bin/perl use strict; use warnings; use SOAP::Lite; my $oCM = SOAP::Lite->service($url); $oCM = SOAP::Data->encodingStyle(''), my $oResult = $oCM->updateLine( SOAP::Data->name(destination => $url) );

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-23 09:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found