Well, I don't want to get envelop Data, I like to access the body xml as a hash. Or am I'm missing something? Couldn't get further with this hint :-(
-----------------------------------
--the good, the bad and the physi--
-----------------------------------
| [reply] |
$ perl serv.pl
Contact to SOAP server at http://localhost:10013/
OrderInquiry called
$VAR1 = [
'physi'
];
$VAR1 = {
'OrderInquiry' => {
'vorname' => 'physi'
}
};
Terminating on signal SIGINT(2)
| [reply] [d/l] [select] |