-
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
serverside example #8
Comments
It would be great if Rob creates a soap server example compatible to the existing soap-sign-encrypt.php example. Rob, you are doing a tremendous work. After WSO2 WSF has been abandoned, you are the only hope for a PHP WS-Security lib. Please keep up the good work. Thanks a million! |
Hi there, I have been trying to get this working but no luck so far. Could anyone post a simple client/server example that works (on a localhost) where you basically have to add functions and your own certificates? I created a question on stackoverflow if you are interested to see where I got stuck: Many many thanks! |
For the client part there is a working example. Some hints for the server part:
|
@ZarkoMarkovic Thank you for your tips, but I get the same error over and over again. Function 'EncryptedData' doesn't exist. This implies that I should add operation EncryptedData to my service but is that normal? I can't find any place in the code where this function is called. I added it and the error goes away but adding $server->addFunction("EncryptedData"); doesn't seem right. I'm sorry, I am rather new to this! ERROR |
Maybe you don't include correctly the XMLSecLibs? |
I checked that but that does not seem to be the issue; would you mind looking at my files? |
What I can do is share our production files, but over private message due to privacy issues - pls see your linkedin account. |
Original issue reported on code.google.com by
haavard.pedersen
on 13 Aug 2014 at 1:54The text was updated successfully, but these errors were encountered: