UCM /idcws/GenericSoapPort request envelope
Hello,
I am trying to call the UCM /idcws/GenericSoapPort interface from SOAPUI but I keep getting the error: "Security Group not defined. Not possible to validate user security.".
I have also tried to apply WS-Security headerbut still no luck, follows the requests:
This is the non header one:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ucm="http://www.oracle.com/UCM">
<soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
</soap:Header>
<soapenv:Body>
<ucm:GenericRequest webKey="cs">
<ucm:User>
<ucm:Field name="dUser">user</ucm:Field>
<ucm:Field name="dPassword">password</ucm:Field>