Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: SOAP call tweaks required

by Corion (Patriarch)
on Dec 07, 2010 at 12:35 UTC ( [id://875780]=note: print w/replies, xml ) Need Help??


in reply to SOAP call tweaks required

I don't know much about SOAP, but the ->default_ns, ->ns and ->use_prefix methods of SOAP::Lite seem promising, at least if you do not need the explicit web: prefix but can do with any prefix.

Replies are listed 'Best First'.
Re^2: SOAP call tweaks required
by Mike_v (Novice) on Dec 07, 2010 at 13:22 UTC
    I'm not to up on it either, any idea how I would incorporate that into my code?

      I would call the methods with the appropriate parameter, as documented.

        Yep thanks for your help, just needed to make the following change
        $method = SOAP::Data->name('web:processRequest') ->attr({'xmlns:web' => $uri}), ;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (1)
As of 2024-04-25 00:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found