API for secured web service communication (WSSE)

2008-09-10 Thread Meik Schuetz
Dear all, Did anyone made experiences creating a native client application, which communicates with a secured web service? Is there any API which I could use to accomplish this? In times where everyone is talking about SOA and cloud computing I find it hard to believe that there's nothin

Re: API for secured web service communication (WSSE)

2008-09-10 Thread Alex Kac
As someone who has written many of these over the years on Windows and recently in Cocoa - its important to note that all of these cloud computing methodologies are just HTTP POST and GET at the basic level. This is an area that .NET works great in, but if you use Win32 you are at a level o

Re: API for secured web service communication (WSSE)

2008-09-10 Thread Alex Kac
Also if you're using SOAP - here is some open source: http://ditchnet.org/soapclient/ On Sep 10, 2008, at 5:45 PM, Alex Kac wrote: As someone who has written many of these over the years on Windows and recently in Cocoa - its important to note that all of these cloud computing methodologies

Re: API for secured web service communication (WSSE)

2008-09-10 Thread Meik Schuetz
Dear Alex Thank you for your ideas. As far as I know the WebServiceCore does not support message encryption and credentials, and unfortunatly this is exactly what I need. You are completly right when you compare Cocoa with Win32 programming, I just hoped there would be a simple solution to