Accessing the xml content

can any one help me to access the xml contents using a servlet or a java code.
eg: there are some tags in xml and i want to access those contents from those tags and display it..
if u can please mail me to:
[email protected]

Hi Suresh
I need the same one for my requirement if u have please post to this site or send me an email .
[email protected]
I can able to parsed one structured XML file using SAX
Sample code :
// ===========================================================
     // SAX DocumentHandler methods
     // ===========================================================
     public void startDocument() throws SAXException {
          logger.info("Start of document");
     public void endDocument() throws SAXException {
          logger.info("End of document");
     public void startElement(String namespaceURI, String localName, // local
               // name
               String qualName, // qualified name
               Attributes attrs) throws SAXException {
          elemName = new String(localName); // element name
          if (elemName.equals(""))
               elemName = new String(qualName); // namespaceAware = false
          tagPosition = TAG_START;
          // Set the string for accumulating the text in a tag to empty
          elemChars = "";
          // If the element name is "row", create a new row instance
          // If the element is "indexxid", "ModelPrice", or "ModelSpread",
          // the value will be read in the method "characters" and stored.
          if (elemName.equals("row")) {
               row = new IndexRow();
               numRows++;
          // logger.info("Number of numRow:"+numRows);
     } // end method startElement
     public void endElement(String namespaceURI, String simpleName, // simple
               // name
               String qualName // qualified name
     ) throws SAXException {
          elemName = new String(simpleName);
          if (elemName.equals(""))
               elemName = new String(qualName); // namespaceAware = false
          tagPosition = TAG_END;
          String indexId = new String();
          Double dblVal = new Double(0);
          // If element name is "row", put the current row in the map for row
          // instances
          if (elemName.equals("row")) {
               if (numRows <= 5) { logger.info("Row is: " + row.toString()); }
               //ABX
               //indexRows.put(row.getIndexxId(), row);
               if (family.equals("ABX.HE")){
               indexRows.put(row.getIndexREDId(), row);
               else {
                    //CDX ITRXX
                         indexRows.put(row.getIndexxId(), row);
          } else if (elemName.equals("IndexID")) {
               row.setIndexxId(elemChars);
          else if (elemName.equals("ModelPrice")) {
               // Leave double value at default of zero if there are no chars
               if (elemChars.trim().length() != 0) {
                    dblVal = new Double(elemChars);
                    row.setModelPrice(dblVal);
                    indexId = row.getIndexxId();
          } else if (elemName.equals("ModelSpread")) {
               // Leave double value at default of zero if there are no chars
               if (elemChars.trim().length() != 0) {
                    dblVal = new Double(elemChars);
                    row.setModelSpread(dblVal);
                    indexId = row.getIndexxId();
          } else if (elemName.equals("CompositePrice")) {
               // Leave double value at default of zero if there are no chars
               if (elemChars.trim().length() != 0) {
                    dblVal = new Double(elemChars);
                    row.setCompositePrice(dblVal);
                    indexId = row.getIndexxId();
          } else if (elemName.equals("CompositeSpread")) {
               // Leave double value at default of zero if there are no chars
               if (elemChars.trim().length() != 0) {
                    dblVal = new Double(elemChars);
                    row.setCompositeSpread(dblVal);
                    indexId = row.getIndexxId();
          } else if (elemName.equals("REDCode")) {
               row.setRedCode(elemChars);
          else if (elemName.equals("Name")) {
               row.setRowName(elemChars);
          } else if (elemName.equals("Series")) {
               row.setSeries(elemChars);
          } else if (elemName.equals("Version")) {
               row.setVersion(elemChars);
          } else if (elemName.equals("Term")) {
               row.setTerm(elemChars);
          } else if (elemName.equals("Maturity")) {
               row.setMaturity(elemChars);
          } else if (elemName.equals("OnTheRun")) {
               row.setOnTheRun(elemChars);
          } else if (elemName.equals("Date")) {
               row.setRowDate(elemChars);
          } else if (elemName.equals("Depth")) {
               row.setDepth(elemChars);
          else if (elemName.equals("Heat")) {
               // logger.info("Chars for element " + elemName + " are '" +
               // elemChars + "'");
               // Leave double value at default of zero if there are no chars
               if (elemChars.trim().length() != 0) {
                    dblVal = new Double(elemChars);
                    row.setHeat(dblVal);
                    indexId = row.getIndexxId();
//          ABX.HE
          else if (elemName.equals("IndexREDId")){
               row.setIndexREDId(elemChars);
          else if (elemName.equals("Coupon")){
               row.setCoupon(elemChars);
          if (elemName.equals("Ontherun")) {
               row.setOnTheRun(elemChars);
     } // end method endElement
     public void characters(char buf[], int offset, int len) throws SAXException {
          // If at end of element, there will be no characters
          if (tagPosition == TAG_END) {
               return;
          // The characteres method may be called more than once
          // for an element if the internal buffer fills up.
          // Append the characters until the end of the element.
          String strVal = new String(buf, offset, len);
          elemChars = elemChars + strVal;
     } // end method characters
} // end class MarkItIndexLoader
but the problem is i want to parse any XML file means any Elemets would be change any time using SAX .In the above example
else if (elemName.equals("Heat")) {
else if (elemName.equals("IndexREDId")){
} else if (elemName.equals("Maturity")) {
like above I am doing hard code so i don't want hard coding the elements names I want to read any element name and value dynamically.
Dynamically i want to read the root and child elements
EX: I can give any XML file like
Student.XML: <root>..</StName>..</StAge>...</root>
Employee.XML: <root>..</EmpName>..</EmpAge>...</root>
CdCatalog.XML: <root>..</Cdtitle>...</CdNumber>...</root>
I need one java program can ready any type of XML file elements and send to the Database table.
Please any one done like this task please suggest some reference links or books or sample snippet which can help me to develop program in my requirement.

Similar Messages

  • Which cable (original apple usb or bmw y) shall i use to connect my 4th gen iPod photo 60 gb to bmw f10 (with com box) is it going to work with the apple usb cable and how long does it take till I can access the 33gb content via the bmw display?

    Which cable (original apple usb or bmw y) shall I use to connect my 4th gen iPod photo 60 gb (old but still working ok) to bmw f10 (with com box), build december 2010 > is it going to work with the apple usb cable and if so, how long does it take till I should be able to access the 33gb content via the bmw display?
    Alternatively: How long does it take if I would have to use the bmw y cable till I can access the 33gb content via the bmw display?

    Which cable (original apple usb or bmw y) shall I use to connect my 4th gen iPod photo 60 gb (old but still working ok) to bmw f10 (with com box), build december 2010 > is it going to work with the apple usb cable and if so, how long does it take till I should be able to access the 33gb content via the bmw display?
    Alternatively: How long does it take if I would have to use the bmw y cable till I can access the 33gb content via the bmw display?

  • WARNING: Failed to validate the xml content

    Hi,
    We notice this error when we start the web logic admin console and also in many of Hyperion log files. There are many instances of this error and everything is pointing to different lines in this file “jps-config.xml”.
    WARNING: Failed to validate the xml content. cvc-complex-type.2.4.a: Invalid content was found starting with element 'serviceInstance'. One of '{"http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd":serviceInstance}' is expected.
    Location: line 378 column 91 of file:/D:/Oracle/Middleware/user_projects/domains/EPMSystem/config/fmwconfig/mbeans/../jps-config.xml.
    Oct 16, 2012 4:21:56 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    Any ideas?
    Regards,
    Ragav.
    Edited by: ragavhere on Oct 17, 2012 2:04 PM

    Hi,
    can you please provide more details on your application?
    Which version of ADF are you using and which server. Are you trying to deploy on GlassFish server?
    Which IDE are you using?
    Perhaps this will be useful:
    https://blogs.oracle.com/shay/entry/deploying_oracle_adf_applications_to
    Regards,
    Dimitrios.

  • Access the XML file

    Hi
    I am having to access the XML file names and/or XML data from a shared folder of XI system. I need to access that shared folder and display the information like the name of the file or the data in it on to a portal. Please let me know how do I go about it.
    thank you
    chan

    First of all thank you very much
    I want began to implement it on my computer
    This code
    <object classid = "clsid: d27cdb6e-ae6d-11cf-96b8-444553540000" codebase = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab # version = 9,0,0, 0 "width =" 920 "height =" 218 "id =" banner "align =" middle ">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="true" />
    <param name="movie" value="banner.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#ffffff" />
           <param name="FlashVars" value="setupXML=1/newSettings.xml&contentXML=1/newContent.xml"/>
         <embed src = "banner.swf" FlashVars = "setupXML = 1/newSettings.xml & contentXML= 1 / newContent.xml" quality = "high" bgcolor = "# ffffff" width = "920" height = "218" name = "banner "align =" middle "
         allowScriptAccess = "sameDomain" allowFullScreen = "true" type = "application / x-shockwave-flash" pluginspage = "http://www.macromedia.com/go/getflashplayer" />
    </ object>
    I added the NEXT code, originally no FlashVars code
    FlashVars = "setupXML = 1/newSettings.xml & contentXML = 1 / newContent.xml"
           <param name="FlashVars" value="setupXML=1/newSettings.xml&contentXML=1/newContent.xml"/>
    Post
    Attempting to launch and connect to Player using URL D: \ 87 \ banner.swf
    [SWF] D: \ 87 \ banner.swf - 518076 bytes after decompression
    IOERROR (maybe the XML file does not exit or have an incorrect name)

  • My macbook pro crashed after installing maverick. I lost all my photos however the iPhone iPhoto app still has these photos so how can i access the package contents to recover these photos?

    My macbook pro crashed after installing maverick. I lost all my photos however the iPhone iPhoto app still has these photos so how can i access the package contents to recover these photos?

    We'll need to know more to beable to help. Do you want to try to restore your photos from your iPhone to your Mac, or try to recover the photos from the old iPhoto Library on your Mac?
    What is the situation of your Mac now? In hat way did it crash? A hardware problem with the drive? Does the system not start properly? Does iPhoto not launch? Do you still have the iPhoto Library on your mac or a backup, so we could try to rescue the photos there?
    What versions of iPhoto are on your iPhone and your Mac?
    however the iPhone iPhoto app still has these photos so how can i access the package contents to recover these photos?
    On the iPhone you cannot access the "package contents" - IOS hides the file system from the users. To restore photos from your phone share all iPhoto photos to your Camera Roll, that are not already in the Camera Roll,  and then connect the iPhone via USB and import the Camera Roll to iPhoto or Image Capture. Or use any of the other sharing methods described on thos manual page: see:  Ways to share photos http://help.apple.com/iphoto/iphone/2.0/?handbuch#blnk7d8f763e
    To retrieve photos from a corruptrd iPhoto Library on your Mac we need to know the version number and more about the "crash" you experienced, the state of your mac, the system, the data. Please post back with more details.
    -- Léonie

  • Not able to access the floating content from UCM into WLP using VCR

    Hi,
    I am facing an issue while accessing the content ( floating content i.e CSS,content,javascript) from UCM 11g into WLP 10.3.2 using VCR. But at the sametime, i am able to access the content once its moved to contribution folder.
    Please let me know is there any limitation in VCR i.e VCR can read the content from UCM once its moved to Contribution folder.
    Thanks a lot,
    Suresh

    Hi
    Do you have sample code , how to refer css stored in UCM. If you have please share it

  • How to place the xml contents into textframe?(cs2_js)

    after flow the xml into indesign document,i able to get the particular xml element and its contents in a variable.
    i want to know how to get certain range of xml element's contents and how to place that in textframe?
    //for get content
    app.activeDocument.xmlElements.item("header1").contents
    if i place the particular element's contents in xml structure extra tags added at edge
    i want to avoid that duplication also
    thanks in advance
    by
    subha

    Hi,
    Use FM WS_FILE_COPY To FIrst Copy the File to some Location
    and Next Use FM TMP_GUI_DELETE_FILE To Delete the File from Old LOcation.
    Regards
    Bala.M

  • How to display the xml content into my datagrid

    Hi Experts,
                     i have created a webservice for sales quotation through DI-Server.iam able to add a new sales quotation through my coding & iam able to get the sales quotation based on the DOcEntry in an *XML file*.
              The xml file that i got using DOCENTRY is in this way:--
    <?xml version="1.0" encoding="utf-8" ?>
    - <BOM>
    - <BO>
    - <AdmInfo>
      <Object>oRecordset</Object>
      </AdmInfo>
    - <OQUT>
    - <row>
      <DocEntry>8</DocEntry>
      <DocNum>8</DocNum>
      <DocDate>20080715</DocDate>
      <DocDueDate>20080815</DocDueDate>
      <CardCode>C0003</CardCode>
      <CardName>HP India</CardName>
      <DocTotal>14500.000000</DocTotal>
      <ItemCode>A00006</ItemCode>
      <Dscription>HP Officejet 7310 All-in-One</Dscription>
      <Quantity>1.000000</Quantity>
       <Price>14500.000000</Price>
      <Currency>INR</Currency>
       <DiscPrcnt>10.000000</DiscPrcnt>
      <LineTotal>14500.000000</LineTotal>
       </row>
      </OQUT>
      </BO>
      </BOM>
    Now the problem is from this xml content i should display the values in my datagrid like:
    DocEntryCardCodeDocDueDateItemCodeDscriptionQtyTotal
         8--C000320081116--A00006-HP-off jet-2 ---                     1000
    can anybody suggest me some ideas that how to get the SPECIFIED values into my datagrid...........
    regards,
    shangai.

    hi vincent,
                    Thanks for your reply.iam unable to understand these lines in your code..iam working in vb.net
    public static DataSet GetDataSetFromXML(XmlNode XMLNode)
    grid.DataSource = GetDataSetFromXML(Result.SelectSingleNode(xpath_string));
    this is my coding....it's throwing an error when i declare like this
    Public Sub GetDataSetFromXML(ByVal XmlNode)
            Dim ds As New DataSet
            Dim reader As XmlNodeReader
            reader = New XmlNodeReader(XmlNode)
            ds.ReadXml(reader)
            reader.Close()
            'Return ds --->(error with syntax)
        End Sub
    DataGrid1.DataSource = GetDataSetFromXML(oXmlReply.SelectSingleNode("//DocDueDate"))
                DataGrid1.DataBind()
    regards,
    shangai

  • IFrame accessing the KM content documents

    Hi Folks
    I need a detail clarity on IFRAME
    i am trying to access my KM documents residing at KM Content via my IFRAME.
    //PATHFILE = has my document Path
    <IFRAME SRC='/irj/go/km/docs<%=PATHFILE%>'    WIDTH='100%' HEIGHT='100%' frameborder='0' scrolling='no' >
    I developed a PDK application , Using  IFRAME i am able to access the document of type txt , pdf and all image files
    But i am not able to access the Microsoft documents (like MS word , MS PPT, MS Excel)
    The thing i am looking is, i want to open all the microsoft documents in the same window (i dont want the OPEN ,SAVE , CANCE popup window)
    Can any one throw some pointer over this...........
    Thanks
    Kumar T

    Closing the thread as I didnt find any reply on it.

  • Relational access to XML Content: can not display line level details

    Hi folks,
    there is one record at the header level and two records at the line level in the xml data file. I created the following view and when i see the results, I see two records as expected but the value for the line level coloumns is null but there are some values for the containerid in the xml data file
    Here is the view and bellow that is my schema that i registered and the inserted the xml datafile into the default table specified in the schema .
    Can you please tell me whats wrong with this view.
    Thanks,
    Pradeep
    create or replace view myrcv_reccontainer_view as
    select m.header_id,a.*
    from RECEIVINGUPLOAD mr,
    XMLTABLE('/'
    PASSING object_value
    COLUMNS
    header_id varchar2(20) PATH '/WMWROOT/WMWDATA/WMFWUpload/Id',
    rec XMLType PATH '/WMWROOT/WMWDATA/WMFWUpload/Receipts/Receipt/ParentContainers/Parent/ReceiptContainers/ReceiptContainer'
    ) m,
    XMLTABLE( '/ReceiptContainer'
    PASSING m.rec
    COLUMNS
    cid varchar2(40) PATH 'ContainerId'
    ) a;
    <?xml version="1.0" encoding="utf-8"?>
    <xs:schema id="ReceivingUpload" targetNamespace="http://www.manh.com/ILSNET/Interface" elementFormDefault="qualified"
         xmlns="http://www.manh.com/ILSNET/Interface" xmlns:xs="http://www.w3.org/2001/XMLSchema" version ="2007"
         xmlns:xdb="http://xmlns.oracle.com/xdb"
         xdb:storeVarrayAsTable="true"
    >
         <xs:include schemaLocation="Item.xsd"/>
         <xs:include schemaLocation="InterfaceEntity.xsd"/>
         <xs:include schemaLocation="UploadGroup.xsd"/>
         <xs:include schemaLocation="SerialNumber.xsd"/>
         <xs:include schemaLocation="Address.xsd"/>
    <xs:include schemaLocation="ContainerType.xsd" />
         <xs:element name="WMWROOT" nillable="true" type="WMWROOT" xdb:defaultTable="RECEIVINGUPLOAD" xdb:SQLName="WMWROOT"/>
         <xs:complexType name="WMWROOT">
              <xs:sequence>
                   <xs:element minOccurs="0" maxOccurs="1" name="WMWDATA" type="WMWDATA" />
              </xs:sequence>
         </xs:complexType>
         <xs:element name="WMWDATA" nillable="true" type="WMWDATA" xdb:SQLName="WMWDATA"/>
         <xs:complexType name="WMWDATA">
              <xs:sequence>
                   <xs:element minOccurs="0" maxOccurs="1" name="WMFWUpload" type="WMFWUpload" xdb:SQLName="WMFWUpload" />
              </xs:sequence>
         </xs:complexType>
         <xs:element name="WMFWUpload" nillable="true" type="WMFWUpload" />
    <xs:complexType name="WMFWUpload">
    <xs:complexContent mixed="false">
    <xs:extension base="UploadGroup">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="Receipts" type="ReceiptList" xdb:SQLName="Receipts"/>
    </xs:sequence>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="ReceiptList">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="Receipt" nillable="true" type="Receipt" xdb:SQLName="Receipt"/>
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name="Receipt">
    <xs:complexContent mixed="false">
    <xs:extension base="InterfaceEntity">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="Appointment" type="AppointmentSchedule" />
    <xs:element minOccurs="0" maxOccurs="1" name="ArrivedDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="BolNumAlpha" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Carrier" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="CarrierService" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ClosedDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="Company" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="EndUnitizeDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="ErpOrderNum" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ErpOrderType" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="InternalRecNum" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="LaunchNum" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="LeadingSts" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="LeadingStsDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="LeadingStsFailed" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="LicensePlateId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ManuallyEntered" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="PackingListId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Priority" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="ProNumAlpha" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ReceiptDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="ReceiptId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ReceiptIdType" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ReceiptType" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ScheduledDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="SealId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="StartUnitizeDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalContainers" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalCost" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalGreatPlainsQty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalLines" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalListPrice" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalQty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalValue" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalVolume" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalWeight" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="TrailerId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="TrailingSts" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="TrailingStsDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="TrailingStsFailed" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Vendor" type="Vendor" />
    <xs:element minOccurs="0" maxOccurs="1" name="VolumeUm" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Warehouse" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="WeightUm" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Details" type="ReceiptDetailList" />
    <xs:element minOccurs="0" maxOccurs="1" name="ParentContainers" type="ParentList" xdb:SQLName="ParentContainers" />
    <xs:element minOccurs="0" maxOccurs="1" name="ReceiptContainers" type="ReceiptContainerList" xdb:SQLName="ReceiptContainers"/>
    </xs:sequence>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="Vendor">
    <xs:complexContent mixed="false">
    <xs:extension base="InterfaceEntity">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="Company" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ShipFrom" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ShipFromAddress" type="Address" />
    <xs:element minOccurs="0" maxOccurs="1" name="Source" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="SourceAddress" type="Address" />
    <xs:element minOccurs="0" maxOccurs="1" name="VerifyUm" type="xs:string" />
    </xs:sequence>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="ReceiptContainer">
    <xs:complexContent mixed="false">
    <xs:extension base="InterfaceEntity">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="ContainerId" type="xs:string" xdb:SQLName="ContainerId"/>
    <xs:element minOccurs="0" maxOccurs="1" name="ContainerClass" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ContainerType" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ConvQty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="ConvUm" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="DimensionUm" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="DispCode" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="EPC" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ExpDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="FromLoc" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="FromWhs" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Height" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="IncomingPd" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="InterfaceRecId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="InternalLocContNum" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="InternalRecContNum" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="InventorySts" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="LaunchNum" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="Length" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="LocatingRule" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Lot" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ManufacturedDate" type="xs:dateTime" />
              <xs:element minOccurs="0" maxOccurs="1" name="OutPd" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="QcInspection" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Qty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="QtyUm" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ReasonCode" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ReceiptDetail" type="ReceiptDetail" />
    <xs:element minOccurs="0" maxOccurs="1" name="SerialNumbers" type="SerialNumberList" />
    <xs:element minOccurs="0" maxOccurs="1" name="Status" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="StatusFailed" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ToLoc" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ToWhs" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="UploadInterfaceBatch" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="URI" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="UsedByImmNeed" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Weight" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="Width" type="xs:decimal" />
    </xs:sequence>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="ReceiptDetail">
    <xs:complexContent mixed="false">
    <xs:extension base="InterfaceEntity">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="ConvHeight" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="ConvLength" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="ConvQty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="ConvUm" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ConvWeight" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="ConvWidth" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="Cost" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="CustomerOrderNum" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ErpOrderLineNum" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="ErpOrderNum" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ErpOrderType" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ExpectedInvSts" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ExpDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="HazCode" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="InterfaceRecId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="InternalRecLineNum" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="InvSts" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="GreatPlainsQty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="ManufacturedDate" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="OpenQty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="OriginalQty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="Priority" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="PurchaseOrderDetailId" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="PurchaseOrderLineNumber" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="PurchaseOrderId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="PutListNum" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="PutLoc" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="PutZone" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="SerialNumReqd" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="SKU" type="SKU" />
    <xs:element minOccurs="0" maxOccurs="1" name="StatusFlowName" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalCost" type="xs:decimal" />
    </xs:sequence>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="Parent">
    <xs:complexContent mixed="false">
    <xs:extension base="InterfaceEntity">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="ContainerId" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ContainerType" type="ContainerType" />
    <xs:element minOccurs="0" maxOccurs="1" name="EPC" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="FromLoc" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="FromWhs" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="InternalRecContNum" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="InventorySts" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="LocatingRule" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="QcInspection" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="Status" type="xs:int" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalQty" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="TotalWeight" type="xs:decimal" />
    <xs:element minOccurs="0" maxOccurs="1" name="ReceiptContainers" type="ReceiptContainerList" />
    <xs:element minOccurs="0" maxOccurs="1" name="StatusFailed" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ToLoc" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="ToWhs" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="URI" type="xs:string" />
    <xs:element minOccurs="0" maxOccurs="1" name="WeightUm" type="xs:string" />
    </xs:sequence>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="ReceiptContainerList">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="ReceiptContainer" nillable="true" type="ReceiptContainer" xdb:SQLName="ReceiptContainer"/>
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name="AppointmentSchedule">
    <xs:complexContent mixed="false">
    <xs:extension base="InterfaceEntity">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="ApptDateTime" type="xs:dateTime" />
    <xs:element minOccurs="0" maxOccurs="1" name="Dock" type="xs:string" />
              <xs:element minOccurs="0" maxOccurs="1" name="EndDateTime" type="xs:dateTime" />
              <xs:element minOccurs="0" maxOccurs="1" name="ObjectId" type="xs:int" />
              </xs:sequence>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="ReceiptDetailList">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="ReceiptDetail" nillable="true" type="ReceiptDetail" />
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ParentList">
    <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="Parent" nillable="true" type="Parent" xdb:SQLName="Parent" />
    </xs:sequence>
    </xs:complexType>
    </xs:schema>

    Thanks for your response.
    Glad to hear that you are getting the data.
    Here is the output iam getting; Note: CID is null
    =========================
    HEADER_ID,CID
    81b1d486-f5ec-461d-a,
    81b1d486-f5ec-461d-a,
    ======================
    here is the sample data.
    ============================
    <?xml version="1.0" encoding="utf-8" ?>
    - <WMWROOT xmlns="http://www.manh.com/ILSNET/Interface">
    - <WMWDATA>
    - <WMFWUpload xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <Date>2010-01-27T09:32:29.35096-05:00</Date>
    <GroupIndex>1</GroupIndex>
    <Id>81b1d486-f5ec-461d-a204-c8a4543ed888</Id>
    <NumGroups>1</NumGroups>
    <NumRecs>1</NumRecs>
    - <Receipts>
    - <Receipt>
    <CreationDateTimeStamp>2010-01-27T09:23:58</CreationDateTimeStamp>
    <CreationProcessStamp>lmenghani</CreationProcessStamp>
    <DateTimeStamp>2010-01-27T09:32:09.633</DateTimeStamp>
    <InterfaceRecordId />
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ArrivedDate>2010-01-27T09:25:39</ArrivedDate>
    <ClosedDate>2010-01-27T09:32:09.633</ClosedDate>
    <InternalRecNum>38</InternalRecNum>
    <LaunchNum>0</LaunchNum>
    <LeadingSts>900</LeadingSts>
    <LeadingStsDate>2010-01-27T00:00:00</LeadingStsDate>
    <LeadingStsFailed>N</LeadingStsFailed>
    <ManuallyEntered>Y</ManuallyEntered>
    <Priority>0</Priority>
    <ReceiptDate>2010-01-27T00:00:00</ReceiptDate>
    <ReceiptId>TESTRECPTUPLOAD</ReceiptId>
    <ReceiptIdType>Packing List ID</ReceiptIdType>
    <StartUnitizeDate>2010-01-27T09:25:39</StartUnitizeDate>
    <TotalContainers>1</TotalContainers>
    <TotalCost>0.00000</TotalCost>
    <TotalGreatPlainsQty>0.00000</TotalGreatPlainsQty>
    <TotalLines>1</TotalLines>
    <TotalListPrice>0.00000</TotalListPrice>
    <TotalQty>10.00000</TotalQty>
    <TotalValue>0.00000</TotalValue>
    <TotalVolume>10.00000</TotalVolume>
    <TotalWeight>10.00000</TotalWeight>
    <TrailingSts>900</TrailingSts>
    <TrailingStsDate>2010-01-27T00:00:00</TrailingStsDate>
    <TrailingStsFailed>N</TrailingStsFailed>
    - <Vendor>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ShipFrom>1234</ShipFrom>
    - <ShipFromAddress>
    <Address1>Australia Business Unit</Address1>
    <City>Sydney</City>
    <Country>US</Country>
    <Name>Australia Business Unit</Name>
    <PostalCode>30339</PostalCode>
    <State>GA</State>
    </ShipFromAddress>
    <Source>1234</Source>
    - <SourceAddress>
    <Address1>Australia Business Unit</Address1>
    <City>Sydney</City>
    <Country>US</Country>
    <Name>Australia Business Unit</Name>
    <PostalCode>30339</PostalCode>
    <State>GA</State>
    </SourceAddress>
    </Vendor>
    <VolumeUm>IN3</VolumeUm>
    <Warehouse>Moreno Valley</Warehouse>
    <WeightUm>LB</WeightUm>
    + <Details>
    - <ReceiptDetail>
    <DateTimeStamp>2010-01-27T09:27:08</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvHeight>0.00000</ConvHeight>
    <ConvLength>0.00000</ConvLength>
    <ConvQty>0.00000</ConvQty>
    <ConvWeight>0.00000</ConvWeight>
    <ConvWidth>0.00000</ConvWidth>
    <ErpOrderLineNum>1.00000</ErpOrderLineNum>
    <InternalRecLineNum>46</InternalRecLineNum>
    <GreatPlainsQty>0.00000</GreatPlainsQty>
    <OpenQty>0.00000</OpenQty>
    <OriginalQty>10.00000</OriginalQty>
    <Priority>0</Priority>
    <PurchaseOrderLineNumber>0.00000</PurchaseOrderLineNumber>
    <PutListNum>0</PutListNum>
    <SerialNumReqd>Y</SerialNumReqd>
    - <SKU>
    <DateTimeStamp>2010-01-27T09:27:08</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>Y</Active>
    <AvailableOnWeb>N</AvailableOnWeb>
    <BomAction>N</BomAction>
    <CatchWeightReqd>N</CatchWeightReqd>
    <Cost>0.00000</Cost>
    <DaysToExpire>0</DaysToExpire>
    <Desc>ITEMA</Desc>
    <GtinEnabled>N</GtinEnabled>
    - <HarmCode>
    <RecordType>HARMONIZED</RecordType>
    </HarmCode>
    <Item>ITEMA</Item>
    <ItemCategories />
    - <ItemClass>
    <StorageTemplate />
    </ItemClass>
    <ImmediateNeedsEligible>N</ImmediateNeedsEligible>
    <InboundQcAmount>0.00000</InboundQcAmount>
    <InboundQcEligible>N</InboundQcEligible>
    - <ItemTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    </ItemTemplate>
    <InternalItemNum>22</InternalItemNum>
    <InventoryTracking>Y</InventoryTracking>
    <ListPrice>0.00000</ListPrice>
    <LotControlled>N</LotControlled>
    <NetPrice>0.00000</NetPrice>
    - <Nmfc>
    <RecordType>NMFC</RecordType>
    </Nmfc>
    <Producer>N</Producer>
    <SerialNumTrackInbound>Y</SerialNumTrackInbound>
    <SerialNumTrackInventory>Y</SerialNumTrackInventory>
    <SerialNumTrackOutbound>Y</SerialNumTrackOutbound>
    - <StorageTemplate>
    <DateTimeStamp>2001-06-12T17:07:39</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>System</UserStamp>
    <Active>Y</Active>
    <Desc>Default Storage Template</Desc>
    - <Details>
    - <StorageTemplateDetail>
    <DateTimeStamp>2010-01-06T09:47:29</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>Y</Active>
    <GroupDuringUnitize>Y</GroupDuringUnitize>
    <Sequence>1</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>EA</Um>
    </StorageTemplateDetail>
    - <StorageTemplateDetail>
    <DateTimeStamp>2010-01-03T17:25:16</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>N</Active>
    <GroupDuringUnitize>N</GroupDuringUnitize>
    <Sequence>2</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>CS</Um>
    </StorageTemplateDetail>
    - <StorageTemplateDetail>
    <DateTimeStamp>2001-06-12T17:26:35</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>System</UserStamp>
    <Active>N</Active>
    <GroupDuringUnitize>N</GroupDuringUnitize>
    <Sequence>3</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>PL</Um>
    </StorageTemplateDetail>
    </Details>
    <Template>*Default</Template>
    </StorageTemplate>
    - <UOMS>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:26</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>1.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>1.00000</Height>
    <InternalItemUm>13</InternalItemUm>
    <Length>1.00000</Length>
    <QtyUm>EA</QtyUm>
    <Sequence>1</Sequence>
    <TreatAsLoose>Y</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>1.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>1.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:37</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>5.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>5.00000</Height>
    <InternalItemUm>14</InternalItemUm>
    <Length>5.00000</Length>
    <QtyUm>CS</QtyUm>
    <Sequence>2</Sequence>
    <TreatAsLoose>N</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>5.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>5.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:50</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>10.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>10.00000</Height>
    <InternalItemUm>15</InternalItemUm>
    <Length>10.00000</Length>
    <QtyUm>PL</QtyUm>
    <Sequence>3</Sequence>
    <TreatAsLoose>N</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>10.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>10.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    </UOMS>
    <BaseQty>10.00000</BaseQty>
    <BaseQtyUm>EA</BaseQtyUm>
    <ConvertedQty>1</ConvertedQty>
    <ConvertedQtyUm>PL</ConvertedQtyUm>
    <DimensionUm>IN</DimensionUm>
    <Height>1.00000</Height>
    <Length>1.00000</Length>
    <Quantity>10.00000</Quantity>
    <QuantityUm>EA</QuantityUm>
    <TotalListPrice>0.00000</TotalListPrice>
    <TotalValue>0.00000</TotalValue>
    <TotalVolume>10.00000</TotalVolume>
    <TotalWeight>10.00000</TotalWeight>
    <Value>0.00000</Value>
    <Volume>1.00000</Volume>
    <VolumeUm>IN3</VolumeUm>
    <Weight>1.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>1.00000</Width>
    </SKU>
    <TotalCost>0</TotalCost>
    </ReceiptDetail>
    </Details>
    - <ParentContainers>
    - <Parent>
    <DateTimeStamp>2010-01-27T09:32:09.757</DateTimeStamp>
    <InterfaceRecordId />
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ContainerId>PLTEST</ContainerId>
    - <ContainerType>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Desc>Pallet</Desc>
    <Height>0.00000</Height>
    <Length>0.00000</Length>
    <MaxWeight>0.00000</MaxWeight>
    <Type>PL</Type>
    <UseAsDefault>N</UseAsDefault>
    <Volume>0.00000</Volume>
    <Weight>0.00000</Weight>
    <WeightTolerance>0.00000</WeightTolerance>
    <Width>0.00000</Width>
    </ContainerType>
    <EPC />
    <FromLoc>RECV-01</FromLoc>
    <FromWhs>Moreno Valley</FromWhs>
    <InternalRecContNum>120</InternalRecContNum>
    <QcInspection>N</QcInspection>
    <Status>900</Status>
    <TotalQty>10.00000</TotalQty>
    <TotalWeight>10.00000</TotalWeight>
    - <ReceiptContainers>
    - <ReceiptContainer>
    <DateTimeStamp>2010-01-27T09:32:09.54</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ContainerId>LPNTEST2</ContainerId>
    <ConvQty>1.00000</ConvQty>
    <ConvUm>CS</ConvUm>
    <DimensionUm>IN</DimensionUm>
    <FromLoc>RECV-01</FromLoc>
    <FromWhs>Moreno Valley</FromWhs>
    <Height>5.00000</Height>
    <InternalLocContNum>0</InternalLocContNum>
    <InternalRecContNum>121</InternalRecContNum>
    <InventorySts>Available</InventorySts>
    <LaunchNum>190</LaunchNum>
    <Length>5.00000</Length>
    <QcInspection>N</QcInspection>
    <Qty>5.00000</Qty>
    <QtyUm>EA</QtyUm>
    <ReasonCode />
    + <ReceiptDetail>
    <DateTimeStamp>2010-01-27T09:27:08</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvHeight>0.00000</ConvHeight>
    <ConvLength>0.00000</ConvLength>
    <ConvQty>0.00000</ConvQty>
    <ConvWeight>0.00000</ConvWeight>
    <ConvWidth>0.00000</ConvWidth>
    <ErpOrderLineNum>1.00000</ErpOrderLineNum>
    <InternalRecLineNum>46</InternalRecLineNum>
    <GreatPlainsQty>0.00000</GreatPlainsQty>
    <OpenQty>0.00000</OpenQty>
    <OriginalQty>10.00000</OriginalQty>
    <Priority>0</Priority>
    <PurchaseOrderLineNumber>0.00000</PurchaseOrderLineNumber>
    <PutListNum>0</PutListNum>
    <SerialNumReqd>Y</SerialNumReqd>
    - <SKU>
    <DateTimeStamp>2010-01-27T09:27:08</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>Y</Active>
    <AvailableOnWeb>N</AvailableOnWeb>
    <BomAction>N</BomAction>
    <CatchWeightReqd>N</CatchWeightReqd>
    <Cost>0.00000</Cost>
    <DaysToExpire>0</DaysToExpire>
    <Desc>ITEMA</Desc>
    <GtinEnabled>N</GtinEnabled>
    - <HarmCode>
    <RecordType>HARMONIZED</RecordType>
    </HarmCode>
    <Item>ITEMA</Item>
    <ItemCategories />
    - <ItemClass>
    <StorageTemplate />
    </ItemClass>
    <ImmediateNeedsEligible>N</ImmediateNeedsEligible>
    <InboundQcAmount>0.00000</InboundQcAmount>
    <InboundQcEligible>N</InboundQcEligible>
    - <ItemTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    </ItemTemplate>
    <InternalItemNum>22</InternalItemNum>
    <InventoryTracking>Y</InventoryTracking>
    <ListPrice>0.00000</ListPrice>
    <LotControlled>N</LotControlled>
    <NetPrice>0.00000</NetPrice>
    - <Nmfc>
    <RecordType>NMFC</RecordType>
    </Nmfc>
    <Producer>N</Producer>
    <SerialNumTrackInbound>Y</SerialNumTrackInbound>
    <SerialNumTrackInventory>Y</SerialNumTrackInventory>
    <SerialNumTrackOutbound>Y</SerialNumTrackOutbound>
    - <StorageTemplate>
    <DateTimeStamp>2001-06-12T17:07:39</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>System</UserStamp>
    <Active>Y</Active>
    <Desc>Default Storage Template</Desc>
    - <Details>
    - <StorageTemplateDetail>
    <DateTimeStamp>2010-01-06T09:47:29</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>Y</Active>
    <GroupDuringUnitize>Y</GroupDuringUnitize>
    <Sequence>1</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>EA</Um>
    </StorageTemplateDetail>
    - <StorageTemplateDetail>
    <DateTimeStamp>2010-01-03T17:25:16</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>N</Active>
    <GroupDuringUnitize>N</GroupDuringUnitize>
    <Sequence>2</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>CS</Um>
    </StorageTemplateDetail>
    + <StorageTemplateDetail>
    <DateTimeStamp>2001-06-12T17:26:35</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>System</UserStamp>
    <Active>N</Active>
    <GroupDuringUnitize>N</GroupDuringUnitize>
    <Sequence>3</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>PL</Um>
    </StorageTemplateDetail>
    </Details>
    <Template>*Default</Template>
    </StorageTemplate>
    - <UOMS>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:26</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>1.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>1.00000</Height>
    <InternalItemUm>13</InternalItemUm>
    <Length>1.00000</Length>
    <QtyUm>EA</QtyUm>
    <Sequence>1</Sequence>
    <TreatAsLoose>Y</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>1.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>1.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:37</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>5.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>5.00000</Height>
    <InternalItemUm>14</InternalItemUm>
    <Length>5.00000</Length>
    <QtyUm>CS</QtyUm>
    <Sequence>2</Sequence>
    <TreatAsLoose>N</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>5.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>5.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:50</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>10.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>10.00000</Height>
    <InternalItemUm>15</InternalItemUm>
    <Length>10.00000</Length>
    <QtyUm>PL</QtyUm>
    <Sequence>3</Sequence>
    <TreatAsLoose>N</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>10.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>10.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    </UOMS>
    <BaseQty>10.00000</BaseQty>
    <BaseQtyUm>EA</BaseQtyUm>
    <ConvertedQty>1</ConvertedQty>
    <ConvertedQtyUm>PL</ConvertedQtyUm>
    <DimensionUm>IN</DimensionUm>
    <Height>1.00000</Height>
    <Length>1.00000</Length>
    <Quantity>10.00000</Quantity>
    <QuantityUm>EA</QuantityUm>
    <TotalListPrice>0.00000</TotalListPrice>
    <TotalValue>0.00000</TotalValue>
    <TotalVolume>10.00000</TotalVolume>
    <TotalWeight>10.00000</TotalWeight>
    <Value>0.00000</Value>
    <Volume>1.00000</Volume>
    <VolumeUm>IN3</VolumeUm>
    <Weight>1.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>1.00000</Width>
    </SKU>
    <TotalCost>0</TotalCost>
    </ReceiptDetail>
    + <SerialNumbers>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:06.757</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>445</ObjectId>
    <SerialNumber>TEST6</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:06.757</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>446</ObjectId>
    <SerialNumber>TEST7</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:06.757</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>447</ObjectId>
    <SerialNumber>TEST8</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:06.757</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>448</ObjectId>
    <SerialNumber>TEST9</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:06.757</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>449</ObjectId>
    <SerialNumber>TEST10</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    </SerialNumbers>
    <Status>900</Status>
    <StatusFailed>N</StatusFailed>
    <ToLoc>PRIM-06</ToLoc>
    <ToWhs>Moreno Valley</ToWhs>
    <UploadInterfaceBatch>5f00ef65-262c-43e4-8dca-6a803424ed00</UploadInterfaceBatch>
    <Weight>5.00000</Weight>
    <Width>5.00000</Width>
    </ReceiptContainer>
    - <ReceiptContainer>
    <DateTimeStamp>2010-01-27T09:32:09.6</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ContainerId>LPNTEST1</ContainerId>
    <ConvQty>1.00000</ConvQty>
    <ConvUm>CS</ConvUm>
    <DimensionUm>IN</DimensionUm>
    <FromLoc>RECV-01</FromLoc>
    <FromWhs>Moreno Valley</FromWhs>
    <Height>5.00000</Height>
    <InternalLocContNum>0</InternalLocContNum>
    <InternalRecContNum>122</InternalRecContNum>
    <InventorySts>Available</InventorySts>
    <LaunchNum>190</LaunchNum>
    <Length>5.00000</Length>
    <QcInspection>N</QcInspection>
    <Qty>5.00000</Qty>
    <QtyUm>EA</QtyUm>
    <ReasonCode />
    + <ReceiptDetail>
    <DateTimeStamp>2010-01-27T09:27:08</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvHeight>0.00000</ConvHeight>
    <ConvLength>0.00000</ConvLength>
    <ConvQty>0.00000</ConvQty>
    <ConvWeight>0.00000</ConvWeight>
    <ConvWidth>0.00000</ConvWidth>
    <ErpOrderLineNum>1.00000</ErpOrderLineNum>
    <InternalRecLineNum>46</InternalRecLineNum>
    <GreatPlainsQty>0.00000</GreatPlainsQty>
    <OpenQty>0.00000</OpenQty>
    <OriginalQty>10.00000</OriginalQty>
    <Priority>0</Priority>
    <PurchaseOrderLineNumber>0.00000</PurchaseOrderLineNumber>
    <PutListNum>0</PutListNum>
    <SerialNumReqd>Y</SerialNumReqd>
    - <SKU>
    <DateTimeStamp>2010-01-27T09:27:08</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>Y</Active>
    <AvailableOnWeb>N</AvailableOnWeb>
    <BomAction>N</BomAction>
    <CatchWeightReqd>N</CatchWeightReqd>
    <Cost>0.00000</Cost>
    <DaysToExpire>0</DaysToExpire>
    <Desc>ITEMA</Desc>
    <GtinEnabled>N</GtinEnabled>
    - <HarmCode>
    <RecordType>HARMONIZED</RecordType>
    </HarmCode>
    <Item>ITEMA</Item>
    <ItemCategories />
    - <ItemClass>
    <StorageTemplate />
    </ItemClass>
    <ImmediateNeedsEligible>N</ImmediateNeedsEligible>
    <InboundQcAmount>0.00000</InboundQcAmount>
    <InboundQcEligible>N</InboundQcEligible>
    - <ItemTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    </ItemTemplate>
    <InternalItemNum>22</InternalItemNum>
    <InventoryTracking>Y</InventoryTracking>
    <ListPrice>0.00000</ListPrice>
    <LotControlled>N</LotControlled>
    <NetPrice>0.00000</NetPrice>
    - <Nmfc>
    <RecordType>NMFC</RecordType>
    </Nmfc>
    <Producer>N</Producer>
    <SerialNumTrackInbound>Y</SerialNumTrackInbound>
    <SerialNumTrackInventory>Y</SerialNumTrackInventory>
    <SerialNumTrackOutbound>Y</SerialNumTrackOutbound>
    - <StorageTemplate>
    <DateTimeStamp>2001-06-12T17:07:39</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>System</UserStamp>
    <Active>Y</Active>
    <Desc>Default Storage Template</Desc>
    - <Details>
    - <StorageTemplateDetail>
    <DateTimeStamp>2010-01-06T09:47:29</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>Y</Active>
    <GroupDuringUnitize>Y</GroupDuringUnitize>
    <Sequence>1</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>EA</Um>
    </StorageTemplateDetail>
    - <StorageTemplateDetail>
    <DateTimeStamp>2010-01-03T17:25:16</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <Active>N</Active>
    <GroupDuringUnitize>N</GroupDuringUnitize>
    <Sequence>2</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>CS</Um>
    </StorageTemplateDetail>
    - <StorageTemplateDetail>
    <DateTimeStamp>2001-06-12T17:26:35</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>System</UserStamp>
    <Active>N</Active>
    <GroupDuringUnitize>N</GroupDuringUnitize>
    <Sequence>3</Sequence>
    <TreatFullPct>100</TreatFullPct>
    <Um>PL</Um>
    </StorageTemplateDetail>
    </Details>
    <Template>*Default</Template>
    </StorageTemplate>
    - <UOMS>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:26</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>1.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>1.00000</Height>
    <InternalItemUm>13</InternalItemUm>
    <Length>1.00000</Length>
    <QtyUm>EA</QtyUm>
    <Sequence>1</Sequence>
    <TreatAsLoose>Y</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>1.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>1.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:37</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>5.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>5.00000</Height>
    <InternalItemUm>14</InternalItemUm>
    <Length>5.00000</Length>
    <QtyUm>CS</QtyUm>
    <Sequence>2</Sequence>
    <TreatAsLoose>N</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>5.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>5.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    - <UOM>
    <DateTimeStamp>2010-01-13T10:54:50</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ConvQty>10.00000</ConvQty>
    <DimensionUm>IN</DimensionUm>
    <EPCPackageID>0</EPCPackageID>
    <Height>10.00000</Height>
    <InternalItemUm>15</InternalItemUm>
    <Length>10.00000</Length>
    <QtyUm>PL</QtyUm>
    <Sequence>3</Sequence>
    <TreatAsLoose>N</TreatAsLoose>
    <TreatFullPct>100</TreatFullPct>
    <Weight>10.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>10.00000</Width>
    <SlottingID />
    <SlottingPalletTI>0</SlottingPalletTI>
    <SlottingPalletHI>0</SlottingPalletHI>
    </UOM>
    </UOMS>
    <BaseQty>10.00000</BaseQty>
    <BaseQtyUm>EA</BaseQtyUm>
    <ConvertedQty>1</ConvertedQty>
    <ConvertedQtyUm>PL</ConvertedQtyUm>
    <DimensionUm>IN</DimensionUm>
    <Height>1.00000</Height>
    <Length>1.00000</Length>
    <Quantity>10.00000</Quantity>
    <QuantityUm>EA</QuantityUm>
    <TotalListPrice>0.00000</TotalListPrice>
    <TotalValue>0.00000</TotalValue>
    <TotalVolume>10.00000</TotalVolume>
    <TotalWeight>10.00000</TotalWeight>
    <Value>0.00000</Value>
    <Volume>1.00000</Volume>
    <VolumeUm>IN3</VolumeUm>
    <Weight>1.00000</Weight>
    <WeightUm>LB</WeightUm>
    <Width>1.00000</Width>
    </SKU>
    <TotalCost>0</TotalCost>
    </ReceiptDetail>
    + <SerialNumbers>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:08.867</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>440</ObjectId>
    <SerialNumber>TEST1</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:08.867</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>441</ObjectId>
    <SerialNumber>TEST2</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:08.867</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>442</ObjectId>
    <SerialNumber>TEST3</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:08.867</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>443</ObjectId>
    <SerialNumber>TEST4</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    - <SerialNumber>
    <DateTimeStamp>2010-01-27T09:27:08.867</DateTimeStamp>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <UserStamp>lmenghani</UserStamp>
    <ObjectId>444</ObjectId>
    <SerialNumber>TEST5</SerialNumber>
    - <SerialNumTemplate>
    <ProcessStamp>cb4b572f-2b2c-46b9-81b7-b585aea08f93</ProcessStamp>
    <ObjectId>0</ObjectId>
    </SerialNumTemplate>
    </SerialNumber>
    </SerialNumbers>
    <Status>900</Status>
    <StatusFailed>N</StatusFailed>
    <ToLoc>PRIM-06</ToLoc>
    <ToWhs>Moreno Valley</ToWhs>
    <UploadInterfaceBatch>5f00ef65-262c-43e4-8dca-6a803424ed00</UploadInterfaceBatch>
    <Weight>5.00000</Weight>
    <Width>5.00000</Width>
    </ReceiptContainer>
    </ReceiptContainers>
    <StatusFailed>N</StatusFailed>
    <ToLoc>PRIM-06</ToLoc>
    <ToWhs>Moreno Valley</ToWhs>
    </Parent>
    </ParentContainers>
    <ReceiptContainers />
    </Receipt>
    </Receipts>
    </WMFWUpload>
    </WMWDATA>
    </WMWROOT>

  • I am receiving the 'Could not sign you in [Access denied: 530]. Check your user name and password' problem on Adobe Muse CC 2014 and I cannot access the xml file that is supposed to fix this issue?

    I am a PC user and I have Adobe Creative Cloud Muse 2014. I have received the 'Could not sign you in [Access denied: 530]. Check your user name and password' error when trying to upload my muse site to my ftp host, GoDaddy. I have successfully done this in the past and only recently it has stopped working. I looked online at the FAQ Adobe Muse Help | Uploading an Adobe Muse Site to a third-party hosting service and it said to download the ftpprefs.xml file but this file simply leads to a blank page that says /*Not found*//*Not found*/.
    Can someone direct me to a working page with this file or provide a different solution? Thank you!

    Hello,
    As you are getting error [Access denied: 530] it means issue is with access. Either the username and password you are entering is incorrect or you do not have proper permissions.
    I would suggest you to contact Godaddy to either reset password or reset the permissions.
    Regards
    Vivek

  • HT1539 why does the download only show in shared content on my ipad? and can i access the shared content without wifi ( example driving in car?)

    I am using the icloud from a pc, and sharing with my ipad ( 1st generation) new to this. I have downloaded some digital copies into my itunes account. On my Ipad one shows under movies and 2 show under shared. Y is this and can shared content be accessed without being contected to my home wifi?

    I did a little bit more research, and if I go into iTunes and choose to display TV Shows and Movies as a List, I get a nice, sortable list of movies and shows to which I can add columns. A column that you can add is called "iCloud Status."
    This column shows either Purchased or Ineligible for all of the titles. And this is where things get really confusing.
    Sure enough, the items that are "missing" from the iPads, iPhone, Apple TV, etc. are the Ineligible items, but that's not the confusing part. What IS confusing is which items are Ineligible.
    A good example is my Deadliest Catch collection -- I own the entire season 3 and 4 of DC; season 3 is Purchased and Season 4 is Ineligible. Back to the Big Bang Theory, I have five episodes from Season 4 -- 3 are Ineligible and 2 are Purchased.
    It makes absolutely no sense that episodes from the same season of the same show would be a mix of Purchased and Ineligible!

  • Attach a selection screen to a Tcode before accessing the table Contents

    Hi All,
         I have a requirement where when we access table from se16 we get a default selection screen...So the same selection screen should b displayed when that table is accessed directly with a transaction code attached to it..i mean the path is Tcode -->selection screen --> table/view contents.

    Hi srinivas,
    first let us discuss about your requirement.when you go to transaction se16 and enter a table name and then when you press enter you will get a selection screen to cretae or view contents of that table.you want to get that selection screen by entering any tcode in command bar.
    if this is your requirement please follow these steps.
    1)go to se16
    2)enter the table name and then press enter.you will get a selection screen for that table as we discussed
    3)in the selection screen go to menu item
      System->Status...
    you will get another screen
    4)in that screen you will see
    in SAP data->in Repository data->Program(Screen)
    note that program name
    5)go to se93(to create a transaction)
    6)enter a tcode which you like and press create
    7)  you will get another screen and in that screen select the radio button
       Program and selectio screen(Report Transaction)
    8)you will get create report transaction screen
    9)in that screen in program text box enter the program name that you noted earlier
    10)check all the checkboxes in GUI support
    11)save,check and execute the transaction.you will get the selection screen that you get when you use se16 for that table.
    please check the screen by entering the tcode that you created in teh command bar.
    please reward points if useful.

  • How can I access the full content of a stored email?

    A friend sent me a recipe and I saved the email but now can't open it - or even find the specific message, which is a part of a string.

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * [[How to clear the cache#w_clear-the-cache|Clear the Network Cache]]
    * [[Troubleshooting extensions and themes]]
    Check and tell if its working.

  • How to load the xml from swf

    Hi,
    I have one intro.swf from that am loading one interface.swf by using loader.In interface i am loading some of the swf and xml am getting the swf but the xml files are not loading.When i run from interface file it is loading fine. only when i load the intro file the xml files are not loading. can any one tell me what is the problem how to access the xml content.
    This is the code am using in interface.swf to to get the xmlpath
    MovieClip(root).param1 = xmlPath;
    to access the xml content i have written the code
    var xmlPath:String=MovieClip(stage.getChildAt(0)).param1;
    I am using one moviclip in interface to load the other swf and xml. I am not using any moviclip in intro file to load the interface swf for that i am using only the loader.

    Where are the files located relative to each other?  If the intro and interface are in different folders then the problem could be that you need to adjust the path the interface uses for targeting the files it loads.

Maybe you are looking for

  • How do you select multiple items in iPhoto?

    I insert my sd card into my mac and iphoto shows every single pictures in it. However, I just want to import a few different pictures but the only options were either select one or import all. I am pretty sure there is a way to select more than 1 pic

  • Magic trackpad won't pair

    Just bought a magic trackpad and I can't get it to pair with my mac mini. I have a 2009 mac mini running lion with 8 gigs of ram. I turn on the trackpad and the light begins to blink , and then I click the track pad button in system preferences but i

  • Looking for a pitch-shift plugin

    I've learned from a recent thread that CS6 no longer supports "Stretch and Pitch" as an effect in Multitrack. This is very disappointing, as I have a slightly out of tune piano that  I used to quickly and easily bring to correct pitch in multitrack s

  • TCP connectivity of subnet error : pre installation check  oracle 11.2 RAC

    Hi, I am trying to setup RAC 11.2 on Centos 5.7. When I run the preinstallation check, I am getting this error: Check: Node connectivity of subnet "192.168.210.0" Source Destination Connected? rac2[192.168.210.102] rac1[192.168.210.101] yes Result: N

  • Explorer API

    We need to create unique information spaces for hundreds of users, manually creating the these information spaces will take hundreds of hours. I am using explorer in Business Objects 4.0 SP04 and need to know if their is any API/SDK  available for cr