|
Hi,
I found that the process ends here,
eval {
$som = $Soap{$self}->call( $Header{$self}, $method => $request );
};
if( $@ ) {
carp $@;
return;
}
at line 145 in the file API.pm
I don't know much of SOAP. Help is needed on how to proceed further.
Could some one please give me a clue..
Thanks in advance
Hari |