cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Response Exception - Could not set given values because either attribute is not writable or does not exist

Former Member
0 Kudos

Hi All,

We have the interface IDOC to SOAP (ICO), where in soap receiver communication channel some times we are getting an exception as below.

"Exception caught by adapter framework: SOAP: Response message contains an errorXIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Could not set given values because either attribute is not writable or does not exist within composed type Order (invalid=null, non-writable=[PONumber, LineNumber]) - rollback changes"


Then the message is set into TBDL status, alert is use to trigger, after some message is getting processed (Retrying to send message. Retry: 1).


Could some one suggest why we use to get this type of response exception from the Web service.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182412
Active Contributor
0 Kudos

Hi Rahul,

Web services returns fault message to PI with status code 500, it could be data issue, check the actual response from the web service as per the below document.

Regards,

Praveen.

former_member186851
Active Contributor
0 Kudos

Hello Rahul,

The same message is getting processed again and is it happening for all messages?

Check with WS team might be the issue could be with target side as well.

Former Member
0 Kudos

Hi Raghuraman,

This is not happening for all messages. Only few are having this issue.

As you said, I'm also sure that the issue is with the WS, but need to know what might be the exact issue...like is there any checks at WS end to valid the payload of the message.

or any other reason...:)

former_member186851
Active Contributor
0 Kudos

You can check the link which Praveen shared Rahul.