cancel
Showing results for 
Search instead for 
Did you mean: 

ws security enabled in soap

former_member267355
Active Participant
0 Kudos

Hi Everyone,

Am trying SOAP to RFC scenario where i want to send the SOAP request with ws security enabled. In the SOAP header of request am sending username and password

as below

" <soapenv:Header>

<wsse:Security soapenv:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">

<wsse:UsernameToken wsu:Id="UsernameToken-30094810" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">

<wsse:Username>username</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>

</soapenv:Header> "

i want the specified username and password to be validated in XI.

Am getting "ERROR:java.net.SocketTimeoutException: Read timed out" error when i tried to send the request.

Can any one tell what configuration i need to do to make it work.

Thanks & Regards,

Sakthi

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

Have a look at SAP Note 856597

Q. Can I configure the timeout value of my receiver adapter?

U can increase the timeout parameter there

Regards,

Prateek