KDSoap icon indicating copy to clipboard operation
KDSoap copied to clipboard

WS-* Support

Open pcipriano opened this issue 11 years ago • 12 comments

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?

pcipriano avatar Jan 11 '13 09:01 pcipriano

These are additional specifications on top of SOAP 1.1/1.2? I only know about WS-Security, which is not implemented by KDSoap at the moment. Which other specs did you have in mind?

dfaure-kdab avatar Jan 11 '13 09:01 dfaure-kdab

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.

pcipriano avatar Jan 11 '13 10:01 pcipriano

Franck, any chance of working on this one in the near future?

winterz avatar Aug 19 '15 16:08 winterz

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.

Knarf64 avatar Aug 20 '15 07:08 Knarf64

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

chrols avatar Aug 24 '15 08:08 chrols

I will have some days this month, I'll work on WS-Adresing to get it as done as possible :) @chrols : Yeah, I had a look at it when I started my patches, did help me to grasp the spec easier.

I will keep my progression updated here I guess :)

Knarf64 avatar Aug 24 '15 11:08 Knarf64

We pushed a client side support for WS-Addresing, usable from this commit : 8cfe017471adcc37a0ee6b23a87c701a811b09ec

Knarf64 avatar Jan 15 '16 10:01 Knarf64

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). Is this perhaps something that you have already been working on, and if not, is it something that is on the roadmap?

TimKes avatar Feb 15 '16 16:02 TimKes

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?

dfaure-kdab avatar Feb 15 '16 16:02 dfaure-kdab

David, what is the current status of WS-Security on KDSoap?

Massimo-B avatar Feb 14 '18 14:02 Massimo-B

Same as my last comment in this issue.

dfaure-kdab avatar Feb 14 '18 14:02 dfaure-kdab

See #144 for WS-UsernameToken

caspermeijn avatar Jan 03 '19 16:01 caspermeijn