This document was generated from CDN thread
Created by: Janine Graves on 15-07-2010 12:05:45 AM
Hi,
Does anyone know if WSE web service authentication can be used with vxml server for authenticating the client to the web service?
If not, what types of authentication can be used?
Thanks, Janine
Subject: RE: web service authentication from vxml server
Replied by: Tieying Xuan on 15-07-2010 02:21:03 AM
Web Service Security isn't supported by built-in Web Service element. For it requires tag values in SOAP header, which isn't supported by the built-in one.
If you want it, please customize a Action element in Java, so you could integrate any Web Service client with VXML server.