Home > Forum > Actions > SOAP request ignores item list lines

SOAP request ignores item list lines
0

Hello again,

here is a next issue that I assumed to have fixed with the latest version of BPS, using 2022.1.3.65.

I have a web service that has the structure as given in screenshot 1 (attached).

The screenshot shows my configuration within a little test app. When I start this action, the request body fully ignores all data regarding the item lists as given in the dump below.

(Hint: The error has been forced by the web service to receive the dump.)

With POSTMAN the web service operates normally but from WEBCON BPS the request body does not contain the item list data, even if it is visible in the portal and findable within the database.

The request body should contain the item list information.

Can anybody please help me with a hint what do do?

Best, Ingo

(Begin dump)
... Error details ...
REQUEST:


REQUEST (serialized object):
<?xml version="1.0" encoding="utf-16"?><RaisePurchaseOrder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><pioData><PurchDoc xmlns="urn:microsoft-dynamics-schemas/codeunit/WEBCONBPSWebServices"><VendorNo>_200</VendorNo><RequestedReceiptDate>02.10.2022</RequestedReceiptDate><CostCenter /><CostObject /></PurchDoc></pioData></RaisePurchaseOrder>

(End dump)