Is there a way to connect secure to a webservice?

  Consider wService is the service.
-Basic is not working. wService.SetCredential -> error "no proxy". If 
I put proxy -> error no channel or destination.
-Digest: I try with this soapheader but no succes.

<mx:XML id="hSQL">
            <wsse:Security  xmlns:wsse=
                        "http://docs.oasis-open.org/wss/2004/01/oasis-
200401-wss-wssecurity-secext-1.0.xsd">
            <wsse:UsernameToken>
                        <wsse:Username>user</wsse:Username>
            <wsse:Password Type=
                        "http://docs.oasis-open.org/wss/2004/01/oasis-
200401-wss-username-token-profile-
1.0#PasswordText">password</wsse:Password>
            </wsse:UsernameToken>
            </wsse:Security>
</mx:XML>
...
 wService.addHeader(hSQL)

-Integrated and Kerberos I don't know how to connect with this 
authentication to a webservice.

Thanks in advance
Cristy.



Reply via email to