Standard BSSV error is not showing in SOAPUI
Hi,
We are on E1 9.2 and Tools 9.2.1.2. ( upgraded 2 weeks before)
I am testing standard address book BSSV RI_AddressBookManager with SOAPUI. While doing good test I can see data. If I passes invalid entityId, it does not show details of error. It is returned below info only.
<S:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<env:Header/>
<S:Body>
<ns0:getAddressBookResponse xmlns:ns0="http://oracle.e1.bssv.JPR01000/">
<e1MessageList/>
</ns0:getAddressBookResponse>
</S:Body>
</S:Envelope>
Would you guide me, what I need to do to see the error details on return call?