Skip to Content
0
Apr 14, 2014 at 02:24 PM

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

35 Views

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>