cancel
Showing results for 
Search instead for 
Did you mean: 

Update Price List (Error on completion of HTTPS-roundtrip)

0 Kudos

Hello All:

  I have a price list scenario where it add new price list and works fine.

  I recently made small changes to allow update (specifically against validfrom/ valid to date), the based XML structure stay almost the same except with update I had to provide PriceListNo. and I am using Insert with fallback to Update. Instead just the insert. And now I am getting this error message.

Exception : Error on completion of HTTPS-roundtrip: java.net.ConnectException: Connection refused: connect; nested exception is:

  java.net.ConnectException: Connection refused: connect

- <Payload Role="X" id="atom9">

<PriceLists xmlns="">
<row>

<PriceListNo>157</PriceListNo>

<DefaultPrimeCurrency>USD</DefaultPrimeCurrency>

<ValidFrom>20140301</ValidFrom>

<U_QtyPer>100</U_QtyPer>

<U_BaseUOM>TEST</U_BaseUOM>

</row>

</PriceLists>

</Payload>

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Resolved. The problem here is DI schema for pricelist does not allow PriceListNo. You can reference in you DI Obj call atom. but you can not put he PriceListNo in main payload!! Hope this helps!

Answers (0)