Hi ,


Can anyone help me ,how do i configure Web security  IB in  people-soft while providing web service to 3rd party? such that when I test on soap ,it would ask username and password on soap .
like this .
<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>
         <wsse:Username>IBUSER</wsse:Username>
         <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/
           oasis-200401-wss-username-token-profile-1.0#PasswordText">IBUSER1
         </wsse:Password>
     </wsse:UsernameToken>
  </wsse:Security>
</soapenv:Header>

Main Point:  How do I provide secure web service to 3rd third such that header in soap validate username and password then allow to fetch data to 3 party?

Thanks in advance!




Comments