cancel
Showing results for 
Search instead for 
Did you mean: 

UpdateObject problem

Former Member
0 Kudos

Hello all.

I have a small problem with the UpdateObject SOAP function.

I'm trying to update an address on a BusinessPartner.

I use the GetByKey function with oBusinessParters as Object and the correct CardCode.

I do my alterations and the try to run UpdateObject.

The error message is somthing about feilds in the XML that don't exists in the Object I'm updating...

What is it I'm doing wrong?

Is there any better documentation of the SOAP interface than the DI server help file?

Thanks

Endre

Accepted Solutions (1)

Accepted Solutions (1)

former_member185703
Active Contributor
0 Kudos

Hi Endre,

I didn't check it in detail, but could it be that the problem is the same as with importing XML data through DI API (remember the XmlExportType property that has to be set appropriately to allow smooth import of data)?

So, basically you might be trying to update read-only data; I remember that the exception - or error message says such strange things like the fileds wouldn't exist...

HTH,

Frank

Answers (0)