-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error for encrypt Data by using public key #58
Comments
Make sure you are using the latest versions of xmlseclibs and wse-php. If you are still getting an error you will need to paste your code as the only time you should see that is if you are trying to generate a session key using the above key type - which is incompatible. |
Hi Please see my code below I am not able to sign soap request;
/* $siteKey = new XMLSecurityKey(XMLSecurityKey::RSA_OAEP_MGF1P, array('type' => 'public'));
//$request = array('DitRequest' => array('_' => '', 'uniqueRequestId'=>$requestId, 'dataHandler' => $xml_base64)); echo $request = soapRequestXml($request); try function soapRequestXml($request){ |
Hi,
I have started the webservice integration for Income Tax bulk ITR but i am not able to encrypt the data by using public key of income tax getting following error.
Fatal error: Uncaught Exception: Unknown key size for type "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"
The text was updated successfully, but these errors were encountered: