Share via


EInvoicePost_MX.createXMLDoc Method [AX 2012]

Gets a string that represents the XML document created that is based on the posted document.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public str createXMLDoc()

  Microsoft Dynamics AX 2012 R2 (SYS)
          public str createXMLDoc()

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected str createXMLDoc()

  Microsoft Dynamics AX 2012 (FPK)
          protected str createXMLDoc()

  Microsoft Dynamics AX 2012 (SYS)
          protected str createXMLDoc()

Run On

Server

Return Value

Type: str
A string that represents the created XML document that is based on the posted document.

See Also

Reference

EInvoicePost_MX Class