David Staudt | The AXL API in 8.0 - in an effort to make the interface easier to understand and use (naturally) - did away with much of the 'object re-use' concept, whereby XML patterns were used in both read/write operations, or re-used across various requests. As many of the fields needed for addXXX requests were inappropriate or unused for corresponding getXXX requests (and vice versa), work was done to clean these up, and ensure that only the needed fields were present in the schema for read vs. write requests.
This of course has the side effect of making it somewhat more difficult to directly use the results of a read as the basis for a write, if you are used to re-using the objects created by a WSDL code framework (e.g. .NET). I believe you will need to create the needed new write object and make assignements on a field by field basis to accomplish what you are after. |
| Please sign in to flag this as inappropriate. |