cancel
Showing results for 
Search instead for 
Did you mean: 

Read operation of SenderAgreementService

former_member286225
Participant
0 Kudos

Hello Experts,

I am trying to invoke the read operation if the new exposed Integration Directory API.

I am sending a valid data but the result I am getting back is empty.

When I invoke the query operation with the same data, I am getting a response containing the data I send. I conclude that the Sender Agreement object exist.

Why does the read operation does not find the requested object data?

Please advice.

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member286225
Participant
0 Kudos

Anybody?

The error I am getting is as follows:

<?xml version="1.0" encoding="UTF-8"?>

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

<SOAP-ENV:Body xmlns:rpl="urn:SenderAgreementServiceVi">

<rpl:readResponse xmlns:rn0="http://schemas.xmlsoap.org/soap/encoding/" xmlns:rn2="java:sap/standard" xmlns:rn1="urn:com.sap.aii.ib.server.api.types" xmlns:rn3="urn:com.sap.aii.ibdir.server.api.types">

<rpl:Response>

<rn3:LogMessageCollection>

<rn3:LogMessageSenderAgreement>

<rn3:MessageHeader>

<rn3:SenderPartyID/>

<rn3:SenderComponentID>DEVCLNT400</rn3:SenderComponentID>

<rn3:InterfaceName>SHPMNT.SHPMNT05.ZSHPMNT_1_7_5</rn3:InterfaceName>

<rn3:InterfaceNamespace>urn:sap-com:document:sap:idoc:messages</rn3:InterfaceNamespace>

<rn3:ReceiverPartyID/>

<rn3:ReceiverComponentID/>

</rn3:MessageHeader>

<rn3:LogMessageItem>

<rn3:SeverityCode>3</rn3:SeverityCode>

<rn3:ClassificationCode>WRONG_VERSION</rn3:ClassificationCode>

<rn3:Message>

<rn3:languageCode>en</rn3:languageCode>

<rn3:value>Object with key 'Sender Agreement | DEVCLNT400 | SHPMNT.SHPMNT05.ZSHPMNT_1_7_5 | | ' is not compatible with the version of the interface used and therefore cannot be read</rn3:value>

</rn3:Message>

</rn3:LogMessageItem>

</rn3:LogMessageSenderAgreement>

</rn3:LogMessageCollection>

</rpl:Response>

</rpl:readResponse>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>