Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

SOAP::Lite and default namespaces

by DreamT (Pilgrim)
on Jan 15, 2018 at 11:17 UTC ( [id://1207272]=perlquestion: print w/replies, xml ) Need Help??

DreamT has asked for the wisdom of the Perl Monks concerning the following question:

(Here comes YET ANOTHER SOAP::Lite question ;) )
By default(?), SOAP::Lite produces a couple of namespaces, "soap:encodingStyle" and "xmlns:soapenc". Is it possible to remove them? I know how to alter them and how to add new namespaces, but not how to remove existing ones.
(Have tried to find an answer in one of the existing threads, but without luck).

Replies are listed 'Best First'.
Re: SOAP::Lite and default namespaces
by poj (Abbot) on Jan 15, 2018 at 13:47 UTC
    $soap->serializer->encodingStyle('');
    poj
Re: SOAP::Lite and default namespaces
by Anonymous Monk on Jan 15, 2018 at 12:25 UTC
    Remove them from what exactly?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1207272]
Approved by hippo
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-04-24 12:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found