makerofthings7
makerofthings7

Reputation: 61483

Javascript implementation of WS-I Reliable Secure Profile

I'm using the .NET 4 server side implementation of Reliable Secure Profile for HTTP/S push and want to know if there is a JavaScript client available.

Upvotes: 5

Views: 389

Answers (1)

No. There are several generic SOAP libraries to talk to web services but not one that is specifically geared towards WS-I or the RSP definition.

It might make for a good open source project though. Please add info here if you start it up, others might like it :)

Upvotes: 0

Related Questions