Receivables Credit Memo SOAP 401 Error
I tried to create a Credit Memo by SOAP API, but faced 401 error.
I would like to ask for some advices.
I used payload below:
<?xml version="1.0" ?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://xmlns.oracle.com/apps/financials/receivables/transactions/creditMemos/creditMemoService/types/" xmlns:cred="http://xmlns.oracle.com/apps/financials/receivables/transactions/creditMemos/creditMemoService/" xmlns:cred1="http://xmlns.oracle.com/apps/financials/receivables/transactions/creditMemos/model/flex/CreditMemoDff/"> <soapenv:Header/> <soapenv:Body> <typ:createCreditMemo> <typ:creditMemo> <cred:BatchSourceSequenceId>300000006493664</cred:BatchSourceSequenceId> <cred:CustomerTransactionTypeSequenceId>300000006493668</cred:CustomerTransactionTypeSequenceId> <cred:GlDate>2025-02-14</cred:GlDate> <cred:PreviousCustomerTransactionId>51294</cred:PreviousCustomerTransactionId> <cred:LineAmount>-10000</cred:LineAmount> <cred:TransactionDate>2025-02-14</cred:TransactionDate> </typ:creditMemo> </typ:createCreditMemo> </soapenv:Body></soapen