Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: SOAP reply with correct namespace

by dcunningham (Acolyte)
on Sep 05, 2012 at 07:57 UTC ( [id://991769]=note: print w/replies, xml ) Need Help??


in reply to SOAP reply with correct namespace

Ok, to be more specific, anyone know how to get the namespace passed from the client using SOAP::Transport::HTTP::Server?

And what is the best way to set the namespace on the reply? I know about the $server->serializer( MySerializer->new ); method, but it seems a bit long winded.

Not a fan of SOAP either, but having to make do! Thanks.

Replies are listed 'Best First'.
Re^2: SOAP reply with correct namespace
by Anonymous Monk on Sep 05, 2012 at 10:02 UTC

    Ok, to be more specific, anyone know how to get the namespace passed from the client using SOAP::Transport::HTTP::Server?

    Interrogate the appropriate object, like the envelope, there is an example in this treasure trove of SOAP examples and SOAP::Server/SOAP::SOM

    And what is the best way to set the namespace on the reply? I know about the $server->serializer( MySerializer->new ); method, but it seems a bit long winded.

    I don't know of a different way to do it, do you?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-03-19 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found