-
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
WS-* Support #13
Comments
These are additional specifications on top of SOAP 1.1/1.2? |
These are advanced web service specifications you can see a list of the existent ones over here http://en.wikipedia.org/wiki/List_of_web_service_specifications. I was checking the availability of support in the library of WS-Security, WS-Addressing, WS-ReliableMessaging and WS-Discovery. Most toolkits support at least the first three WS specifications. |
Franck, any chance of working on this one in the near future? |
I had a patch (not totaly done tho) for a implementation of WS-Adressing, but I lost most of it when my HD crashes, some months back. I could make it again ( quicker than before ). But I need some days to do so. |
Would just like to comment that my company would be interested in seeing official WS-A support in KDSoap. We are currently using KDSoap with our own bolted on WS-A support. While I doubt it helps much, @dfaure-kdab got a patch with what we had done 2014-02-25 |
I will have some days this month, I'll work on WS-Adresing to get it as done as possible :) I will keep my progression updated here I guess :) |
We pushed a client side support for WS-Addresing, usable from this commit : |
I was wondering if there are any further plans on implementing WS-Security? I'm currently looking into making them myself within kdSOAP, but I'm having trouble setting up the headers with the proper indents (Security->UsernameToken->Username). |
This is not currently planned, but maybe this is something you can contribute, either in form of a patch, or in form of funding the implementation by KDAB? |
David, what is the current status of WS-Security on KDSoap? |
Same as my last comment in this issue. |
See #144 for WS-UsernameToken |
I'm trying to figure out which WS-* specifications the library support but I can't find this information anywhere?
What is the current WS-* specification support status? The only information I could find was that SOAP 1.2 support is coming soon. Also which is the WS-I Basic Profile version supported by the library?
The text was updated successfully, but these errors were encountered: