Announcement

Collapse
No announcement yet.

Order Release status XML

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Order Release status XML

    Hi
    I have created an order_release_status XML to log an event for my Order_release. The XML processes fine but I do not see any events logged. Could someone please review my file and let me know what is the issue with it.
    I have created the Status Group in the system and am manually able to log the event.
    Thanks
    Surender
    Attached Files

  • #2
    Re: Order Release status XML

    The <StatusTypeGid><Gid><Xid>DEPARTED_P1<Xid></Gid></StatusTypeGid><StatusValueGid> should read

    <StatusTypeGid><Gid><Xid>DEPARTED_P1</Xid></Gid></StatusTypeGid><StatusValueGid>

    But I'm surprised this didn't error out. Is there anything in the log for this transaction?

    Comment


    • #3
      Re: Order Release status XML

      no it did not error out and there is nothing in the transaction log as well.

      Comment


      • #4
        Re: Order Release status XML

        So, surender, is there no change if you implement smpainter's suggestion? I would think that, otherwise, the XML is not well-formed--which may cause the failure in processing, regardless whether or not the system throws a proper error.
        Last edited by Clay Combs; May 5, 2009, 23:55. Reason: Clarification

        Comment


        • #5
          Re: Order Release status XML

          No there is no change I have fixed the XML and tried it again, but the event does not log.I was wondering if anyone has used such an XML before.
          regards

          Comment


          • #6
            Re: Order Release status XML

            I did a double check on your file and tried to validate it against the schema, and it threw multiple errors - the transaction code element should be above the Status element, and all the other elements are not allowed - I deleted these, and it validated. I've uploaded the corrected file - let me know if this works..
            Attached Files

            Comment

            Working...
            X