You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Blank out ActualDeliveryDate via SOAP web service

I have an order with a delivery date that is incorrect and I want to blank it out using the "OrderFulfillmentResponseService" operation "processFulfillmentResponse". I have been able to call the service using soapUI and set the date to something different, but I have not been successful in blanking it out. Is there some magic Oracle ERP date value for doing this?

The options I have tried:

<com:ActualDeliveryDate xsi:nil="true"/>

<com:ActualDeliveryDate>0000-00-00T00:00:00</com:ActualDeliveryDate>

<com:ActualDeliveryDate>0001-00-00T00:00:00</com:ActualDeliveryDate>

<com:ActualDeliveryDate>0001-01-01T00:00:00</com:ActualDeliveryDate>

<com:ActualDeliveryDate>~</com:ActualDeliveryDate>

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!