Tuesday, November 21. 2006WS-Addressing for ext/soapComments
Display comments as
(Linear | Threaded)
Hello Rob!
Here is a quick message to let you know that we (PHP Quebec) would be pleased to see you at the conference for another talk on SOA (for example) or any other topic of your choice. Cheers! Yann
Hi Rob,
In your blog you mentioned that you will implement the server side WSSE , wondering how is that going? I sent you an email to, not sure if you will get it. Thanks
I havent had any time to work on it so I threw together something really fast and simple. It demonstrates handling a SOAP request that used WS-Security to digitally sign the payload. It's very crude and basic, but should provide a good starting point to add additional decryption and usertoken handling. You can find the files with the rest of the source code: http://www.cdatazone.org/index.php?/pages/source.html
Unbelievable!!! This is extremely helpful to me ! I will be playing with your code for next couple of days. Ultimately what i want to do is to come up with an alternative for WSS4J for Axis.
Do you think you can give me your email for reporting problems and advice?
By the way, are you aware of other projects for SOAP+WSSE in PHP?
You can send any questions to:
rrichards - at - ctindustries - dot - net As for other projects... I really havent found any, but if anyone knows of some, please let me know about them. I had come across one that had started some work on username tokens but that was about it. I really needed the signatures which is what started my code.
Hi all,
First off, thanks to Rob for writing all of this. It works great. I'm using it to connect to a Java ESB that my team is working on. So I guess you can say that it not only works on .NET, but it works in the J2EE world. If anyone is interested, we are using XFire and WSS4J right now. Nate
I'm looking for a WSSE library for PHP4. (WS-Security)
thank you in advance for any assistance in this mater.
Unortunately I don't know of any WSSE implementations for PHP 4. I had taken a look at providing an implementation for PHP 4, but found no easy way to implement canonicalization for handling signatures. Unlike PHP 5, domxml in PHP 4 does not have a C14N method implemented and doesnt have the support in the saveXML functionality for the needed serialization options to be able to create it as I did in my libs for the pre 5.2 versions. You would need to have a custom domxml build providing the necessary functionality to be able to do this easily as no new features will be added to domxml.
|
Tracked: Nov 21, 21:20