Posted By:
Milan_Boruvka
Posted On:
Tuesday, September 27, 2005 01:19 PM
Hi there.
You need to distinguish between two types of operations: INSERT(UPDATE) and DELETE.
To distinguish between these two operations you can
a) use different operation names in service descriptin (WSDL)
or
b) specify for example attribute "delete=true" on the outgoing message element to give a signal to consumer that this data should not be updated but removed...
Milan