Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^6: Accessing Attributes in Web Servie message - Server Side

by gackles (Novice)
on Feb 18, 2016 at 20:40 UTC ( [id://1155582]=note: print w/replies, xml ) Need Help??


in reply to Re^5: Accessing Attributes in Web Servie message - Server Side
in thread Accessing Attributes in Web Servie message - Server Side

Thank you poj. Trying to determine where to apply your example. Would I make that the main web service? or you that be the module that my soap server dispatches to?

  • Comment on Re^6: Accessing Attributes in Web Servie message - Server Side

Replies are listed 'Best First'.
Re^7: Accessing Attributes in Web Servie message - Server Side
by poj (Abbot) on Feb 29, 2016 at 18:41 UTC

    What do you get if you dump $envelope

    use Data::Dumper; sub sendMsg2ABC { my ($class,$data)=@_; my $envelope = pop @_; print Dumper $envelope;
    poj

Log In?
Username:
Password:

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

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

    No recent polls found