Search code examples
ioswcfwcf-securitysudzcwsdl2objc

wsdl2objc or sudzc with WCF message security


Is it possible to generate a client with wsdl2objc or sudzc to consume a WCF service with message security and session management?

If someone know some other tool that can achieve this let me know!


Solution

  • In WCF, message security is usually implemented using the soap ws-security standard. wsdl2objc does not seem to support any of the ws-security standard as far as I can tell.