Does anybody heard of or worked on SPML(Service Provisioning Markup Language)? I’ve been trying to understand it, but only in reading. It is somewhat similar to WSDL but only for provisioning. And it is said that its a standard.
I’m thinking of implementing a Provisioning Service Point (PSP) via PHP, so that a Provisioning Service Point (PST) can be integrated to it, regardless of programming language and platform. And the client that connects to PSP is called Requesting Authority (RA).
References:
* http://en.wikipedia.org/wiki/Service_Provisioning_Markup_Language
* http://www.ibm.com/developerworks/xml/library/x-secspml1/
* http://docs.oracle.com/cd/E19225-01/820-5597/ahvcd/index.html
* (Example Code in Java) - http://docs.oracle.com/cd/E10391_01/doc.910/e10366/appx_b.htm#CHDFIIED
Thanks.