Simple DataTransfer View - SmartPlant Foundation - IM Update 44 - Customization & Programming - Hexagon

SmartPlant Foundation Customization

Language
English
Product
SmartPlant Foundation
Search by Category
Customization & Programming
SmartPlant Foundation / SDx Version
10

  <?xml version="1.0" encoding="utf-8" ?>

  <?xml version="1.0" encoding="utf-8" ?>

<XFRDataTransfer xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" SourceUTCDateYYYYMMDD="23/09/2010 11:26:20" Description="Count = 3 Criteria: ClassDef ClassDef Name SPFFo% CreatedSinceDate UpdatedSinceDate IncludeHistorical False MaxNumber 0 ReturnFullDtls False" Source="GetObjectsDetailsForNewlyAllocatedAndUpdated">

  <XFRConfiguration Plant="ConfigurationTop" xmlns="http://localhost/SPF40Server/" />

<XFRItems xmlns="http://localhost/SPF40Server/">

<XFRItem N="SPFFolder" C="ClassDef">

  <XFRA V="00042JA" N="OBID" />

  <XFRA V="SCHEMA" N="DomainUID" />

  <XFRA V="SPFFolder" N="UID" />

  <XFRA V="2010/09/21-11:37:47:447" N="CreationDate" />

  <XFRA V="2010/09/21-11:37:47:447" N="LastUpdatedDate" />

  <XFRA V="9999/12/31-23:59:59:999" N="TerminationDate" />

  <XFRA V="superuser" N="CreationUser" />

  </XFRItem>

<XFRItem N="SPFForm" C="ClassDef">

  <XFRA V="00039CA" N="OBID" />

  <XFRA V="SCHEMA" N="DomainUID" />

  <XFRA V="SPFForm" N="UID" />

  <XFRA V="2010/09/21-11:37:47:447" N="CreationDate" />

  <XFRA V="2010/09/21-11:37:47:447" N="LastUpdatedDate" />

  <XFRA V="9999/12/31-23:59:59:999" N="TerminationDate" />

  <XFRA V="superuser" N="CreationUser" />

  </XFRItem>

<XFRItem N="SPFFormPurpose" C="ClassDef">

  <XFRA V="0003EVA" N="OBID" />

  <XFRA V="SCHEMA" N="DomainUID" />

  <XFRA V="SPFFormPurpose" N="UID" />

  <XFRA V="2010/09/21-11:37:47:447" N="CreationDate" />

  <XFRA V="2010/09/21-11:37:47:447" N="LastUpdatedDate" />

  <XFRA V="9999/12/31-23:59:59:999" N="TerminationDate" />

  <XFRA V="superuser" N="CreationUser" />

  </XFRItem>

  </XFRItems>

  </XFRDataTransfer>

The code above shows how the data is sent to and from the web methods. It contains some "header" data and the collection of items that are being transferred. Technically, any number of XFRItem’s can be passed in the XFRItems collection.