on ‎2007 Sep 27 9:44 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.