Hi,

I am trying to build an app that does the following:

 -  Receives a XML file via a http POST request
 -  Signs this XML with a private key (see wikipedia/XML_Signature)
 -  Returns the resulting signed XML

It should be not too difficult, but I'm already stuck.

Solutions I tried:

 - Using Java for it, but I get 'NoClassDefFoundError:
javax.xml.crypto.dsig.XMLSignatureFactory is a restricted class.'

 - Using Python's PyXMLSec library, but it's not compatible.

 - Using PHP5 (running in Quercus), and use the XMLSec library to sign
the XML's. This did not work because i'm missing the OpenSSL
extension.

So, is there any way I could sign an XML with a digital signature
(just like SAML does) using AppEngine? I'm about to give up :(

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to