views:

349

answers:

0

Hi

I encounter this issue. Anyone got any idea? How can i pass in the security header in visual studio 2008 project?

Thanks in advance!

The security header portion in the WSDL file :

<s0:Policy s1:Id="Auth.xml"> <wssp:Identity xmlns:wssp="http://www.bea.com/wls90/security/policy"&gt; <wssp:SupportedTokens> <wssp:SecurityToken TokenType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#UsernameToken"&gt; <wssp:UsePassword Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText" /> </wssp:SecurityToken> <wssp:SecurityToken TokenType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" /> </wssp:SupportedTokens> </wssp:Identity> </s0:Policy>