Hi
I am sending request to Business central (Nav) api with list of orders to Export them to Nav and I have to get this list back (or all processed orders).
But weird part is that I get Status OK from the server and responseObj is null
The same request sending from SoapUI get exact response
What may be the problem? Am i missing something that SoapUI is adding by default? May be the issue on Nav side and I am getting status OK when orders are not processed?
The most weird part is that I can see my orders exported to the system without error
I am sending xml
soap:Envelope
xmlns:soap="">schemas.xmlsoap.org/.../">
<soap:Body>
<CreateMultiple
xmlns="urn:microsoft-dynamics-schemas/page/inboundsalesdocument">
<InboundSalesDocument_List>
<InboundSalesDocument>
** my custom options **
</InboundSalesDocument>
</InboundSalesDocument_List>
</CreateMultiple>
</soap:Body>
</soap:Envelope>
and getting back CreateMultiple_Result with list of orders

Report
All responses (
Answers (