in reply to Re^3: Accessing Attributes in Web Servie message - Server Side
in thread Accessing Attributes in Web Servie message - Server Side
Thank you. Even Dumper doesn't show me the attributes. I have Wireshark monitoring the incoming messages and there I do see the entire message coming in with the attributes. Here is the Dumper result:
$VAR1 = { 'Request_Id' => '999999', 'Section' => [ { 'Entity' => [ '', '', '', '', '', '', '', '', '', '' ] }, { 'Entity' => [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '' ] }, { 'Entity' => [ '', '', '', '' ] } ], 'RequestType' => 'CHANGE', 'RequestStatus' => 'PENDING', 'VtacContactPhone' => '555-555-5555', 'Action' => 'APPROVE', 'VtacContactName' => 'CYNTHIA', 'NegotiatorPhone' => '555-555-5555', 'IssuedDate' => '12/10/2015 09:29:02 AM', 'NegotiatorName' => 'MICHELLE' };
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Accessing Attributes in Web Servie message - Server Side
by poj (Abbot) on Feb 18, 2016 at 19:38 UTC | |
by gackles (Novice) on Feb 18, 2016 at 20:40 UTC | |
by poj (Abbot) on Feb 29, 2016 at 18:41 UTC | |
by Anonymous Monk on Feb 19, 2016 at 00:29 UTC |