From: Murugan K G <mur...@ya...> - 2002-07-06 08:28:17
|
Hi Thanks for your help in advance. I want to know , whether i am doing something wrong in my code or any other problem. please refer the following response value responseValue ::= SEQUENCE of SEQUENCE { name OCTET STRING SEQUENCE of ATTRIBUTES } where ATTRIBUTES:: OCTET STRING But when i am decoding the above response value , i had given like this. ............. $asn->prepare(q< name OCTET STRING, attributeList SEQUENCE OF OCTET STRING >); my $res=$asn->decode($response->response); But i am always getting $res as undefined value as a result. But the server is returning the correct result. Is it a problem in the decoding module or something. But other than this response structure, i am getting all the values properly without any problem like SEQUENCE OF OCTET STRING,SEQUENCE OF INTEGER. etc Any HELP. Regards K.Murugan __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com |