Signing XML.. ugh.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
themurph
Forum Commoner
Posts: 76
Joined: Wed Apr 19, 2006 1:56 pm
Contact:

Signing XML.. ugh.

Post by themurph »

So I get all excited about integration with a new vendor partner.

Then I find out they are using XML Digital Signatures.

Try as I may, googling as hard as I can, I cannot find any information on signed XML implementations for PHP.

Has anyone had to tackle this yet? Were you able to code a php based solution for it?

My vendor reccomended using java. I hate java. Well not really, I just don't know java, and I really don't want
to start completely from scratch.
ody
Forum Contributor
Posts: 147
Joined: Sat Mar 27, 2004 4:42 am
Location: ManchesterUK

Post by ody »

User avatar
themurph
Forum Commoner
Posts: 76
Joined: Wed Apr 19, 2006 1:56 pm
Contact:

Post by themurph »

I did find that page, and I'm exploring the possibility, but I am not a very adept c programmer, so
pretty much flying blind with it.
Post Reply